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
fe51e850
Commit
fe51e850
authored
Jan 29, 2019
by
ijin08
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
did some styling changes
parent
30f27a96
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
7 deletions
+6
-7
packages/grafana-ui/src/components/Tooltip/_Tooltip.scss
+4
-4
public/sass/_variables.dark.scss
+2
-2
public/sass/_variables.light.scss
+0
-1
No files found.
packages/grafana-ui/src/components/Tooltip/_Tooltip.scss
View file @
fe51e850
...
...
@@ -18,9 +18,9 @@ $popper-margin-from-ref: 5px;
.popper__background
{
background
:
$tooltipBackground
;
border-radius
:
$border-radius
;
border-radius
:
$border-radius
-sm
;
box-shadow
:
0
0
2px
rgba
(
0
,
0
,
0
,
0
.5
);
padding
:
3
px
8px
;
padding
:
4
px
8px
;
color
:
$tooltipColor
;
font-weight
:
500
;
...
...
@@ -29,10 +29,10 @@ $popper-margin-from-ref: 5px;
@include
popper-theme
(
$tooltipBackgroundError
,
$tooltipBackgroundError
);
}
&
.popper__background--brand
{
/*
&.popper__background--brand {
@include popper-theme($tooltipBackgroundBrand, $tooltipBackgroundBrand);
@include gradient-vertical($tooltipBackground, $tooltipBackground);
}
}
*/
}
.popper__arrow
{
...
...
public/sass/_variables.dark.scss
View file @
fe51e850
...
...
@@ -307,8 +307,8 @@ $tooltipArrowWidth: 5px;
$tooltipLinkColor
:
$link-color
;
$graph-tooltip-bg
:
$dark-1
;
$tooltipBackground
:
$
dark
-1
;
$tooltipColor
:
white
;
$tooltipBackground
:
$
gray
-1
;
$tooltipColor
:
$gray-6
;
$tooltipArrowColor
:
$tooltipBackground
;
$tooltipBackgroundError
:
$brand-danger
;
$tooltipBackgroundBrand
:
$brand-primary
;
...
...
public/sass/_variables.light.scss
View file @
fe51e850
...
...
@@ -311,7 +311,6 @@ $tooltipArrowWidth: 5px;
$tooltipLinkColor
:
lighten
(
$popover-help-color
,
5%
);
$graph-tooltip-bg
:
$gray-5
;
$tooltipBackground
:
$popover-help-bg
;
$tooltipBackground
:
$gray-1
;
$tooltipColor
:
$gray-7
;
$tooltipArrowColor
:
$tooltipBackground
;
// Used by Angular tooltip
...
...
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