aboutsummaryrefslogtreecommitdiff
path: root/templates/@theme-base
diff options
context:
space:
mode:
Diffstat (limited to 'templates/@theme-base')
-rw-r--r--templates/@theme-base/_styles.scss19
1 files changed, 12 insertions, 7 deletions
diff --git a/templates/@theme-base/_styles.scss b/templates/@theme-base/_styles.scss
index b44b79c..948ad89 100644
--- a/templates/@theme-base/_styles.scss
+++ b/templates/@theme-base/_styles.scss
@@ -87,8 +87,6 @@ $boxshadow-main: none;
background: rgba($highlight, 0.1);
}
-
-
.item-checkbox:checked + .item-icon {
background-color: $highlight;
border-color: $highlight;
@@ -102,12 +100,19 @@ $boxshadow-main: none;
fill: $navigation;
}
- .selectBoxElement-container:hover .item-icon {
- // background-color: transparent;
- border: 1px solid darken($highlight, 5%);
+ .selectBoxElement-container:hover {
+ .item-icon {
+ background-color: transparent;
+ border: 1px solid darken($highlight, 5%);
+
+ .item-icon-fakecheck-icon {
+ fill: darken($highlight, 5%);
+ }
+ }
- .item-icon-fakecheck-icon {
- fill: darken($highlight, 5%);
+ .item-checkbox:checked + .item-icon {
+ background-color: darken($highlight, 5%);
+ border-color: darken($highlight, 5%);
}
}
}