From be1d6fa45d12e53a84853b8d0f8d4755a340efcf Mon Sep 17 00:00:00 2001 From: Rob Garrison Date: Sun, 14 Oct 2018 09:36:42 -0500 Subject: [PATCH] Update hover effect See 8cf05ee18520afc6dfb7357d967c96e63d34b8ae --- popup/popup.css | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/popup/popup.css b/popup/popup.css index 8a71df93..68f0a0f9 100644 --- a/popup/popup.css +++ b/popup/popup.css @@ -483,7 +483,7 @@ html[style] .entry { color: var(--stylename-popup-hover-text); } -.entry .style-name::before { +.entry .style-name:hover::before { content: ""; position: absolute; top: 0; @@ -492,10 +492,7 @@ html[style] .entry { bottom: 0; background: linear-gradient(to right, var(--stylename-hover-garadient-left), var(--stylename-hover-garadient-middle) 50%, transparent); pointer-events: none; - opacity: 0; z-index: -1; - transition: opacity .1s; - will-change: opacity; } .entry .style-name:hover::before {