We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 322b670 commit 0cc43e2Copy full SHA for 0cc43e2
packages/vuetify/src/components/VInput/VInput.sass
@@ -100,12 +100,12 @@
100
101
&__slot
102
align-items: center
103
- color: inherit
104
display: flex
105
margin-bottom: $input-slot-margin-bottom
106
min-height: inherit
107
position: relative
108
transition: $primary-transition
+ transition-property: height, min-height
109
width: 100%
110
111
&--dense > .v-input__control > .v-input__slot
packages/vuetify/src/components/VRadioGroup/VRadio.ts
@@ -74,6 +74,7 @@ export default baseMixins.extend<options>().extend({
74
}
75
},
76
computedColor (): string | undefined {
77
+ if (this.isDisabled) return undefined
78
return Selectable.options.computed.computedColor.call(this)
79
80
computedIcon (): string {
0 commit comments