Add file input focus style

This commit is contained in:
Kalle
2026-06-19 14:23:44 +03:00
parent 5c067a02cd
commit 5162945bb7

View File

@@ -457,6 +457,11 @@
color: var(--color-text-high);
overflow: hidden;
&:focus-visible {
outline: var(--focus-ring);
outline-offset: 1px;
}
&::file-selector-button {
height: 100%;
border: none;