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

Commit 3561353

Browse files
committed
Cleaned up a bit.
1 parent 181ead8 commit 3561353

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/styles/brackets_scrollbars.less

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
FUTURE: These currently rely on nonstandard WebKit styles, and don't have all the right behavior.
2626
Longer-term, we'll need to implement custom scrollbars. */
2727

28-
.platform-mac .quiet-scrollbars,
29-
.platform-win .quiet-scrollbars,
28+
.platform-mac .quiet-scrollbars,
29+
.platform-win .quiet-scrollbars,
3030
.platform-linux .quiet-scrollbars {
3131

3232
::-webkit-scrollbar {
@@ -72,7 +72,7 @@
7272
}
7373
}
7474

75-
.platform-linux, .platform-mac {
75+
.platform-linux {
7676
::-webkit-scrollbar {
7777
width: 12px;
7878
height: 12px;

0 commit comments

Comments
 (0)