mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
fix colors of pie labels (for dark theme) (#15266)
This commit is contained in:
parent
c579677bf9
commit
1f4ae7f29e
1 changed files with 8 additions and 0 deletions
|
@ -21,6 +21,14 @@
|
|||
fill: @svg-tick-text-color;
|
||||
}
|
||||
|
||||
.label-line {
|
||||
stroke: @svg-tick-text-color;
|
||||
}
|
||||
|
||||
.label-text {
|
||||
fill: @svg-tick-text-color;
|
||||
}
|
||||
|
||||
/* Brush Styling */
|
||||
.brush .extent {
|
||||
stroke: @svg-brush-color;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue