From cc60ad1428dcf99a7ea0787e43e3b37f5a02fb98 Mon Sep 17 00:00:00 2001 From: Jermolene Date: Thu, 24 Apr 2014 11:33:14 +0100 Subject: [PATCH] Fixed topbar hover for Firefox Pesky Firefox browser crankiness. Fixes #579 --- themes/tiddlywiki/vanilla/base.tid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/tiddlywiki/vanilla/base.tid b/themes/tiddlywiki/vanilla/base.tid index a02a05dcb..8c7389881 100644 --- a/themes/tiddlywiki/vanilla/base.tid +++ b/themes/tiddlywiki/vanilla/base.tid @@ -347,7 +347,7 @@ a.tw-tiddlylink-external:hover { fill: <>; } -.tw-topbar svg:hover { +.tw-topbar button:hover svg { fill: <>; }