Media Modal: Remove the outline from the modal's close button. props lessbloat, see #21390.
git-svn-id: https://develop.svn.wordpress.org/trunk@22180 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
ce6ac7d7aa
commit
7dbf364156
|
@ -54,6 +54,10 @@
|
||||||
text-shadow: 0 0 16px rgba( 255, 255, 255, 0.8 );
|
text-shadow: 0 0 16px rgba( 255, 255, 255, 0.8 );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.media-modal-close:active {
|
||||||
|
outline: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.media-modal-content {
|
.media-modal-content {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
|
|
Loading…
Reference in New Issue