summaryrefslogtreecommitdiffstats
path: root/webapp/sass/layout/_sidebar-right.scss
diff options
context:
space:
mode:
authorAsaad Mahmood <asaadmahmood@users.noreply.github.com>2017-03-30 06:07:39 +0500
committerJoram Wilander <jwawilander@gmail.com>2017-03-29 21:07:39 -0400
commit6d6b8134462d9e718f21e76f9c47f73604574c9b (patch)
treee27994e586d238ca72f8a8b7b932ae264e65832d /webapp/sass/layout/_sidebar-right.scss
parent8b868828bfe769e65bdda49091be2161b19d5ceb (diff)
downloadchat-6d6b8134462d9e718f21e76f9c47f73604574c9b.tar.gz
chat-6d6b8134462d9e718f21e76f9c47f73604574c9b.tar.bz2
chat-6d6b8134462d9e718f21e76f9c47f73604574c9b.zip
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
Diffstat (limited to 'webapp/sass/layout/_sidebar-right.scss')
-rw-r--r--webapp/sass/layout/_sidebar-right.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/webapp/sass/layout/_sidebar-right.scss b/webapp/sass/layout/_sidebar-right.scss
index 8d5a1d044..8d801a0c2 100644
--- a/webapp/sass/layout/_sidebar-right.scss
+++ b/webapp/sass/layout/_sidebar-right.scss
@@ -14,6 +14,10 @@
z-index: 5;
}
+ &.sidebar--right--expanded {
+ z-index: 10;
+ }
+
.sidebar--right__bg {
@include single-transition(background-color, .5s, ease);
background-color: alpha-color($black, 0);