Skip to content

Commit

Permalink
fix(css): change importance of disabled color of vicon in label tag
Browse files Browse the repository at this point in the history
resolves #14050
  • Loading branch information
korkt-kim committed Aug 25, 2021
1 parent 32dcb06 commit beb9766
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@
// Theme
+theme(v-input--selection-controls) using ($material)
&.v-input--is-disabled:not(.v-input--indeterminate)
.v-icon
:not(.v-label--is-disabled) .v-icon
// needed for helper override
color: map-deep-get($material, 'selection-controls', 'disabled') !important
.v-label--is-disabled .v-icon
color: map-deep-get($material, 'selection-controls', 'disabled')

.v-input--selection-controls
margin-top: $input-top-spacing
Expand Down

0 comments on commit beb9766

Please sign in to comment.