Skip to content

Commit 0827552

Browse files
authored
Remove scrollbar customizations (#29800)
Fixes #29652. Removes all scrollbar customization as per popular vote on #29652 (comment). There is one more case of `-webkit-scrollbar` left in CSS and #29400 will get rid of that as well.
1 parent 2eb7c56 commit 0827552

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

web_src/css/base.css

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -105,33 +105,9 @@ progress::-moz-progress-bar {
105105
}
106106

107107
* {
108-
scrollbar-color: var(--color-primary) transparent;
109108
caret-color: var(--color-caret);
110109
}
111110

112-
::-webkit-scrollbar {
113-
width: 10px;
114-
height: 10px;
115-
}
116-
117-
::-webkit-scrollbar-thumb {
118-
box-shadow: inset 0 0 0 6px var(--color-primary);
119-
border: 2px solid transparent;
120-
border-radius: var(--border-radius);
121-
}
122-
123-
::-webkit-scrollbar-thumb:window-inactive {
124-
box-shadow: inset 0 0 0 6px var(--color-primary);
125-
}
126-
127-
::-webkit-scrollbar-thumb:hover {
128-
box-shadow: inset 0 0 0 6px var(--color-primary-dark-2);
129-
}
130-
131-
::-webkit-scrollbar-corner {
132-
background: transparent;
133-
}
134-
135111
::file-selector-button {
136112
border: 1px solid var(--color-light-border);
137113
color: var(--color-text-light);

0 commit comments

Comments
 (0)