Skip to content

Commit

Permalink
fix(components/textarea): clear btn shouldnt be shown when disabled #000
Browse files Browse the repository at this point in the history
  • Loading branch information
ickisIckis committed Aug 13, 2024
1 parent 40b1c35 commit b4a853e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
width: auto;
}

&:hover,
&:focus-within {
&:not(.disabled):hover,
&:not(.disabled):focus-within {
.label-container-textarea.label-container-outer {
.prizm-input-label-clear-btn {
display: block;
Expand Down

0 comments on commit b4a853e

Please sign in to comment.