Skip to content

Commit

Permalink
fix: remove !important at disabled styles (#6285)
Browse files Browse the repository at this point in the history
  • Loading branch information
sdvg authored Apr 11, 2024
2 parents af3a294 + 02bd127 commit 17520e5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/components/src/components/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@
[aria-disabled='true']:focus,
[disabled],
[disabled]:focus {
cursor: not-allowed !important;
opacity: 0.5 !important;
outline: none !important;
cursor: not-allowed;
opacity: 0.5;
outline: none;
}

[aria-disabled='true']:focus .kol-span-wc,
Expand Down

0 comments on commit 17520e5

Please sign in to comment.