Skip to content

Commit 03d9bc2

Browse files
committed
fix(checkbox): use label-color-hover for all themes
1 parent c897b5a commit 03d9bc2

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

projects/igniteui-angular/src/lib/core/styles/components/checkbox/_checkbox-component.scss

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@
1414
@extend %cbx-display !optional;
1515

1616
&:hover {
17+
@include e(label) {
18+
@extend %cbx-label--hover !optional;
19+
}
20+
1721
@include e(ripple) {
1822
@extend %cbx-ripple--hover !optional;
1923
}
@@ -78,12 +82,6 @@
7882
@include e(composite-mark) {
7983
@extend %cbx-composite-mark-indigo !optional;
8084
}
81-
82-
@include e(label) {
83-
&:hover {
84-
@extend %cbx-label--hover !optional;
85-
}
86-
}
8785
}
8886

8987
@include m(invalid) {

0 commit comments

Comments
 (0)