Fixes for NIRVSS UI spectral plot view (#3310)

- Fixed Plotly axis label title font sizing;
- Fixed Plotly axis vertical line color;
- Removed styling that caused `c-button` within
`h-local-controls--overlay-content` to be background on background
color;
This commit is contained in:
Charles Hacskaylo 2020-08-20 12:27:25 -07:00 committed by GitHub
parent f9d3af2724
commit b4d1cdaae8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 16 deletions

View File

@ -915,14 +915,6 @@ input[type="range"] {
display: inline-flex;
align-items: center;
}
&--overlay-content {
> .c-button {
background: $colorLocalControlOvrBg;
border-radius: $controlCr;
box-shadow: $colorLocalControlOvrBg 0 0 0 2px;
}
}
}
.c-local-controls {

View File

@ -29,20 +29,26 @@
stroke-width: 1 !important;
}
.cartesianlayer .gridlayer {
.x,
.y {
path {
opacity: $opacityPlotHash;
stroke: $colorPlotHash !important;
.cartesianlayer {
.gridlayer {
.x,
.y {
path {
opacity: $opacityPlotHash;
stroke: $colorPlotHash !important;
}
}
}
path.xy2-y {
stroke: $colorPlotHash !important;
}
}
.xtick,
.ytick,
.g-xtitle,
.g-ytitle {
[class^="g-"] text[class*="title"] {
// Matches <g class="g-*"> <text class="*title">
text {
fill: $colorPlotFg !important;
font-size: 12px !important;