summaryrefslogtreecommitdiffstats
path: root/webapp/sass/components/_popover.scss
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2017-01-12 19:59:37 -0500
committerChristopher Speller <crspeller@gmail.com>2017-01-12 19:59:37 -0500
commit8fb66c2b834ee4e0669de173e5ddfebd56c34d58 (patch)
tree9e8e66772d44c4f9010a48c8e0afed70421238b1 /webapp/sass/components/_popover.scss
parent4208e42ba9df02b9c4bd7081179922c21206d83d (diff)
parentaafb8be87c79c60df7534b3b69f967c6301b157e (diff)
downloadchat-8fb66c2b834ee4e0669de173e5ddfebd56c34d58.tar.gz
chat-8fb66c2b834ee4e0669de173e5ddfebd56c34d58.tar.bz2
chat-8fb66c2b834ee4e0669de173e5ddfebd56c34d58.zip
Merge branch 'release-3.6'
Diffstat (limited to 'webapp/sass/components/_popover.scss')
-rw-r--r--webapp/sass/components/_popover.scss13
1 files changed, 10 insertions, 3 deletions
diff --git a/webapp/sass/components/_popover.scss b/webapp/sass/components/_popover.scss
index 31ef83d6a..b4839bd1f 100644
--- a/webapp/sass/components/_popover.scss
+++ b/webapp/sass/components/_popover.scss
@@ -93,18 +93,20 @@
}
.search-help-popover {
+ @include single-transition(opacity, .3s, ease-in);
font-size: em(13px);
- margin-top: 17px !important;
- max-width: 300px;
+ max-width: 350px;
+ top: 36px;
+ visibility: hidden;
width: 100%;
&.autocomplete {
display: block;
.popover-content {
- -webkit-overflow-scrolling: touch;
padding: 10px;
position: relative;
+ -webkit-overflow-scrolling: touch;
}
}
@@ -203,6 +205,11 @@
.tooltip-inner {
max-width: 100%;
}
+
+ &.visible {
+ @include opacity(1);
+ visibility: visible;
+ }
}
.member-list__popover {