Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions features/scrollbar-color.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@ name: scrollbar-color
description: The `scrollbar-color` CSS property sets the color of the scrollbar track and thumb.
spec: https://drafts.csswg.org/css-scrollbars-1/#scrollbar-color
group: scrolling
compat_features:
- css.properties.scrollbar-color
- css.properties.scrollbar-color.auto
1 change: 1 addition & 0 deletions features/scrollbar-color.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ status:
firefox_android: "64"
compat_features:
- css.properties.scrollbar-color
- css.properties.scrollbar-color.auto
5 changes: 5 additions & 0 deletions features/scrollbar-width.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,8 @@ name: scrollbar-width
description: The `scrollbar-width` CSS property sets the width of the scrollbar.
spec: https://drafts.csswg.org/css-scrollbars-1/#scrollbar-width
group: scrolling
compat_features:
- css.properties.scrollbar-width
- css.properties.scrollbar-width.auto
- css.properties.scrollbar-width.none
- css.properties.scrollbar-width.thin
3 changes: 3 additions & 0 deletions features/scrollbar-width.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,6 @@ status:
firefox_android: "64"
compat_features:
- css.properties.scrollbar-width
- css.properties.scrollbar-width.auto
- css.properties.scrollbar-width.none
- css.properties.scrollbar-width.thin