Skip to content

Commit

Permalink
Try a white sidebar
Browse files Browse the repository at this point in the history
This PR extracts an idea from #9784, a white sidebar.

This looks a little jarring at first, but can grow on you. Because it's sort of a jarring change, I think it needs to be tested in a PR, rather than be discussed. That way people can actually _feel_ it, rather than look at screenshots.

What do you think?
  • Loading branch information
Joen Asmussen committed Sep 20, 2018
1 parent d5bbd81 commit 043ebe6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion edit-post/components/sidebar/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
bottom: 0;
width: $sidebar-width;
border-left: $border-width solid $light-gray-500;
background: $light-gray-300;
background: $white;
color: $dark-gray-500;
height: 100vh;
overflow: hidden;
Expand Down
1 change: 0 additions & 1 deletion packages/components/src/panel/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
display: flex;
justify-content: space-between;
align-items: center;
background: $light-gray-300;
padding: 0 $panel-padding;
height: 50px;
border-top: $border-width solid $light-gray-500;
Expand Down

0 comments on commit 043ebe6

Please sign in to comment.