mirror of
https://github.com/wukko/cobalt.git
synced 2025-05-29 13:00:12 +02:00
web: fix DownloadButton tab focus glow
This commit is contained in:
parent
5ba3231a1e
commit
ea830974b6
@ -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…
x
Reference in New Issue
Block a user