Show the menu button on focus in the catalog. #1428
This commit is contained in:
parent
959e77add1
commit
2d830511fd
@ -453,7 +453,7 @@ a[href="javascript:;"] {
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
vertical-align: text-top;
|
vertical-align: text-top;
|
||||||
}
|
}
|
||||||
.thumb:not(:hover) > .menu-button:not(.open) > i {
|
.thumb:not(:hover):not(:focus) > .menu-button:not(.open):not(:focus) > i {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
.thumb > .menu-button {
|
.thumb > .menu-button {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user