mirror of
https://github.com/nasa/openmct.git
synced 2025-02-08 20:10:28 +00:00
31 lines
725 B
YAML
31 lines
725 B
YAML
version: 2
|
|
snapshot:
|
|
percyCSS: |
|
|
/* Clock indicator... your days are numbered */
|
|
.t-indicator-clock > .label {
|
|
opacity: 0 !important;
|
|
}
|
|
.c-input--datetime {
|
|
opacity: 0 !important;
|
|
}
|
|
/* Timer object text */
|
|
.c-ne__time-and-creator {
|
|
opacity: 0 !important;
|
|
}
|
|
/* Time Conductor ticks */
|
|
div.c-conductor-axis.c-conductor__ticks > svg {
|
|
opacity: 0 !important;
|
|
}
|
|
/* Embedded timestamp in notebooks */
|
|
.c-ne__embed__time{
|
|
opacity: 0 !important;
|
|
}
|
|
/* Time Conductor Start Time */
|
|
.c-compact-tc__setting-value{
|
|
opacity: 0 !important;
|
|
}
|
|
/* Chart Area for Plots */
|
|
.gl-plot-chart-area{
|
|
opacity: 0 !important;
|
|
}
|