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/Screwdriver/screwdriver.css | 15 --------------- p/themes/Screwdriver/screwdriver.rtl.css | 15 --------------- 2 files changed, 30 deletions(-) (limited to 'p/themes/Screwdriver') diff --git a/p/themes/Screwdriver/screwdriver.css b/p/themes/Screwdriver/screwdriver.css index bf26743c6..aad9d963b 100644 --- a/p/themes/Screwdriver/screwdriver.css +++ b/p/themes/Screwdriver/screwdriver.css @@ -545,16 +545,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; @@ -1259,11 +1249,6 @@ a.btn { text-align: left; } - .box .box-title .configure, - .box .box-content .item .configure { - visibility: visible; - } - .header { display: table; } diff --git a/p/themes/Screwdriver/screwdriver.rtl.css b/p/themes/Screwdriver/screwdriver.rtl.css index 051e384cc..18fe7996d 100644 --- a/p/themes/Screwdriver/screwdriver.rtl.css +++ b/p/themes/Screwdriver/screwdriver.rtl.css @@ -545,16 +545,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; @@ -1259,11 +1249,6 @@ a.btn { text-align: right; } - .box .box-title .configure, - .box .box-content .item .configure { - visibility: visible; - } - .header { display: table; } -- cgit v1.2.3