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/Origine-compact | |
| 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/Origine-compact')
| -rw-r--r-- | p/themes/Origine-compact/origine-compact.css | 15 | ||||
| -rw-r--r-- | p/themes/Origine-compact/origine-compact.rtl.css | 15 |
2 files changed, 0 insertions, 30 deletions
diff --git a/p/themes/Origine-compact/origine-compact.css b/p/themes/Origine-compact/origine-compact.css index 24d9a2e63..cd42eb2f1 100644 --- a/p/themes/Origine-compact/origine-compact.css +++ b/p/themes/Origine-compact/origine-compact.css @@ -534,16 +534,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; @@ -1215,11 +1205,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/Origine-compact/origine-compact.rtl.css b/p/themes/Origine-compact/origine-compact.rtl.css index ccdcb697f..e9e4424d3 100644 --- a/p/themes/Origine-compact/origine-compact.rtl.css +++ b/p/themes/Origine-compact/origine-compact.rtl.css @@ -534,16 +534,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; @@ -1215,11 +1205,6 @@ a.btn, text-align: right; } - .box .box-title .configure, - .box .box-content .item .configure { - visibility: visible; - } - .aside { transition: width 200ms linear; } |
