diff options
| author | 2021-09-08 08:48:10 +0200 | |
|---|---|---|
| committer | 2021-09-08 08:48:10 +0200 | |
| commit | c263956397488fe1f063ac939869340fdf6da4cb (patch) | |
| tree | 32babd3b6adae77ca795fc3b5bc31d2cf41d073d /p/themes/Ansum/ansum.css | |
| parent | 0489b2c72210d825af3b37183ced4949f9c0d86f (diff) | |
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 <alexandre@alapetite.fr>
Diffstat (limited to 'p/themes/Ansum/ansum.css')
| -rw-r--r-- | p/themes/Ansum/ansum.css | 13 |
1 files changed, 0 insertions, 13 deletions
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; |
