mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
search: worked on search results
This commit is contained in:
@@ -137,6 +137,12 @@
|
||||
&:hover, &.selected {
|
||||
color: $text-color;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
.search-section__header__link {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.search-section__header__icon {
|
||||
@@ -154,6 +160,13 @@
|
||||
line-height: 24px;
|
||||
}
|
||||
|
||||
.search-section__header__link {
|
||||
padding: 2px 10px 0;
|
||||
color: $text-muted;
|
||||
opacity: 0;
|
||||
transition: opacity 150ms ease-in-out;
|
||||
}
|
||||
|
||||
.search-item {
|
||||
@include list-item();
|
||||
|
||||
@@ -181,12 +194,6 @@
|
||||
color: $list-item-link-color;
|
||||
}
|
||||
|
||||
.search-item__body-sub-title {
|
||||
color: $text-muted;
|
||||
font-size: $font-size-sm;
|
||||
line-height: 9pt;
|
||||
}
|
||||
|
||||
.search-item__icon {
|
||||
padding: 5px;
|
||||
flex: 0 0 auto;
|
||||
|
||||
Reference in New Issue
Block a user