mirror of
https://github.com/wukko/cobalt.git
synced 2025-01-24 11:46:19 +01:00
web: fix DownloadButton tab focus glow
This commit is contained in:
parent
a5268ba204
commit
9198537da7
1 changed files with 4 additions and 0 deletions
|
@ -105,6 +105,10 @@
|
|||
border-bottom-right-radius: var(--border-radius);
|
||||
}
|
||||
|
||||
#download-button:focus-visible {
|
||||
box-shadow: 0 0 0 1.5px var(--secondary) inset;
|
||||
}
|
||||
|
||||
#download-state {
|
||||
font-size: 24px;
|
||||
font-family: "Noto Sans Mono Variable", "Noto Sans Mono", "IBM Plex Mono", monospace;
|
||||
|
|
Loading…
Reference in a new issue