We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
custom
1 parent 457b7a9 commit 3bac087Copy full SHA for 3bac087
src/runtime/components/forms/Checkbox.vue
@@ -12,7 +12,7 @@
12
:indeterminate="indeterminate"
13
type="checkbox"
14
class="form-checkbox"
15
- :class="[ui.base, ui.rounded, ui.custom]"
+ :class="[ui.base, ui.rounded]"
16
v-bind="$attrs"
17
@focus="$emit('focus', $event)"
18
@blur="$emit('blur', $event)"
src/runtime/components/forms/Radio.vue
@@ -10,7 +10,7 @@
10
:disabled="disabled"
11
type="radio"
class="form-radio"
- :class="[ui.base, ui.custom]"
+ :class="[ui.base]"
0 commit comments