Fix disabled css selector Closes #1042 (#1076)

* Fix disabled css selector Closes #1042

* Run prettier
This commit is contained in:
Prospector
2023-04-07 18:37:18 -07:00
committed by GitHub
parent a37210b22e
commit 8d85158f91
3 changed files with 21 additions and 6 deletions

View File

@@ -399,7 +399,7 @@ textarea {
}
&:disabled,
&[disabled] {
&[disabled='true'] {
opacity: 0.6;
pointer-events: none;
cursor: not-allowed;