summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_sidebar--left.scss
diff options
context:
space:
mode:
authorAsaad Mahmood <Unknowngi@live.com>2015-10-14 17:04:13 +0500
committerAsaad Mahmood <Unknowngi@live.com>2015-10-14 17:04:13 +0500
commit99f243b44443babe3fd332538d2b102218834462 (patch)
treed93a5bf99f0b3135104aa6fede11e8bd8562fed3 /web/sass-files/sass/partials/_sidebar--left.scss
parentcbefd8895107c3f168c97c5676ad0b19c0254d10 (diff)
downloadchat-99f243b44443babe3fd332538d2b102218834462.tar.gz
chat-99f243b44443babe3fd332538d2b102218834462.tar.bz2
chat-99f243b44443babe3fd332538d2b102218834462.zip
Multiple UI Improvements
Diffstat (limited to 'web/sass-files/sass/partials/_sidebar--left.scss')
-rw-r--r--web/sass-files/sass/partials/_sidebar--left.scss18
1 files changed, 18 insertions, 0 deletions
diff --git a/web/sass-files/sass/partials/_sidebar--left.scss b/web/sass-files/sass/partials/_sidebar--left.scss
index 7cb530d2c..24aaef059 100644
--- a/web/sass-files/sass/partials/_sidebar--left.scss
+++ b/web/sass-files/sass/partials/_sidebar--left.scss
@@ -100,6 +100,24 @@
}
&.has-close {
padding-right: 30px;
+ &:hover {
+ .btn-close {
+ display: block;
+ @include opacity(0.8);
+ }
+ }
+ .btn-close {
+ position: absolute;
+ right: 15px;
+ top: -1px;
+ font-size: 20px;
+ font-weight: 600;
+ @include opacity(0);
+ display: none;
+ &:hover {
+ @include opacity(1);
+ }
+ }
}
&.nav-more {
text-decoration: underline;