Closed
Description
Attached is a screenshot demonstrating a subset of the current Webflow Designer scrollbar. This isn‘t intended to be comprehensive of Webflow’s current usage, but is reflective of how much customization is in place. The intent of bringing this up is because the current draft being primarily limited to colors does not sufficiently cover this current usage. (My apologies in this likely being a far cry from proper spec form.)
The following selectors and properties are in use here:
selector | props |
---|---|
::-webkit-scrollbar |
width, height |
::-webkit-scrollbar:horizontal |
display, border-width |
::-webkit-scrollbar-track |
background-color, background-clip, border-style, border-color, border-width |
::-webkit-scrollbar-track:horizontal |
^-- same |
::-webkit-scrollbar-thumb |
background-color, border, background-clip |
::-webkit-scrollbar-thumb:horizontal |
border-width |
::-webkit-scrollbar-thumb:hover |
background-color |
::-webkit-scrollbar-thumb:disabled |
background-color |
::-webkit-scrollbar-button |
display, height, position, background-color, background-image, background-repeate, border-color, border-style |
::-webkit-scrollbar-button:hover |
background-color |
::-webkit-scrollbar-button:disabled |
background-color |
::-webkit-scrollbar-button:vertical |
background-position |
::-webkit-scrollbar-button:vertical:hover |
background-position |
::-webkit-scrollbar-button:vertical:disabled |
background-position |
::-webkit-scrollbar-button:vertical:decrement |
border-width, background-position |
::-webkit-scrollbar-button:vertical:increment |
border-width, background-position |
::-webkit-scrollbar-button:vertical:start:increment |
display |
::-webkit-scrollbar-button:vertical:end:increment |
display |
::-webkit-scrollbar-corner |
background-color |