vuetify
Version:
Vue.js 2 Semantic Component Framework
24 lines (18 loc) • 396 B
text/stylus
@import '../bootstrap'
@import '../theme'
v-radio($material)
&--is-disabled
label
color: $material.text.disabled
.v-icon
// needed for helper override
color: $material.buttons.disabled
theme(v-radio, "v-radio")
.v-radio
align-items: center
display: flex
height: auto
margin-right: 16px
outline: none
&--is-disabled
pointer-events: none