mirror of https://github.com/grafana/grafana.git
sass tweaks
This commit is contained in:
parent
7ee57b774a
commit
99e52143df
|
|
@ -116,7 +116,7 @@ $card-shadow: -1px -1px 0 0 hsla(0, 0%, 100%, .1), 1px 1px 0 0 rgba(0, 0, 0, .3)
|
|||
|
||||
// Lists
|
||||
$list-item-bg: $card-background;
|
||||
$list-item-hover-bg: lighten($gray-blue, 5%);
|
||||
$list-item-hover-bg: lighten($gray-blue, 2%);
|
||||
$list-item-link-color: $text-color;
|
||||
$list-item-shadow: $card-shadow;
|
||||
|
||||
|
|
|
|||
|
|
@ -364,7 +364,8 @@
|
|||
color: $list-item-link-color;
|
||||
|
||||
&:hover {
|
||||
background-color: $list-item-hover-bg;
|
||||
background: $list-item-hover-bg;
|
||||
color: $list-item-link-color;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue