summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_headers.scss
diff options
context:
space:
mode:
authorAsaad Mahmood <Unknowngi@live.com>2015-07-17 01:30:30 +0500
committerAsaad Mahmood <Unknowngi@live.com>2015-07-17 01:30:30 +0500
commit43368061d5bfd433c8bbb71fba5da45faf8119d9 (patch)
treea222d8444bb7d2e6874d11815afe222a0ae4def7 /web/sass-files/sass/partials/_headers.scss
parent4942b8a405fec10c8ccfae4ec946aebdaf9d415f (diff)
downloadchat-43368061d5bfd433c8bbb71fba5da45faf8119d9.tar.gz
chat-43368061d5bfd433c8bbb71fba5da45faf8119d9.tar.bz2
chat-43368061d5bfd433c8bbb71fba5da45faf8119d9.zip
MM-1401 - Removing most inline styles and other UI changes
Diffstat (limited to 'web/sass-files/sass/partials/_headers.scss')
-rw-r--r--web/sass-files/sass/partials/_headers.scss26
1 files changed, 20 insertions, 6 deletions
diff --git a/web/sass-files/sass/partials/_headers.scss b/web/sass-files/sass/partials/_headers.scss
index 338f5ceb4..d876d8b37 100644
--- a/web/sass-files/sass/partials/_headers.scss
+++ b/web/sass-files/sass/partials/_headers.scss
@@ -95,11 +95,7 @@
}
}
.dropdown__icon {
- background: url("../images/dropdown-icon.png");
- width: 4px;
- height: 16px;
- @include background-size(100% 100%);
- display: inline-block;
+ fill: #fff;
}
}
.user__picture {
@@ -163,7 +159,7 @@
#member_popover {
width: 45px;
color: #999;
-
+ cursor: pointer;
}
&.alt {
margin: 0;
@@ -230,3 +226,21 @@
top: 1px;
}
}
+
+.channel-header__links {
+ height: 32px;
+ vertical-align: top;
+ display: inline-block;
+ width: 15px;
+ margin: 9px 3px 3px 0;
+ &:hover {
+ svg {
+ fill: #888;
+ }
+ }
+ svg {
+ vertical-align: top;
+ margin-top: 8px;
+ fill: #AAA;
+ }
+} \ No newline at end of file