mirror of
https://github.com/tabler/tabler.git
synced 2026-07-21 04:52:21 +04:00
fix #1303 - wrong color when hovering over "selectgroup" in dark mode
This commit is contained in:
@@ -102,7 +102,6 @@ body:not(.theme-dark) .hide-theme-light {
|
||||
.form-select,
|
||||
.form-file-text,
|
||||
.form-control,
|
||||
.form-selectgroup-label,
|
||||
.form-selectgroup-check,
|
||||
.form-imagecheck-figure:before {
|
||||
background-color: $dark-mode-darken;
|
||||
|
||||
@@ -50,7 +50,7 @@ Select group
|
||||
}
|
||||
|
||||
&:hover {
|
||||
color: $body-color;
|
||||
color: var(--#{$prefix}body-color);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user