1
0
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:
codecalm
2022-10-10 22:04:21 +02:00
parent d83dbfb8c3
commit 0d6cebc59c
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -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;
+1 -1
View File
@@ -50,7 +50,7 @@ Select group
}
&:hover {
color: $body-color;
color: var(--#{$prefix}body-color);
}
}