File tree 3 files changed +8
-5
lines changed
app/design/frontend/Magento/luma/web/css/source
lib/web/css/source/lib/variables
3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 91
91
.select-styling () {
92
92
.lib-css (appearance , none , 1 );
93
93
appearance : none ;
94
- background : @select__background url(' ../images/select-bg.svg' ) no-repeat 100% 45% ;
95
94
background-size : 30px 60px ;
96
- border : 1px solid @border-color__base ;
97
- height : 32px ;
98
- padding-right : 25px ;
99
95
text-indent : .01em ;
100
96
text-overflow : ' ' ;
101
97
Original file line number Diff line number Diff line change 153
153
// Forms
154
154
// ---------------------------------------------
155
155
156
+
157
+ // Select
158
+ @select__background : @form-element-input__background url (' ../images/select-bg.svg' ) no-repeat 100% 45% ;
159
+ @select__border : 1px solid @border-color__base ;
160
+ @select__height : 32px ;
161
+ @select__padding : 4px 25px @indent__xs @indent__s ;
162
+
156
163
// Form fieldset
157
164
@form-fieldset-legend__font-size : 18px ;
158
165
@form-fieldset-legend__font-weight : @font-weight__light ;
Original file line number Diff line number Diff line change 121
121
@select__disabled__font-style : @form-element-input__disabled__font-style ;
122
122
123
123
// Focus state
124
- @select__focus__background : @form-element-input__focus__background ;
124
+ @select__focus__background : false ;
125
125
@select__focus__border : @form-element-input__focus__border ;
126
126
@select__focus__color : @form-element-input__focus__color ;
127
127
@select__focus__font-style : @form-element-input__focus__font-style ;
You can’t perform that action at this time.
0 commit comments