mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-20 19:56:49 +01:00
Media Modal: Remove the outline from the modal's close button. props lessbloat, see #21390.
git-svn-id: http://core.svn.wordpress.org/trunk@22180 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
24748a6d16
commit
583b13ab04
|
|
@ -54,6 +54,10 @@
|
|||
text-shadow: 0 0 16px rgba( 255, 255, 255, 0.8 );
|
||||
}
|
||||
|
||||
.media-modal-close:active {
|
||||
outline: 0;
|
||||
}
|
||||
|
||||
.media-modal-content {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user