Skip to content

Commit

Permalink
fix #1303 - wrong color when hovering over "selectgroup" in dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
codecalm committed Oct 10, 2022
1 parent d83dbfb commit 0d6cebc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/scss/layout/_dark.scss
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion src/scss/ui/forms/_form-selectgroup.scss
Expand Up @@ -50,7 +50,7 @@ Select group
}

&:hover {
color: $body-color;
color: var(--#{$prefix}body-color);
}
}

Expand Down

0 comments on commit 0d6cebc

Please sign in to comment.