From 7f4016217eefa74108a6f43d5fa2d3303bfa2e8e Mon Sep 17 00:00:00 2001 From: gorhill Date: Thu, 7 Jan 2016 09:25:14 -0500 Subject: [PATCH] this addresses https://github.com/gorhill/uBlock/commit/aa3cb0733e611a768001c89b4ca18b02706a4230#commitcomment-15316163 --- src/css/popup.css | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/css/popup.css b/src/css/popup.css index 74aab83d1..b8add2bfb 100644 --- a/src/css/popup.css +++ b/src/css/popup.css @@ -54,7 +54,7 @@ a { font-weight: normal; } #gotoPrefs > span:nth-of-type(3) { - opacity: 0.2; + opacity: 0.5; position: absolute; } body[dir="ltr"] #gotoPrefs > span:nth-of-type(3) { @@ -63,9 +63,6 @@ body[dir="ltr"] #gotoPrefs > span:nth-of-type(3) { body[dir="rtl"] #gotoPrefs > span:nth-of-type(3) { right: 3px; } -#gotoPrefs:hover > span:nth-of-type(3) { - opacity: 0.65; - } body[dir="ltr"] #panes { direction: rtl; }