aboutsummaryrefslogtreecommitdiff
path: root/p/themes/Mapco/_components.scss
diff options
context:
space:
mode:
authorGravatar maTh <math-home@web.de> 2021-09-08 08:48:10 +0200
committerGravatar GitHub <noreply@github.com> 2021-09-08 08:48:10 +0200
commitc263956397488fe1f063ac939869340fdf6da4cb (patch)
tree32babd3b6adae77ca795fc3b5bc31d2cf41d073d /p/themes/Mapco/_components.scss
parent0489b2c72210d825af3b37183ced4949f9c0d86f (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/_components.scss')
-rw-r--r--p/themes/Mapco/_components.scss8
1 files changed, 0 insertions, 8 deletions
diff --git a/p/themes/Mapco/_components.scss b/p/themes/Mapco/_components.scss
index 79b2effa4..c82379708 100644
--- a/p/themes/Mapco/_components.scss
+++ b/p/themes/Mapco/_components.scss
@@ -233,7 +233,6 @@
width: 1.75rem;
height: 1.75rem;
border-radius: 2px;
- visibility: visible;
margin-right: 0.5rem;
.icon {
@@ -248,9 +247,6 @@
}
}
- .configure {
- visibility: hidden;
- }
form {
input {
@@ -296,7 +292,6 @@
width: 1.75rem;
height: 1.75rem;
border-radius: 2px;
- visibility: hidden;
margin-right: 0.5rem;
.icon {
@@ -311,9 +306,6 @@
}
}
- &:hover .configure {
- visibility: visible;
- }
}
.item:last-child {