[Glitch] Accessibility: Add visible focus outlines to emoji/language search fields
Port d39f7bc72f4274a56da01a8d7c58e68edbad4922 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
parent
2c1dac8084
commit
17721fcf4c
@ -114,10 +114,9 @@
|
||||
border: 0;
|
||||
}
|
||||
|
||||
&:active,
|
||||
&:focus {
|
||||
outline: none !important;
|
||||
border-width: 1px !important;
|
||||
outline: var(--outline-focus-default);
|
||||
outline-offset: -1px;
|
||||
}
|
||||
|
||||
&::-webkit-search-cancel-button {
|
||||
@ -141,10 +140,12 @@
|
||||
&:disabled {
|
||||
cursor: default;
|
||||
pointer-events: none;
|
||||
color: var(--color-text-secondary);
|
||||
}
|
||||
|
||||
svg {
|
||||
fill: currentColor;
|
||||
opacity: 1 !important;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user