提交 0d6cebc5 编写于 作者: C codecalm

fix #1303 - wrong color when hovering over "selectgroup" in dark mode

上级 d83dbfb8
......@@ -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);
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册