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.
1 parent 3530940 commit 8083db9Copy full SHA for 8083db9
packages/vuetify/src/components/VColorPicker/VColorPickerEdit.sass
@@ -7,17 +7,17 @@
7
margin-top: $color-picker-input-margin-top
8
9
.v-color-picker-edit__input
10
- > input::-webkit-outer-spin-button,
11
- > input::-webkit-inner-spin-button
12
- -webkit-appearance: none
13
- margin: 0
14
-
15
width: 100%
16
display: flex
17
flex-wrap: wrap
18
justify-content: center
19
text-align: center
20
+ > input::-webkit-outer-spin-button,
+ > input::-webkit-inner-spin-button
+ -webkit-appearance: none
+ margin: 0
+
21
&:not(:last-child)
22
margin-inline-end: $color-picker-input-margin
23
0 commit comments