mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
ux: search look update
This commit is contained in:
@@ -49,6 +49,7 @@
|
||||
|
||||
.dashboard-settings__header {
|
||||
font-size: $font-size-h3;
|
||||
margin-bottom: $spacer*2;
|
||||
}
|
||||
|
||||
.dashboard-settings__nav-item {
|
||||
|
||||
@@ -116,14 +116,14 @@
|
||||
.search-section {
|
||||
background: $panel-bg;
|
||||
border: $panel-border;
|
||||
padding: $panel-padding;
|
||||
padding: 0px 10px 2px 10px;
|
||||
margin-bottom: 3px;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
.search-section__header {
|
||||
font-size: $font-size-h6;
|
||||
padding: 8px 0 2px 0;
|
||||
padding: 6px 0 4px 0;
|
||||
color: $text-color-weak;
|
||||
display: flex;
|
||||
flex-grow: 1;
|
||||
@@ -139,7 +139,7 @@
|
||||
}
|
||||
|
||||
.search-section__header__icon {
|
||||
padding: 2px 10px;
|
||||
padding: 5px 10px;
|
||||
width: 35px;
|
||||
}
|
||||
|
||||
@@ -149,11 +149,11 @@
|
||||
|
||||
.search-section__header__text {
|
||||
flex-grow: 1;
|
||||
line-height: 24px;
|
||||
}
|
||||
|
||||
.search-item {
|
||||
@include list-item();
|
||||
@include left-brand-border();
|
||||
|
||||
display: flex;
|
||||
flex-grow: 1;
|
||||
@@ -162,7 +162,6 @@
|
||||
padding: 0px;
|
||||
|
||||
&:hover, &.selected {
|
||||
@include left-brand-border-gradient();
|
||||
background: $list-item-hover-bg;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -104,10 +104,12 @@
|
||||
.gf-form-switch--transparent {
|
||||
input + label {
|
||||
background: transparent;
|
||||
border: none;
|
||||
}
|
||||
|
||||
input + label::before, input + label::after {
|
||||
background: transparent;
|
||||
border: none;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
|
||||
Reference in New Issue
Block a user