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 e842aee commit 9403262Copy full SHA for 9403262
scss/_date-picker.scss
@@ -111,10 +111,10 @@
111
112
.form-select {
113
width: initial;
114
- padding-right: .25rem;
115
- padding-left: .25rem;
+ padding-right: .25rem !important; // stylelint-disable-line declaration-no-important
+ padding-left: .25rem !important; // stylelint-disable-line declaration-no-important
116
text-align: right;
117
- background: none;
+ background-image: none !important; // stylelint-disable-line declaration-no-important
118
border: 0;
119
120
&:disabled {
0 commit comments