diff --git a/packages/vuetify/src/components/VSelectionControl/VSelectionControl.sass b/packages/vuetify/src/components/VSelectionControl/VSelectionControl.sass index 20806de83d8..688cc0749a3 100644 --- a/packages/vuetify/src/components/VSelectionControl/VSelectionControl.sass +++ b/packages/vuetify/src/components/VSelectionControl/VSelectionControl.sass @@ -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))