mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Chore: Update Slate to 0.47.8 (#19197)
* Chore: Update Slate to 0.47.8 Closes #17430
This commit is contained in:
@@ -303,7 +303,6 @@
|
||||
// ---------
|
||||
.typeahead {
|
||||
z-index: $zindex-typeahead;
|
||||
margin-top: 2px; // give it some space to breathe
|
||||
}
|
||||
|
||||
.dropdown-menu-item-shortcut {
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user