mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 04:40:26 +00:00
Improve keyboard control of Edit Selection mode in the media manager.
See #29326 Props adamsilverstein git-svn-id: https://develop.svn.wordpress.org/trunk@30374 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -925,7 +925,7 @@
|
||||
}
|
||||
|
||||
.attachment .close {
|
||||
display: none;
|
||||
display: block;
|
||||
position: absolute;
|
||||
top: 5px;
|
||||
right: 5px;
|
||||
@@ -944,15 +944,16 @@
|
||||
border-radius: 3px;
|
||||
-webkit-box-shadow: 0 0 0 1px rgba( 0, 0, 0, 0.3 );
|
||||
box-shadow: 0 0 0 1px rgba( 0, 0, 0, 0.3 );
|
||||
transition-duration: none;
|
||||
transition-property: none;
|
||||
}
|
||||
|
||||
.attachment .close:hover {
|
||||
.attachment a.close:hover,
|
||||
.attachment a.close:focus {
|
||||
-webkit-box-shadow: 0 0 0 1px rgba( 0, 0, 0, 0.6 );
|
||||
box-shadow: 0 0 0 1px rgba( 0, 0, 0, 0.6 );
|
||||
}
|
||||
background-position: -36px 4px;
|
||||
|
||||
.attachment:hover .close {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.attachment .check {
|
||||
|
||||
Reference in New Issue
Block a user