Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
disable switch-buttons, when NavToggle
  • Loading branch information
sosukesuzuki committed Oct 21, 2017
commit 0d52417ee7df601f85774a4f41b7f513ccff1c91
4 changes: 4 additions & 0 deletions browser/main/SideNav/SideNav.styl
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,10 @@
overflow-y auto
flex: 1

.root--folded
.swith-buttons
display none

body[data-theme="dark"]
.root, .root--folded
border-color $ui-dark-borderColor
Expand Down