Skip to content

Commit

Permalink
Improve team menu styles
Browse files Browse the repository at this point in the history
  • Loading branch information
laCour committed Feb 12, 2017
1 parent 38c048c commit 2365461
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scss/modules/menu/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
}

&.divider {
border-bottom: 2px solid $color-shade-mid;
border-bottom-color: $color-base;
}
}

Expand Down
2 changes: 1 addition & 1 deletion scss/modules/menu/_team.scss
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
}

.slack_menu_section::before {
border-top: 1px solid $color-shade-light;
border-top-color: $color-base;
}

.slack_menu_header_secondary {
Expand Down

0 comments on commit 2365461

Please sign in to comment.