Skip to content

Commit

Permalink
apply theme color to slider in MarkdownSplitEditor
Browse files Browse the repository at this point in the history
  • Loading branch information
amedora authored and Rokt33r committed Jul 8, 2019
1 parent 3d7ab40 commit 0c7a1e8
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions browser/components/MarkdownSplitEditor.styl
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,30 @@
top -2px
width 0
z-index 0
border-left 1px solid $ui-borderColor
.slider-hitbox
absolute top bottom left right
width 7px
left -3px
z-index 10
cursor col-resize

body[data-theme="dark"]
.root
.slider
border-left 1px solid $ui-dark-borderColor

body[data-theme="solarized-dark"]
.root
.slider
border-left 1px solid $ui-solarized-dark-borderColor

body[data-theme="monokai"]
.root
.slider
border-left 1px solid $ui-monokai-borderColor

body[data-theme="dracula"]
.root
.slider
border-left 1px solid $ui-dracula-borderColor

0 comments on commit 0c7a1e8

Please sign in to comment.