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/Mapco/mapco.rtl.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/Mapco/mapco.rtl.css')
| -rw-r--r-- | p/themes/Mapco/mapco.rtl.css | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/p/themes/Mapco/mapco.rtl.css b/p/themes/Mapco/mapco.rtl.css index 3f7b646d6..9f5ba3cfd 100644 --- a/p/themes/Mapco/mapco.rtl.css +++ b/p/themes/Mapco/mapco.rtl.css @@ -404,7 +404,6 @@ form th { width: 1.75rem; height: 1.75rem; border-radius: 2px; - visibility: visible; margin-left: 0.5rem; } .box .box-title:hover .configure .icon { @@ -415,9 +414,6 @@ form th { .box .box-title:hover .configure:hover { background: url("icons/cog-white.svg") no-repeat 4px 4px #36c; } -.box .box-title .configure { - visibility: hidden; -} .box .box-title form input { width: 85%; } @@ -451,7 +447,6 @@ form th { width: 1.75rem; height: 1.75rem; border-radius: 2px; - visibility: hidden; margin-left: 0.5rem; } .box .box-content .item .configure .icon { @@ -462,9 +457,6 @@ form th { .box .box-content .item .configure:hover { background: url("icons/cog-white.svg") no-repeat 4px 4px #36c; } -.box .box-content .item:hover .configure { - visibility: visible; -} .box .box-content .item:last-child { border-bottom: none; } @@ -1485,11 +1477,6 @@ form th { text-align: right; } - .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; |
