feat(css): Styled scrollbars in Firefox Nightly (#8653)

You currently need to enable `layout.css.scrollbar-colors.enabled` in `about:config` in Firefox
Nightly.
This commit is contained in:
Sorin Davidoi 2018-09-09 02:08:49 +02:00 committed by Eugen Rochko
父節點 6f3d934bc1
當前提交 8fefcb86ea
共有 1 個文件被更改,包括 5 次插入0 次删除

查看文件

@ -53,6 +53,11 @@ table {
border-spacing: 0;
}
html {
scrollbar-face-color: lighten($ui-base-color, 4%);
scrollbar-track-color: rgba($base-overlay-background, 0.1);
}
::-webkit-scrollbar {
width: 12px;
height: 12px;