Chore: Update Slate to 0.47.8 (#19197)

* Chore: Update Slate to 0.47.8
Closes #17430
This commit is contained in:
kay delaney
2019-09-23 12:26:05 +01:00
committed by GitHub
parent 918cb78092
commit 68d6da77da
56 changed files with 1760 additions and 1412 deletions

View File

@@ -303,7 +303,6 @@
// ---------
.typeahead {
z-index: $zindex-typeahead;
margin-top: 2px; // give it some space to breathe
}
.dropdown-menu-item-shortcut {

View File

@@ -28,11 +28,8 @@
.slate-typeahead {
.typeahead {
position: absolute;
position: relative;
z-index: auto;
top: -10000px;
left: -10000px;
opacity: 0;
border-radius: $border-radius;
border: $panel-border;
max-height: calc(66vh);
@@ -43,7 +40,6 @@
list-style: none;
background: $panel-bg;
color: $text-color;
transition: opacity 0.4s ease-out;
box-shadow: $typeahead-shadow;
}