mirror of
https://github.com/nasa/openmct.git
synced 2025-06-06 09:21:43 +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;
|
display: inline-flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
&--overlay-content {
|
|
||||||
> .c-button {
|
|
||||||
background: $colorLocalControlOvrBg;
|
|
||||||
border-radius: $controlCr;
|
|
||||||
box-shadow: $colorLocalControlOvrBg 0 0 0 2px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.c-local-controls {
|
.c-local-controls {
|
||||||
|
@ -29,7 +29,8 @@
|
|||||||
stroke-width: 1 !important;
|
stroke-width: 1 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.cartesianlayer .gridlayer {
|
.cartesianlayer {
|
||||||
|
.gridlayer {
|
||||||
.x,
|
.x,
|
||||||
.y {
|
.y {
|
||||||
path {
|
path {
|
||||||
@ -39,10 +40,15 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
path.xy2-y {
|
||||||
|
stroke: $colorPlotHash !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.xtick,
|
.xtick,
|
||||||
.ytick,
|
.ytick,
|
||||||
.g-xtitle,
|
[class^="g-"] text[class*="title"] {
|
||||||
.g-ytitle {
|
// Matches <g class="g-*"> <text class="*title">
|
||||||
text {
|
text {
|
||||||
fill: $colorPlotFg !important;
|
fill: $colorPlotFg !important;
|
||||||
font-size: 12px !important;
|
font-size: 12px !important;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user