Untitled
unknown
plain_text
9 months ago
411 B
6
Indexable
.search-form__label:has(:focus-visible) {
outline: 2px solid #FFF;
outline-offset: 1px;
}
.search-form__pseudo-checkbox {
position: relative;
display: inline-block;
width: 19px;
height: 19px;
border: 1px solid #fff;
}
.search-form__pseudo-checkbox::after {
content: "";
position: absolute;
display: none;
top: 1px;
left: 1px;
width: 18px;
height: 18px;
background-color: #FFF;Editor is loading...
Leave a Comment