From 6ff042b9794cc1511901300c51538a8573ad02a9 Mon Sep 17 00:00:00 2001 From: Jonathan la Cour Date: Thu, 14 Sep 2017 22:55:12 -0600 Subject: [PATCH] Improve channel flexpane styles --- scss/modules/flexpane/_channel.scss | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/scss/modules/flexpane/_channel.scss b/scss/modules/flexpane/_channel.scss index 40471a55..60fc3505 100644 --- a/scss/modules/flexpane/_channel.scss +++ b/scss/modules/flexpane/_channel.scss @@ -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 { @@ -84,6 +95,11 @@ color: $base-link-color; } } + + &:hover { + background-color: $color-shade-light; + border-color: $color-shade-dark; + } } .pinned_item {