Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit c175487

Browse files
committed
Removed linux scrollbar style.
1 parent 3561353 commit c175487

1 file changed

Lines changed: 0 additions & 28 deletions

File tree

src/styles/brackets.less

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -65,34 +65,6 @@ html, body {
6565
backface-visibility: hidden;
6666
}
6767

68-
.platform-linux {
69-
::-webkit-scrollbar {
70-
width: 8px;
71-
height: 8px;
72-
}
73-
74-
::-webkit-scrollbar-track:vertical {
75-
margin: 0 0 8px 0;
76-
}
77-
78-
::-webkit-scrollbar-track:horizontal {
79-
margin: 0 8px 0 0;
80-
}
81-
82-
::-webkit-scrollbar-thumb {
83-
background: @custom-scrollbar-thumb;
84-
border-radius: 4px;
85-
}
86-
87-
::-webkit-scrollbar-corner {
88-
background: none;
89-
}
90-
91-
::-webkit-scrollbar-thumb:window-inactive {
92-
background: @custom-scrollbar-thumb-inactive;
93-
}
94-
}
95-
9668
.resizing-container {
9769
position: absolute;
9870
top: 0;

0 commit comments

Comments
 (0)