From 6d6b8134462d9e718f21e76f9c47f73604574c9b Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Thu, 30 Mar 2017 06:07:39 +0500 Subject: Ui ifxes (#5890) * PLT-5975 - Back arrow in flag list cutting off * PLT-6049 - Fixing pin icon color, and hover state * PLT-5989 - Channel member and pin icon issue * PLT-6067 - Pinned icon misaligned in firefox * PLT-5885 - Adjusting icon spacing in modal --- webapp/sass/layout/_content.scss | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) (limited to 'webapp/sass/layout/_content.scss') diff --git a/webapp/sass/layout/_content.scss b/webapp/sass/layout/_content.scss index b6fe98eb4..b42818930 100644 --- a/webapp/sass/layout/_content.scss +++ b/webapp/sass/layout/_content.scss @@ -6,9 +6,11 @@ .search-bar__container { display: none; } + .search-btns { display: none; } + .header-list__right { // the negative margin-right is used // to prevent the icons in the header from @@ -17,12 +19,11 @@ // the below z-index is used to ensure the icons // stays on the top and don't get hidden by the // search's input block - position: relative; - z-index: 6; - + float: right; margin-right: -18px; padding-right: 0px !important; - float: right; + position: relative; + z-index: 6; } } @@ -30,9 +31,11 @@ .search-bar__container { display: none; } + .search-btns { display: none; } + .header-list__right { // the negative margin-right is used // to prevent the icons in the header from @@ -41,12 +44,11 @@ // the below z-index is used to ensure the icons // stays on the top and don't get hidden by the // search's input block - position: relative; - z-index: 6; - + float: right; margin-right: -18px; padding-right: 0px !important; - float: right + position: relative; + z-index: 6; } } } -- cgit v1.2.3-1-g7c22