summaryrefslogtreecommitdiffstats
path: root/webapp/sass/components/_suggestion-list.scss
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/sass/components/_suggestion-list.scss')
-rw-r--r--webapp/sass/components/_suggestion-list.scss12
1 files changed, 9 insertions, 3 deletions
diff --git a/webapp/sass/components/_suggestion-list.scss b/webapp/sass/components/_suggestion-list.scss
index 77550e331..05a83c32d 100644
--- a/webapp/sass/components/_suggestion-list.scss
+++ b/webapp/sass/components/_suggestion-list.scss
@@ -4,19 +4,26 @@
@extend %popover-box-shadow;
width: 100%;
z-index: 100;
+
+ .suggestion-list__item {
+ &:hover {
+ background: alpha-color($black, .1);
+ }
+ }
}
.suggestion-list--top {
- position: absolute;
bottom: 100%;
+ position: absolute;
}
.suggestion-list--bottom {
- position: relative;
height: 0;
+ position: relative;
}
.suggestion-list__content {
+ -webkit-overflow-scrolling: touch;
background-color: $white;
border: $border-gray;
max-height: 292px;
@@ -24,7 +31,6 @@
overflow-y: scroll;
padding-bottom: 5px;
width: 100%;
- -webkit-overflow-scrolling: touch;
.command {
border-bottom: 1px solid $light-gray;