This repository was archived by the owner on Sep 6, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7.5k
Larz/linux scrollbar #5082
Closed
Closed
Larz/linux scrollbar #5082
Changes from all commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
48b8833
Added styling for scrollbars.
larz0 0db317b
Tweaked styling.
larz0 4ddb730
Merge branch 'master' of https://github.com/adobe/brackets into larz/…
larz0 b3c4105
Updated style.
larz0 5e4a982
Added transparent white border for dark themes.
larz0 59a2d0f
Merge branch 'master' of https://github.com/adobe/brackets into larz/…
larz0 f8192c7
Custom scrollbar is now linux-only.
larz0 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Submodule acorn
updated
from c152be to a84e21
Submodule tern
updated
from 21c9f9 to fb2bb8
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule CodeMirror2
updated
from 2d51b3 to a71f5f
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this be applied to all the platforms?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No it shouldn't. It already looks like that on Mac and @jasonsanjose is working on the Windows scrollbar that'll look more like the scrollbar on Windows 8.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I mean just the
height: 100%property which was applied to the body, and therefor all the platforms, before this change.And yay on the coming windows custom scrollbars.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ahh yes. I need to change that.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed in #5083