From 1cc1f8b7d0cbb12ad47dbb15e8e3e2d5623bc808 Mon Sep 17 00:00:00 2001 From: tophf Date: Sat, 21 Nov 2020 19:06:37 +0300 Subject: [PATCH] increase not-applied opacity on name as it's #999 now --- popup/popup.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/popup/popup.css b/popup/popup.css index ab6a351c..1c2fb49f 100644 --- a/popup/popup.css +++ b/popup/popup.css @@ -310,7 +310,9 @@ a.configure[target="_blank"] .svg-icon.config { opacity: .2; transition: opacity .5s ease-in-out .25s, color .5s ease-in-out .25s; } - +.not-applied .style-name { + opacity: .5; +} .not-applied:hover .checker, .not-applied:hover .style-name, .not-applied:hover .actions > * {