summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_search.scss
diff options
context:
space:
mode:
authorAsaad Mahmood <Unknowngi@live.com>2015-10-29 00:02:17 +0500
committerAsaad Mahmood <Unknowngi@live.com>2015-10-29 00:02:17 +0500
commit110bc3e7e9258903230780b25478b03c562cded8 (patch)
treeb57ee6536e6e388c1711ceff47e74f69cfd91a0d /web/sass-files/sass/partials/_search.scss
parent2935e7c1bf7aa02efd395e5877f7073461916677 (diff)
downloadchat-110bc3e7e9258903230780b25478b03c562cded8.tar.gz
chat-110bc3e7e9258903230780b25478b03c562cded8.tar.bz2
chat-110bc3e7e9258903230780b25478b03c562cded8.zip
Multiple UI changes
Diffstat (limited to 'web/sass-files/sass/partials/_search.scss')
-rw-r--r--web/sass-files/sass/partials/_search.scss42
1 files changed, 1 insertions, 41 deletions
diff --git a/web/sass-files/sass/partials/_search.scss b/web/sass-files/sass/partials/_search.scss
index ce3563885..e50dc398a 100644
--- a/web/sass-files/sass/partials/_search.scss
+++ b/web/sass-files/sass/partials/_search.scss
@@ -108,44 +108,4 @@
.search-highlight {
background-color: #FFF2BB;
-}
-
-.search-autocomplete {
- background-color: #fff;
- border: $border-gray;
- line-height: 36px;
- overflow-x: hidden;
- overflow-y: scroll;
- position: absolute;
- text-align: left;
- width: 100%;
- z-index: 100;
- @extend %popover-box-shadow;
-}
-
-.search-autocomplete__channel {
- cursor: pointer;
- height: 36px;
- padding: 0px 6px;
-
- &.selected {
- background-color:rgba(51, 51, 51, 0.15);
- }
-}
-
-.search-autocomplete__user {
- cursor: pointer;
- height: 36px;
- padding: 0px;
-
- .profile-img {
- height: 32px;
- margin-right: 6px;
- width: 32px;
- @include border-radius(16px);
- }
-
- &.selected {
- background-color:rgba(51, 51, 51, 0.15);
- }
-}
+} \ No newline at end of file