Bug 209385 - [GTK][STABLE] Scrollbar is adawaita-light rather than adwaita-dark
Summary: [GTK][STABLE] Scrollbar is adawaita-light rather than adwaita-dark
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: Other
Hardware: PC Linux
: P2 Trivial
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-03-21 19:22 PDT by Lionir
Modified: 2020-03-30 14:06 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lionir 2020-03-21 19:22:33 PDT
Currently, it seems that the scrollbar is following Adawaita-light rather than Adwaita-dark.

Epiphany version : 3.36.0-27-g2a31b3fdc
WebKitGTK version : 2.28.0
Comment 1 Carlos Garcia Campos 2020-03-23 07:04:12 PDT
This is on purpose, we now always use the light variant to render form controls and scrollbars. See bug #197947
Comment 2 Lionir 2020-03-23 10:03:45 PDT
Hm, would it be possible to have the window's scrollbar only follow the stylesheet (unless CSS modifies it obviously) while keeping the rest stylesheet-independent as per the plan?
Comment 3 Michael Catanzaro 2020-03-23 13:28:44 PDT
Nope, switching GTK theme in the same process is not realistic.

I guess this is WONTFIX, then? At least for 2.28?

Maybe we could do the right thing in trunk somehow? But we have a hardcoded light scrollbar there currently....