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 8c1f9c1 commit c448d38Copy full SHA for c448d38
src/components/form/formcontrol/formcontrol.scss
@@ -23,8 +23,7 @@
23
text-decoration: none;
24
}
25
26
- // Makes sure that the wrapper actually has the cursor of not-allowed. Needs to be in wrapper
27
- &,
+ // Cursor not allowed on the form control when any of its children are disabled
28
&:has(.mykn-input:disabled),
29
&:has(.mykn-select[aria-disabled="true"]) {
30
cursor: not-allowed;
0 commit comments