From c263956397488fe1f063ac939869340fdf6da4cb Mon Sep 17 00:00:00 2001 From: maTh Date: Wed, 8 Sep 2021 08:48:10 +0200 Subject: Remove: Show cog wheel icon on hover in the settings (#3831) * Theme: Alternative-Dark * Theme: Ansum * Theme: base * Theme: BlueLagoon * Theme: Dark * Theme: Flat * Theme: Mapco * Theme: Origine-compact * Theme: Origine * Theme: Pafat * Theme: Scewdriver * Theme: Swage * Minor whitespace Co-authored-by: Alexandre Alapetite --- p/themes/Pafat/pafat.css | 15 --------------- p/themes/Pafat/pafat.rtl.css | 15 --------------- 2 files changed, 30 deletions(-) (limited to 'p/themes/Pafat') diff --git a/p/themes/Pafat/pafat.css b/p/themes/Pafat/pafat.css index b9726663a..47229be5e 100644 --- a/p/themes/Pafat/pafat.css +++ b/p/themes/Pafat/pafat.css @@ -491,16 +491,6 @@ a.btn { line-height: 2.5em; } -.box .box-title .configure, -.box .box-content .item .configure { - visibility: hidden; -} - -.box .box-title:hover .configure, -.box .box-content .item:hover .configure { - visibility: visible; -} - /*=== Tree */ .tree { margin: 10px 0; @@ -1130,11 +1120,6 @@ a.btn { text-align: left; } - .box .box-title .configure, - .box .box-content .item .configure { - visibility: visible; - } - .aside { transition: width 200ms linear; } diff --git a/p/themes/Pafat/pafat.rtl.css b/p/themes/Pafat/pafat.rtl.css index e2d637e89..f5d1cbc6b 100644 --- a/p/themes/Pafat/pafat.rtl.css +++ b/p/themes/Pafat/pafat.rtl.css @@ -491,16 +491,6 @@ a.btn { line-height: 2.5em; } -.box .box-title .configure, -.box .box-content .item .configure { - visibility: hidden; -} - -.box .box-title:hover .configure, -.box .box-content .item:hover .configure { - visibility: visible; -} - /*=== Tree */ .tree { margin: 10px 0; @@ -1130,11 +1120,6 @@ a.btn { text-align: right; } - .box .box-title .configure, - .box .box-content .item .configure { - visibility: visible; - } - .aside { transition: width 200ms linear; } -- cgit v1.2.3