summaryrefslogtreecommitdiffstats
path: root/webapp/sass/layout/_navigation.scss
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2017-05-19 12:19:04 -0400
committerGitHub <noreply@github.com>2017-05-19 12:19:04 -0400
commit04cd7b1a89f63f10265e0dcfc95b6f67f164cf75 (patch)
tree921a1fd1488dc972102ba577a7cdeeb8962c07dd /webapp/sass/layout/_navigation.scss
parentc998fd4f52ba1d03e8fc0d7b39ced5202ce35dfc (diff)
downloadchat-04cd7b1a89f63f10265e0dcfc95b6f67f164cf75.tar.gz
chat-04cd7b1a89f63f10265e0dcfc95b6f67f164cf75.tar.bz2
chat-04cd7b1a89f63f10265e0dcfc95b6f67f164cf75.zip
Merge 3.9 RC5 fixes into master (#6459)
* UI fixes for 3.9 (#6400) * UI fixes for header icon alignment * PLT-6569 - Fixing pin icon in header * PLT-6505 - Updating z-index for emoji picker * Updating z-index for overlaying sidebar * PLT-6134 - Fix for emoji picker on comments * Reverting emoji picker fix * Fixing alignment for header icons * Removing channel title changes * Don't show mention badge for active channel (#6411) * PLT-6583 - Fixing RHS compact view (#6413)
Diffstat (limited to 'webapp/sass/layout/_navigation.scss')
-rw-r--r--webapp/sass/layout/_navigation.scss11
1 files changed, 1 insertions, 10 deletions
diff --git a/webapp/sass/layout/_navigation.scss b/webapp/sass/layout/_navigation.scss
index 30d5264af..8f0977eba 100644
--- a/webapp/sass/layout/_navigation.scss
+++ b/webapp/sass/layout/_navigation.scss
@@ -41,14 +41,6 @@
width: 43px;
z-index: 5;
- > span {
- > svg {
- position: relative;
- top: 13px;
- vertical-align: top;
- }
- }
-
.icon-bar {
background: $white;
width: 21px;
@@ -57,8 +49,7 @@
.icon-search {
font-size: 17px;
position: relative;
- top: 11px;
- vertical-align: top;
+ top: -2px;
}
.icon--white {