File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ governing permissions and limitations under the License.
173
173
174
174
.spectrum-Swatch-mixedValueIcon {
175
175
color : var (--spectrum-swatch-dash-icon-color );
176
- visibility : visible ;
176
+ display : block ;
177
177
}
178
178
}
179
179
@@ -215,7 +215,7 @@ governing permissions and limitations under the License.
215
215
& [disabled ],
216
216
& .is-disabled {
217
217
.spectrum-Swatch-disabledIcon {
218
- visibility : visible ;
218
+ display : block ;
219
219
}
220
220
}
221
221
@@ -303,7 +303,7 @@ governing permissions and limitations under the License.
303
303
}
304
304
305
305
.spectrum-Swatch-mixedValueIcon {
306
- visibility : hidden ;
306
+ display : none ;
307
307
pointer-events : none;
308
308
/* Undefined variable allows custom stylesheet or JS to pass the value to this element */
309
309
color : var (--spectrum-picked-color , transparent);
@@ -313,7 +313,7 @@ governing permissions and limitations under the License.
313
313
position : relative;
314
314
z-index : 2 ;
315
315
316
- visibility : hidden ;
316
+ display : none ;
317
317
pointer-events : none;
318
318
319
319
color : var (--highcontrast-swatch-disabled-icon-color , var (--mod-swatch-disabled-icon-color , var (--spectrum-swatch-disabled-icon-color )));
You can’t perform that action at this time.
0 commit comments