Bug 258681

Summary: [css-scrollbars-1] Implement "scrollbar-width: thin" support for Adwaita scrollbars
Product: WebKit Reporter: Luke Warlow <lwarlow>
Component: CSSAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Local Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 231588    

Description Luke Warlow 2023-06-29 09:39:58 PDT
Currently the Adwaita scrollbar theme treats the thin scrollbar-width value as auto. For completeness a thin size should be implemented.
Comment 1 Luke Warlow 2023-06-29 09:40:12 PDT
Currently the thickness uses a "scrollbarSize = 21;" decleration, so this would probably just be a matter of adding a new "thinScrollbarSize" declaration and using that in the scrollbarThickness function
Comment 2 Radar WebKit Bug Importer 2023-07-06 09:40:17 PDT
<rdar://problem/111854052>