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
d917f692
Commit
d917f692
authored
Nov 03, 2016
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'v4ux' of github.com:grafana/grafana into v4ux
parents
82592f0c
4e15e61b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
2 deletions
+15
-2
public/app/features/dashboard/row/row.html
+2
-1
public/sass/components/_row.scss
+13
-1
No files found.
public/app/features/dashboard/row/row.html
View file @
d917f692
<div
class=
"dash-row-menu-container"
ng-hide=
"dashboard.meta.fullscreen"
>
<div
class=
"dash-row-menu-container"
id=
"dash-row-menu-container-id"
ng-hide=
"dashboard.meta.fullscreen"
>
<ul
class=
"dash-row-menu"
role=
"menu"
aria-labelledby=
"drop1"
>
<li>
<a
ng-click=
"ctrl.onMenuAddPanel()"
>
<i
class=
"fa fa-plus"
></i>
Add Panel
</a>
<i
class=
"icon-gf icon-gf-bulk_action dash-row-menu--affordance"
id=
"dash-row-menu--affordance-id"
></i>
</li>
<li>
<a
ng-click=
"ctrl.onMenuRowOptions()"
>
...
...
public/sass/components/_row.scss
View file @
d917f692
...
...
@@ -114,13 +114,15 @@
&
:hover
{
left
:
0px
;
z-index
:
101
;
box-shadow
:
$search-shadow
;
}
}
.dash-row-menu
{
list-style
:
none
;
li
a
{
display
:
block
;
display
:
inline-
block
;
white-space
:
nowrap
;
color
:
$text-muted
;
font-size
:
$font-size-sm
;
...
...
@@ -132,6 +134,16 @@
}
}
.dash-row-menu--affordance
{
float
:
right
;
font-size
:
130%
;
margin-top
:
7px
;
color
:
$text-color-faint
;
margin-right
:
-7px
;
opacity
:
1
;
transition
:
.30s
opacity
forwards
;
}
// Legacy mode
.row-tab
{
.dropdown-menu-right
{
...
...
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