From 2d830511fdd039b738a1771e31834eb76f847c23 Mon Sep 17 00:00:00 2001 From: Mayhem Date: Sun, 9 Feb 2014 18:33:48 +0100 Subject: [PATCH] Show the menu button on focus in the catalog. #1428 --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 665c30c0a..4e6197143 100644 --- a/css/style.css +++ b/css/style.css @@ -453,7 +453,7 @@ a[href="javascript:;"] { margin: 0; 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; } .thumb > .menu-button {