Skip to content

Commit 50e198a

Browse files
committed
fix: resolve stylelint errors
1 parent 8e3cd3b commit 50e198a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

scss/_date-picker.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,9 @@
110110
font-weight: var(--#{$prefix}date-picker-font-weight);
111111
line-height: var(--#{$prefix}date-picker-line-height);
112112
color: var(--#{$prefix}date-picker-color);
113+
appearance: none;
113114
background: transparent;
114115
border: 0;
115-
appearance: none;
116116

117117
.date-picker.show & {
118118
color: var(--#{$prefix}date-picker-focus-color);

scss/_time-picker.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,9 @@
110110
font-weight: var(--#{$prefix}time-picker-font-weight);
111111
line-height: var(--#{$prefix}time-picker-line-height);
112112
color: var(--#{$prefix}time-picker-color);
113+
appearance: none;
113114
background: transparent;
114115
border: 0;
115-
appearance: none;
116116

117117
.time-picker.show & {
118118
color: var(--#{$prefix}time-picker-focus-color);
@@ -193,10 +193,10 @@
193193
padding: var(--#{$prefix}time-picker-inline-select-padding-y) var(--#{$prefix}time-picker-inline-select-padding-x);
194194
color: var(--#{$prefix}time-picker-inline-select-color);
195195
text-align: right;
196+
appearance: none;
196197
background-color: transparent;
197198
border: 0;
198199
@include font-size(var(--#{$prefix}time-picker-inline-select-font-size));
199-
appearance: none;
200200

201201
-ms-overflow-style: none; /* Internet Explorer 10+ */
202202
scrollbar-width: none; /* Firefox */

0 commit comments

Comments
 (0)