fix focusring not appearing on linux (#4365)
-moz-accent-color variable doesn't seem to exist on linux. Use --color-accent as the focus border, same as what is already done in the reader. Fixes: #4340
This commit is contained in:
parent
32b92c0205
commit
b0fa4415ee
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
|||
}
|
||||
@media (-moz-platform: linux) {
|
||||
--color-accent: SelectedItem;
|
||||
--color-focus-border: -moz-accent-color;
|
||||
--color-focus-border: var(--color-accent);
|
||||
--width-focus-border: 2px;
|
||||
}
|
||||
// Only used on Windows
|
||||
|
|
Loading…
Reference in a new issue