From b2e53086b3b4527af04d4689f0d836fefd10f8fb Mon Sep 17 00:00:00 2001 From: Sudheer Date: Mon, 21 Aug 2017 19:42:40 +0530 Subject: PLT-5747: Fixed inconsistent on-hover, tooltip, and active states for buttons. (#7174) * Fixed LHS Team Sidebar on hover highlight. * Fixed LHS Main Menu on hover tooltip to show "Main menu". * Added On-hover highlight for Favorite button in channel heading. * Added active state for channel members icon. * Added active class based on internal react state with new changeCss rule. * Changed cursor to pointer on hovering a theme. * Fixed Invite New Member Add Button to have text-underline on hover. --- webapp/sass/layout/_headers.scss | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'webapp/sass/layout/_headers.scss') diff --git a/webapp/sass/layout/_headers.scss b/webapp/sass/layout/_headers.scss index 3e0a51422..4b7348d7b 100644 --- a/webapp/sass/layout/_headers.scss +++ b/webapp/sass/layout/_headers.scss @@ -157,12 +157,10 @@ .channel-header__info { margin-top: 12px; white-space: nowrap; - + .header-dropdown__icon { + color: $dark-gray; + } .channel-header__title { - .header-dropdown__icon { - color: $dark-gray; - } - > a { display: inline-block; text-decoration: none; @@ -458,7 +456,6 @@ &.inactive { color: inherit; - &:hover, &:active { color: inherit; } -- cgit v1.2.3-1-g7c22