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

Commit 62834b3

Browse files
committed
Fixed based on @TomMalbran's feedback.
1 parent c175487 commit 62834b3

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

src/index.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,6 @@
2929

3030
<!-- CSS/LESS -->
3131

32-
<!-- Temporary CSS for unobtrusive scrollbars. This can't live in LESS because it uses
33-
nonstandard WebKit-specific syntax. -->
34-
<link rel="stylesheet" href="styles/brackets_scrollbars.css">
35-
3632
<!-- NOTE: All scripts must be external for Chrome App support: http://developer.chrome.com/apps/app_csp.html -->
3733

3834
<!-- Warn about failed cross origin requests in Chrome -->

src/styles/brackets_shared.less

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,8 @@
5858
// Codemirror styling overrides
5959
@import url(brackets_codemirror_override.less);
6060

61-
// styling for file tree
61+
// Styling for file tree
6262
@import url(jsTreeTheme.less);
63+
64+
// Styling for scrollbars
65+
@import url(brackets_scrollbars.less);

0 commit comments

Comments
 (0)