Accessibility: Add visible focus outlines to emoji/language search fields (#39120)

This commit is contained in:
diondiondion 2026-05-21 09:24:55 +02:00 committed by GitHub
parent e68c1c824a
commit d39f7bc72f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;
}
}