Skip to content

Commit

Permalink
Correct sidebar text colors
Browse files Browse the repository at this point in the history
  • Loading branch information
laCour committed Aug 25, 2016
1 parent 94399ac commit 373888e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
11 changes: 6 additions & 5 deletions scss/layout/_sidebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,21 +27,22 @@

.channels_list_holder {
h2 {
color: $base-link-color;
color: $base-font-color !important;

&.hoverable:not(.jquery_hover):hover {
color: $base-link-color-active;
color: $base-font-color;
opacity: 0.8;
}
}

ul {
color: $base-font-color;
color: $base-font-color !important;

li {
text-shadow: 0 1px 1px $color-shadow-light;

a {
color: $base-link-color;
color: $base-font-color !important;

&:hover {
background: $color-base !important;
Expand Down Expand Up @@ -201,7 +202,7 @@

#channel_list_invites_link {
border-bottom: 1px dotted $base-link-color;
color: $base-link-color;
color: $base-link-color !important;
font-size: 0.9rem;

&:hover {
Expand Down
5 changes: 5 additions & 0 deletions scss/modules/menu/_team.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@
text-shadow: 0 1px 1px $color-shadow-light;
}
}

.team_name_caret,
.notifications_menu_btn {
color: $base-font-color !important;
}
}

#team_header_user_name {
Expand Down

0 comments on commit 373888e

Please sign in to comment.