mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-08-24 12:06:54 -05:00
Add file input focus style
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user