rosenrot-browser

A hackable browser based on Webkitgtk
Log | Files | Refs | README

commit 9cb8bd5818c566de8e482abee6752006a490891b
parent 0e3956fea1f2ffa78601241c66a9bb6537189ff1
Author: NunoSempere <nuno.semperelh@protonmail.com>
Date:   Fri, 29 Mar 2024 14:13:13 -0400

tweak: restore hover behaviour

Diffstat:
Mplugins/style/style.js | 15+++++++--------
1 file changed, 7 insertions(+), 8 deletions(-)

diff --git a/plugins/style/style.js b/plugins/style/style.js @@ -160,16 +160,15 @@ switch (document.domain) { display: none !important; } - /* No change of colors in hover */ + /* + No change of colors in hover: seemed like a good idea + but it fucks up going back and forth *:hover { - /* background-color: white !important; */ + background-color: white !important; + background-color: inherit !important; transition: none !important; - }*/ - /* - *:hover { - background-color: inherit !important; - transition: none !important; - }*/ + } + */ /* Hide go to top button */ [aria-label^="New posts are available. Push the period key to go to the them."]{ display: none;