mirror of
https://github.com/nasa/openmct.git
synced 2024-12-18 12:56:25 +00:00
448750ca59
* update imagery to be static * bump versions * doesn't do anything * does this do anything * undo only * update the hardcoded urls * add ignore CI logs push * downgrade to test * update the package lock * Add some more noise reduction * move to elements tab so that there is no time-based component * stability
45 lines
1.0 KiB
YAML
45 lines
1.0 KiB
YAML
version: 2
|
|
snapshot:
|
|
widths: [1024]
|
|
min-height: 1440 # px
|
|
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;
|
|
}
|
|
/* SWG Time values on plot */
|
|
.gl-plot-x{
|
|
opacity: 0 !important;
|
|
}
|
|
/* Notification Time in modal */
|
|
.c-ne__time{
|
|
opacity: 0 !important;
|
|
}
|
|
/* Snapshot name with embedded time */
|
|
.l-browse-bar__snapshot-datetime{
|
|
opacity: 0 !important;
|
|
}
|