Administration: Remove unit and prefixed version from a CSS declaration.
The prefixed version gets added by Autoprefixer already. Props MatheusFD. Fixes #35358. git-svn-id: https://develop.svn.wordpress.org/trunk@40576 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
fd211c9a2e
commit
09fad66ae4
@ -408,12 +408,7 @@ ul#adminmenu > li.current > a.current:after {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.media-selection .attachment.selection.details .thumbnail {
|
.media-selection .attachment.selection.details .thumbnail {
|
||||||
-webkit-box-shadow:
|
box-shadow: 0 0 0 1px #fff, 0 0 0 3px $highlight-color;
|
||||||
0px 0px 0px 1px #fff,
|
|
||||||
0px 0px 0px 3px $highlight-color;
|
|
||||||
box-shadow:
|
|
||||||
0px 0px 0px 1px #fff,
|
|
||||||
0px 0px 0px 3px $highlight-color;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user