Files
remark42/frontend/app/components/auth-panel/__select-label-value/auth-panel__select-label-value.scss
T

10 lines
224 B
SCSS

.auth-panel__select-label-value_focused {
outline: 1px dotted;
outline-color: inherit;
@supports (outline-color: -webkit-focus-ring-color) {
outline-color: -webkit-focus-ring-color;
outline-style: auto;
}
}