mirror of
https://github.com/grafana/grafana.git
synced 2025-02-20 11:48:34 -06:00
Update _navbar.scss
line66 and line118 : "min-height:: $navbarHeight;" has double “:”
This commit is contained in:
parent
5e013f82b4
commit
416510773b
@ -63,7 +63,7 @@
|
||||
border-right: 1px solid $tight-form-border;
|
||||
background-color: $navbarButtonBackground;
|
||||
padding: 0.4rem 1.0rem 0.4rem 1rem;
|
||||
min-height:: $navbarHeight;
|
||||
min-height: $navbarHeight;
|
||||
|
||||
.fa-caret-down {
|
||||
font-size: 70%;
|
||||
@ -115,7 +115,7 @@
|
||||
background-color: $navbarButtonBackground;
|
||||
font-size: $font-size-lg;
|
||||
padding: 1rem 1rem 0.75rem 1rem;
|
||||
min-height:: $navbarHeight;
|
||||
min-height: $navbarHeight;
|
||||
|
||||
&:hover, &.active {
|
||||
background: $navbarButtonBackgroundHighlight;
|
||||
|
Loading…
Reference in New Issue
Block a user