mirror of
https://github.com/grafana/grafana.git
synced 2025-02-16 02:23:31 -06:00
ux(): added on hover chevron to pinned brand button
This commit is contained in:
parent
1ed4f64e60
commit
9d3d0912e5
@ -5,6 +5,7 @@
|
||||
</span>
|
||||
<i class="icon-gf icon-gf-grafana_wordmark"></i>
|
||||
<i class="fa fa-caret-down"></i>
|
||||
<i class="fa fa-chevron-left"></i>
|
||||
</a>
|
||||
|
||||
<a href="{{::ctrl.titleUrl}}" class="navbar-page-btn" ng-show="ctrl.title">
|
||||
|
@ -68,6 +68,9 @@
|
||||
.fa-caret-down {
|
||||
font-size: 70%;
|
||||
}
|
||||
.fa-chevron-left{
|
||||
display: none;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
background: $navbarButtonBackgroundHighlight;
|
||||
@ -122,11 +125,6 @@
|
||||
padding-left: 0.2rem;
|
||||
}
|
||||
|
||||
.fa-th-large {
|
||||
position: relative;
|
||||
top: 2px;
|
||||
}
|
||||
|
||||
.icon-gf {
|
||||
position: relative;
|
||||
top: 2px;
|
||||
@ -135,3 +133,25 @@
|
||||
}
|
||||
}
|
||||
|
||||
.sidemenu-pinned {
|
||||
.navbar-brand-btn {
|
||||
background-color: $page-bg;
|
||||
width: $side-menu-width;
|
||||
|
||||
.icon-gf-grafana_wordmark {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.fa-caret-down {
|
||||
display: none;
|
||||
}
|
||||
|
||||
&:hover .fa-chevron-left {
|
||||
display: inline-block;
|
||||
color: $text-color-weak;
|
||||
position: relative;
|
||||
left: 1.3rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -35,17 +35,6 @@
|
||||
.page-container {
|
||||
margin-left: $side-menu-width;
|
||||
}
|
||||
.navbar-brand-btn {
|
||||
background-color: $page-bg;
|
||||
width: $side-menu-width;
|
||||
|
||||
.icon-gf-grafana_wordmark {
|
||||
display: inline-block;
|
||||
}
|
||||
.fa {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
.search-container {
|
||||
left: auto;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user