File tree Expand file tree Collapse file tree 2 files changed +20
-6
lines changed
app/design/frontend/Magento
blank/Magento_Swatches/web/css/source
luma/Magento_Catalog/web/css/source Expand file tree Collapse file tree 2 files changed +20
-6
lines changed Original file line number Diff line number Diff line change 91
91
&-options {
92
92
margin-top : @indent__s ;
93
93
94
+ & :focus {
95
+ box-shadow : none ;
96
+ }
97
+
94
98
.swatch-option-tooltip-layered .title {
95
99
.lib-css (color , @swatch-option-tooltip-layered-title__color );
96
- width : 100% ;
97
- height : 20px ;
98
- position : absolute ;
99
100
bottom : -5px ;
101
+ height : 20px ;
100
102
left : 0 ;
101
- text-align : center ;
102
103
margin-bottom : @indent__s ;
104
+ position : absolute ;
105
+ text-align : center ;
106
+ width : 100% ;
103
107
}
104
108
}
105
109
132
136
text-align : center ;
133
137
text-overflow : ellipsis ;
134
138
139
+ & :focus {
140
+ box-shadow : @focus__box-shadow ;
141
+ }
142
+
135
143
& .text {
136
144
.lib-css (background , @swatch-option-text__background );
137
145
.lib-css (color , @swatch-option-text__color );
138
146
font-size : @font-size__s ;
139
147
font-weight : @font-weight__bold ;
140
148
line-height : 20px ;
141
- padding : 4px 8px ;
142
- min-width : 22px ;
143
149
margin-right : 7px ;
150
+ min-width : 22px ;
151
+ padding : 4px 8px ;
144
152
145
153
& .selected {
146
154
.lib-css (background-color , @swatch-option-text__selected__background-color ) !important ;
Original file line number Diff line number Diff line change 294
294
}
295
295
296
296
.product-options-wrapper {
297
+ .fieldset {
298
+ & :focus {
299
+ box-shadow : none ;
300
+ }
301
+ }
302
+
297
303
.fieldset-product-options-inner {
298
304
.legend {
299
305
.lib-css (font-weight , @font-weight__semibold );
You can’t perform that action at this time.
0 commit comments