Skip to content

Commit

Permalink
Improve channel flexpane styles
Browse files Browse the repository at this point in the history
  • Loading branch information
laCour committed Sep 15, 2017
1 parent 187be42 commit 6ff042b
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions scss/modules/flexpane/_channel.scss
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,17 @@
}
}
}

.channel_section_label .ts_icon_info_circle {
color: $color-highlight;
}

.feature_sli_channel_insights {
.channel_created_section .creator_link,
.channel_purpose_section .channel_purpose_text {
color: $color-highlight;
}
}
}

.channel_page_member_row {
Expand All @@ -84,6 +95,11 @@
color: $base-link-color;
}
}

&:hover {
background-color: $color-shade-light;
border-color: $color-shade-dark;
}
}

.pinned_item {
Expand Down

0 comments on commit 6ff042b

Please sign in to comment.