Show the menu button on focus in the catalog. #1428

This commit is contained in:
Mayhem 2014-02-09 18:33:48 +01:00
parent 959e77add1
commit 2d830511fd

View File

@ -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 {