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