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/Pafat | |
| 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/Pafat')
| -rw-r--r-- | p/themes/Pafat/pafat.css | 15 | ||||
| -rw-r--r-- | p/themes/Pafat/pafat.rtl.css | 15 |
2 files changed, 0 insertions, 30 deletions
diff --git a/p/themes/Pafat/pafat.css b/p/themes/Pafat/pafat.css index b9726663a..47229be5e 100644 --- a/p/themes/Pafat/pafat.css +++ b/p/themes/Pafat/pafat.css @@ -491,16 +491,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; @@ -1130,11 +1120,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/Pafat/pafat.rtl.css b/p/themes/Pafat/pafat.rtl.css index e2d637e89..f5d1cbc6b 100644 --- a/p/themes/Pafat/pafat.rtl.css +++ b/p/themes/Pafat/pafat.rtl.css @@ -491,16 +491,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; @@ -1130,11 +1120,6 @@ a.btn { text-align: right; } - .box .box-title .configure, - .box .box-content .item .configure { - visibility: visible; - } - .aside { transition: width 200ms linear; } |
