We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 205eb11 commit 64b35f9Copy full SHA for 64b35f9
projects/igniteui-angular/src/lib/core/styles/components/checkbox/_checkbox-component.scss
@@ -18,6 +18,10 @@
18
@extend %cbx-label--hover !optional;
19
}
20
21
+ @include e(label, $m: before) {
22
+ @extend %cbx-label--hover !optional;
23
+ }
24
+
25
@include e(ripple) {
26
@extend %cbx-ripple--hover !optional;
27
@@ -87,6 +91,10 @@
87
91
@extend %cbx-label--invalid !optional;
88
92
89
93
94
95
+ @extend %cbx-label--invalid !optional;
96
97
90
98
&:hover {
99
100
@@ -104,6 +112,10 @@
104
112
@include e(label) {
105
113
106
114
115
116
117
118
107
119
108
120
109
121
&:active {
0 commit comments