summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_sidebar--left.scss
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2015-10-05 10:17:52 -0400
committerJoram Wilander <jwawilander@gmail.com>2015-10-05 10:17:52 -0400
commit8595fd85c7b64e0e7f928abd398f1e0f5d62eea8 (patch)
tree97e83d35e4963225192e9257cb34c78fea9398d4 /web/sass-files/sass/partials/_sidebar--left.scss
parentb144ac103607bb716f7ea340b28498b47b77af9f (diff)
parentc2d014b00a12f67faebfcfb279e5ccd4ccf14585 (diff)
downloadchat-8595fd85c7b64e0e7f928abd398f1e0f5d62eea8.tar.gz
chat-8595fd85c7b64e0e7f928abd398f1e0f5d62eea8.tar.bz2
chat-8595fd85c7b64e0e7f928abd398f1e0f5d62eea8.zip
Merge pull request #887 from asaadmahmoodspin/plt-375
plt-375 - Making modals compatible with themes
Diffstat (limited to 'web/sass-files/sass/partials/_sidebar--left.scss')
-rw-r--r--web/sass-files/sass/partials/_sidebar--left.scss13
1 files changed, 1 insertions, 12 deletions
diff --git a/web/sass-files/sass/partials/_sidebar--left.scss b/web/sass-files/sass/partials/_sidebar--left.scss
index 6a418e270..73d702fef 100644
--- a/web/sass-files/sass/partials/_sidebar--left.scss
+++ b/web/sass-files/sass/partials/_sidebar--left.scss
@@ -16,12 +16,6 @@
overflow-y: auto;
max-width: 200px;
width: 200px;
- a {
- color: #262626 !important;
- &:hover, &:focus {
- background: #f5f5f5 !important;
- }
- }
}
.search__form {
margin: 0;
@@ -75,7 +69,7 @@
top: 66px;
}
.nav-pills__unread-indicator-bottom {
- bottom: 0px;
+ bottom: 10px;
}
.nav {
@@ -98,7 +92,6 @@
padding: 3px 10px 3px 25px;
line-height: 1.5;
border-radius: 0;
- color: #999;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
@@ -109,12 +102,8 @@
text-decoration: underline;
}
&.unread-title {
- color: #333;
font-weight: 600;
}
- &:hover, &:focus {
- background: #e6f2fa;
- }
}
&.active {
a, a:hover, a:focus {