Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nexpie-grafana-theme
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kornkitt Poolsup
nexpie-grafana-theme
Commits
9d3d0912
Commit
9d3d0912
authored
Mar 02, 2016
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ux(): added on hover chevron to pinned brand button
parent
1ed4f64e
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
26 additions
and
16 deletions
+26
-16
public/app/core/components/navbar/navbar.html
+1
-0
public/sass/components/_navbar.scss
+25
-5
public/sass/components/_sidemenu.scss
+0
-11
No files found.
public/app/core/components/navbar/navbar.html
View file @
9d3d0912
...
...
@@ -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"
>
...
...
public/sass/components/_navbar.scss
View file @
9d3d0912
...
...
@@ -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
;
}
}
}
public/sass/components/_sidemenu.scss
View file @
9d3d0912
...
...
@@ -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
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment