File tree 1 file changed +5
-6
lines changed
app/design/frontend/Magento/blank/Magento_Swatches/web/css/source
1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 65
65
// _____________________________________________
66
66
67
67
& when (@media-common = true ) {
68
-
69
68
.swatch {
70
69
&-attribute {
71
70
&-label {
155
154
padding : 4px 8px ;
156
155
157
156
& .selected {
158
- .lib-css (background-color , @swatch-option-text__selected__background-color ) !important ;
157
+ .lib-css (background-color , @swatch-option-text__selected__background-color );
159
158
}
160
159
}
161
160
201
200
top : 0 ;
202
201
}
203
202
}
203
+
204
204
&-disabled {
205
205
border : 0 ;
206
206
cursor : default ;
207
207
outline : none !important ;
208
208
209
209
& :after {
210
210
.lib-rotate (-30deg );
211
+ .lib-css (background , @swatch-option__disabled__background );
211
212
content : ' ' ;
212
213
height : 2px ;
213
214
left : -4px ;
214
215
position : absolute ;
215
216
top : 10px ;
216
217
width : 42px ;
217
218
z-index : 995 ;
218
- .lib-css (background , @swatch-option__disabled__background );
219
219
}
220
220
}
221
221
226
226
&-tooltip {
227
227
.lib-css (border , @swatch-option-tooltip__border );
228
228
.lib-css (color , @swatch-option-tooltip__color );
229
+ .lib-css (background , @swatch-option-tooltip__background );
229
230
display : none ;
230
231
max-height : 100% ;
231
232
min-height : 20px ;
234
235
position : absolute ;
235
236
text-align : center ;
236
237
z-index : 999 ;
237
- .lib-css (background , @swatch-option-tooltip__background );
238
238
239
239
& ,
240
240
&-layered {
278
278
}
279
279
280
280
&-layered {
281
+ .lib-css (background , @swatch-option-tooltip-layered__background );
281
282
.lib-css (border , @swatch-option-tooltip-layered__border );
282
283
.lib-css (color , @swatch-option-tooltip-layered__color );
283
- .lib-css (background , @swatch-option-tooltip-layered__background );
284
284
display : none ;
285
285
left : -47px ;
286
286
position : absolute ;
326
326
margin : 2px 0 ;
327
327
padding : 2px ;
328
328
position : static ;
329
- z-index : 1 ;
330
329
}
331
330
332
331
&-visual-tooltip-layered {
You can’t perform that action at this time.
0 commit comments