Skip to content

Commit

Permalink
fix(VSelectionControl): label opacity matching regular text (#20738)
Browse files Browse the repository at this point in the history
fixes #18804

Co-authored-by: Kael <kaelwd@gmail.com>
  • Loading branch information
J-Sek and KaelWD authored Dec 11, 2024
1 parent 4a628a3 commit f804c50
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,12 @@
white-space: normal
word-break: break-word
height: 100%
opacity: 1

&--disabled
opacity: var(--v-disabled-opacity)
pointer-events: none

&--error,
&--disabled
.v-label
opacity: 1

&--error:not(.v-selection-control--disabled)
.v-label
color: rgb(var(--v-theme-error))
Expand Down

0 comments on commit f804c50

Please sign in to comment.