mirror of
https://github.com/nasa/openmct.git
synced 2025-02-21 17:57:04 +00:00
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:
parent
f9d3af2724
commit
b4d1cdaae8
@ -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 {
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user