use popup separator color for scrollbar
This commit is contained in:
@@ -10,4 +10,4 @@ See the above repository for updates as well as full license text. */
|
||||
@namespace html url("http://www.w3.org/1999/xhtml");
|
||||
|
||||
html|div#urlbarView-results,
|
||||
html|div#urlbar-results{ max-height: 400px; overflow-y: auto; scrollbar-color: currentColor transparent; scrollbar-width: thin }
|
||||
html|div#urlbar-results{ max-height: 400px; overflow-y: auto; scrollbar-color: var(--urlbar-separator-color,currentColor) transparent; scrollbar-width: thin }
|
||||
Reference in New Issue
Block a user