Skip to content

Commit 9403262

Browse files
committed
fix(DatePicker, DateRangePicker): disable validation icons on the time picker
1 parent e842aee commit 9403262

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scss/_date-picker.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,10 +111,10 @@
111111

112112
.form-select {
113113
width: initial;
114-
padding-right: .25rem;
115-
padding-left: .25rem;
114+
padding-right: .25rem !important; // stylelint-disable-line declaration-no-important
115+
padding-left: .25rem !important; // stylelint-disable-line declaration-no-important
116116
text-align: right;
117-
background: none;
117+
background-image: none !important; // stylelint-disable-line declaration-no-important
118118
border: 0;
119119

120120
&:disabled {

0 commit comments

Comments
 (0)