summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2015-12-03 08:26:44 -0500
committerChristopher Speller <crspeller@gmail.com>2015-12-03 08:26:44 -0500
commitffd5d554659816ac0fd24f1470fe7ee6dfe7ba50 (patch)
tree5467062fcffdaf1825f7cece129e3e50387cd640 /web/sass-files/sass
parent467a7b95a7eb708d3bb6b6aea3a2bf48a1c6c20c (diff)
parent7ae8806b9f9e6fdcb6bb8a38611454ec62e1c2ba (diff)
downloadchat-ffd5d554659816ac0fd24f1470fe7ee6dfe7ba50.tar.gz
chat-ffd5d554659816ac0fd24f1470fe7ee6dfe7ba50.tar.bz2
chat-ffd5d554659816ac0fd24f1470fe7ee6dfe7ba50.zip
Merge pull request #1589 from mattermost/PLT-1301a
PLT-1301a adding jump to search
Diffstat (limited to 'web/sass-files/sass')
-rw-r--r--web/sass-files/sass/partials/_search.scss5
1 files changed, 4 insertions, 1 deletions
diff --git a/web/sass-files/sass/partials/_search.scss b/web/sass-files/sass/partials/_search.scss
index b7f658114..0debb7e54 100644
--- a/web/sass-files/sass/partials/_search.scss
+++ b/web/sass-files/sass/partials/_search.scss
@@ -95,7 +95,6 @@
border-top: $border-gray;
padding: 10px 1em;
margin: 0;
- cursor: pointer;
&:first-child {
border: none;
@@ -107,6 +106,10 @@
}
}
+.search-item__jump {
+ margin-left: 10px;
+}
+
.search-item-time {
color: #a8adb7;
}