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 79fd9db commit 4e474ccCopy full SHA for 4e474cc
src/checkbox/main.scss
@@ -159,6 +159,17 @@
159
}
160
161
162
+ &.checked.focused {
163
+ #{$checkbox-prefix}-inner {
164
+ border-color: $checkbox-disabled-border-color;
165
+ background: $checkbox-disabled-bg-color;
166
+
167
+ > .#{$css-prefix}icon {
168
+ color: $checkbox-disabled-circle-color;
169
+ opacity: 1;
170
+ }
171
172
173
#{$checkbox-prefix}-label {
174
color: $checkbox-disabled-label-color;
175
0 commit comments