From fa7106a23cbd2b262886296453621607279a7657 Mon Sep 17 00:00:00 2001 From: gorhill Date: Sat, 25 Apr 2015 17:38:36 -0400 Subject: [PATCH] this fixes https://github.com/chrisaljoudi/uBlock/issues/1320 --- src/css/dashboard.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/css/dashboard.css b/src/css/dashboard.css index 60be1b74a..ad800d10f 100644 --- a/src/css/dashboard.css +++ b/src/css/dashboard.css @@ -47,7 +47,7 @@ html, body { outline: 0; } .tabButton:active,.tabButton:visited { - color: inherited; + color: inherit; } .tabButton.selected { background-color: white;