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
0de90acc
Commit
0de90acc
authored
Mar 06, 2018
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: restores white resize handle for panels, fixes #11103
parent
cf6e5672
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
0 deletions
+16
-0
public/img/resize-handle-white.svg
+11
-0
public/sass/components/_dashboard_grid.scss
+5
-0
No files found.
public/img/resize-handle-white.svg
0 → 100644
View file @
0de90acc
<?xml version="1.0" standalone="no"?>
<!-- Generator: Adobe Fireworks CS6, Export SVG Extension by Aaron Beall (http://fireworks.abeall.com) . Version: 0.6.1 -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg
id=
"Untitled-Page%201"
viewBox=
"0 0 6 6"
style=
"background-color:#ffffff00"
version=
"1.1"
xmlns=
"http://www.w3.org/2000/svg"
xmlns:xlink=
"http://www.w3.org/1999/xlink"
xml:space=
"preserve"
x=
"0px"
y=
"0px"
width=
"6px"
height=
"6px"
>
<g
opacity=
"0.302"
>
<path
d=
"M 6 6 L 0 6 L 0 4.2 L 4 4.2 L 4.2 4.2 L 4.2 0 L 6 0 L 6 6 L 6 6 Z"
fill=
"#FFFFFF"
/>
</g>
</svg>
public/sass/components/_dashboard_grid.scss
View file @
0de90acc
...
...
@@ -44,6 +44,11 @@
border-right
:
2px
solid
$gray-1
;
border-bottom
:
2px
solid
$gray-1
;
}
// temp fix since we use old commit of grid component
// this can be removed when we revert to non fork grid component
.react-grid-item
>
.react-resizable-handle
{
background-image
:
url('../img/resize-handle-white.svg')
;
}
}
.theme-light
{
...
...
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