Skip to content

Commit 8083db9

Browse files
committed
fix(VColorPicker): prevent sass nested deprecation warning
fixes #21909
1 parent 3530940 commit 8083db9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

packages/vuetify/src/components/VColorPicker/VColorPickerEdit.sass

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@
77
margin-top: $color-picker-input-margin-top
88

99
.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-
1510
width: 100%
1611
display: flex
1712
flex-wrap: wrap
1813
justify-content: center
1914
text-align: center
2015

16+
> input::-webkit-outer-spin-button,
17+
> input::-webkit-inner-spin-button
18+
-webkit-appearance: none
19+
margin: 0
20+
2121
&:not(:last-child)
2222
margin-inline-end: $color-picker-input-margin
2323

0 commit comments

Comments
 (0)