mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Merge pull request #14414 from grafana/davkal/explore-logging-search
Explore: Split logging query into selector and search
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
.slate-query-field-wrapper {
|
||||
.slate-query-field__wrapper {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
padding: 6px 7px 4px;
|
||||
@@ -20,6 +20,10 @@
|
||||
transition: all 0.3s;
|
||||
}
|
||||
|
||||
.slate-query-field__wrapper--disabled {
|
||||
background-color: inherit;
|
||||
}
|
||||
|
||||
.slate-typeahead {
|
||||
.typeahead {
|
||||
position: absolute;
|
||||
|
||||
Reference in New Issue
Block a user