Maybe implement light/dark value of scrollbar-color
Categories
(Core :: CSS Parsing and Computation, enhancement, P5)
Tracking
()
Tracking | Status | |
---|---|---|
firefox64 | --- | affected |
People
(Reporter: xidorn, Unassigned)
References
(Blocks 1 open bug)
Details
Comment 1•7 years ago
|
||
Reporter | ||
Comment 2•7 years ago
|
||
https://bugzilla.mozilla.org/show_bug.cgi?id=1608663 could use a "chrome" value to get back legacy behavior in regard to recent (72) bullshit changes to monkey with the scrollbar colors.
Transparent backgrounds are given a light recolor bar... maybe if FF is going to keep recoloring the scrollbars it should at least investigate the backgrounds behind iframes so it doesn't switch between colors.
The scrollbar is on the margin of a window or monitor and doesn't need to reflect the webpage. As it's on the margin its colors should be based on OS level Dark/Light theme settings. In that case choosing "light" and "dark" just further breaks things. Make Dark OS setting a queryable state in the DOM. Quit monkeying around. Who wants to set Night Modes at more than one level?
Comment 4•4 years ago
|
||
The light
and dark
keywords have been removed from the spec: https://github.com/w3c/csswg-drafts/issues/6438. It would be more desirable IMO to honour the color-scheme
property/meta tag. This is how Chrome and I believe Safari handles light and dark theme scrollbars.
Updated•4 years ago
|
Comment 5•4 years ago
|
||
Agreed with Luke. These keywords have been dropped from the spec so we shouldn’t implement. I suggest we close this as WONTFIX.
Updated•3 years ago
|
Description
•