Skip to content

Commit

Permalink
Add styles for team menu usage meter
Browse files Browse the repository at this point in the history
  • Loading branch information
laCour committed Sep 15, 2017
1 parent 1f42565 commit b271a38
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions scss/modules/menu/_team.scss
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,20 @@

.slack_menu_download {
background-color: $color-shade-dark;

ts-icon {
color: $color-highlight;
}
}

#menu_items_scroller::-webkit-scrollbar-track {
background: $color-base !important;
}

#limit_meter:hover #limit_meter_message_body {
color: $base-font-color;
}

#limit_meter_message_body {
color: $color-highlight;
}

0 comments on commit b271a38

Please sign in to comment.