web: make tab focus blue for better visibility
This commit is contained in:
@@ -115,6 +115,7 @@
|
||||
#input-container.focused :global(#input-link-icon) {
|
||||
stroke: var(--secondary);
|
||||
}
|
||||
|
||||
#input-container.downloadable :global(#input-link-icon) {
|
||||
stroke: var(--secondary);
|
||||
}
|
||||
|
||||
@@ -106,7 +106,7 @@
|
||||
}
|
||||
|
||||
#download-button:focus-visible {
|
||||
box-shadow: 0 0 0 1.5px var(--secondary) inset;
|
||||
box-shadow: 0 0 0 2px var(--blue) inset;
|
||||
}
|
||||
|
||||
#download-state {
|
||||
|
||||
Reference in New Issue
Block a user