Spaces:
Runtime error
Runtime error
File size: 314 Bytes
db5855f |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
/**
* Copyright (C) 2023 Intel Corporation
* SPDX-License-Identifier: MIT
*/
.spark-visually-hidden:not(:focus):not(:active) {
clip: rect(0 0 0 0);
clip-path: inset(50%);
height: 0.0625rem;
overflow: hidden;
position: absolute;
white-space: nowrap;
width: 0.0625rem;
}
|