Administration: CSS coding standards: use double quotes for values that require quotes.

As per the WordPress CSS coding standards, CSS properties with values that require quotes must use double quotes.
Also fixes some indentation and spacing.

Fixes #43220.


git-svn-id: https://develop.svn.wordpress.org/trunk@42641 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrea Fercia
2018-02-03 13:18:40 +00:00
parent 3bbe18ee1c
commit ce61a7f676
8 changed files with 42 additions and 42 deletions
+6 -6
View File
@@ -439,8 +439,8 @@ body.js .theme-browser.search-loading {
.theme-overlay .theme-header .close:focus,
.theme-overlay .theme-header .right:focus,
.theme-overlay .theme-header .left:focus {
box-shadow: none;
outline: none;
box-shadow: none;
outline: none;
}
.theme-overlay .theme-header .left.disabled,
@@ -1002,7 +1002,7 @@ body.folded .theme-browser ~ .theme-overlay .theme-wrap {
}
.theme-install.updated-message:before {
content: '';
content: "";
}
.theme-install-php .wp-filter {
@@ -1532,8 +1532,8 @@ body.full-overlay-active {
.wp-full-overlay .collapse-sidebar:hover .collapse-sidebar-arrow,
.wp-full-overlay .collapse-sidebar:focus .collapse-sidebar-arrow {
box-shadow:
0 0 0 1px #5b9dd9,
box-shadow:
0 0 0 1px #5b9dd9,
0 0 2px 1px rgba(30, 140, 190, .8);
}
@@ -1564,7 +1564,7 @@ body.full-overlay-active {
.wp-full-overlay.collapsed .collapse-sidebar-arrow:before,
.rtl .wp-full-overlay .collapse-sidebar-arrow:before {
-webkit-transform: rotate(180.001deg);
transform: rotate(180.001deg); /* Firefox: promoting to its own layer to trigger anti-aliasing */
transform: rotate(180.001deg); /* Firefox: promoting to its own layer to trigger anti-aliasing */
}
.rtl .wp-full-overlay.collapsed .collapse-sidebar-arrow:before {