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/Ansum/ansum.css | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'p/themes/Ansum/ansum.css') diff --git a/p/themes/Ansum/ansum.css b/p/themes/Ansum/ansum.css index ea75e8585..ec78db32f 100644 --- a/p/themes/Ansum/ansum.css +++ b/p/themes/Ansum/ansum.css @@ -402,7 +402,6 @@ form th { width: 1.75rem; height: 1.75rem; border-radius: 2px; - visibility: visible; margin-right: 0.5rem; } .box .box-title:hover .configure .icon { @@ -413,9 +412,6 @@ form th { .box .box-title:hover .configure:hover { background: url("icons/cog-white.svg") no-repeat 4px 4px #ca7227; } -.box .box-title .configure { - visibility: hidden; -} .box .box-title form input { width: 85%; } @@ -449,7 +445,6 @@ form th { width: 1.75rem; height: 1.75rem; border-radius: 2px; - visibility: hidden; margin-right: 0.5rem; } .box .box-content .item .configure .icon { @@ -460,9 +455,6 @@ form th { .box .box-content .item .configure:hover { background: url("icons/cog-white.svg") no-repeat 4px 4px #ca7227; } -.box .box-content .item:hover .configure { - visibility: visible; -} .box .box-content .item:last-child { border-bottom: none; } @@ -1477,11 +1469,6 @@ form th { text-align: left; } - .box .box-title .configure, -.box .box-content .item .configure { - visibility: visible; - } - .aside { -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -- cgit v1.2.3