Administration: use shorthand css properties to improve readability
Consolidating `border`, `padding`, and `margin` instances where the shorthand can be used to improve readability. Props ankitmaru, audrasjb, sabernhardt, mukesh27, hellofromTonya. Fixes #52148. Built from https://develop.svn.wordpress.org/trunk@50162 git-svn-id: http://core.svn.wordpress.org/trunk@49841 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -1340,12 +1340,10 @@ i.mce-i-wp_code:before {
|
||||
#wp_delimgbtn,
|
||||
#wp_editgallery,
|
||||
#wp_delgallery {
|
||||
border-color: #8c8f94;
|
||||
background-color: #f0f0f1;
|
||||
margin: 2px;
|
||||
padding: 2px;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
border: 1px solid #8c8f94;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
|
||||
2
wp-includes/css/editor-rtl.min.css
vendored
2
wp-includes/css/editor-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
@@ -1339,12 +1339,10 @@ i.mce-i-wp_code:before {
|
||||
#wp_delimgbtn,
|
||||
#wp_editgallery,
|
||||
#wp_delgallery {
|
||||
border-color: #8c8f94;
|
||||
background-color: #f0f0f1;
|
||||
margin: 2px;
|
||||
padding: 2px;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
border: 1px solid #8c8f94;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
|
||||
2
wp-includes/css/editor.min.css
vendored
2
wp-includes/css/editor.min.css
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user