2023-08-12 00:18:08 +00:00
|
|
|
version: 2
|
|
|
|
snapshot:
|
|
|
|
widths: [1024, 2000]
|
|
|
|
min-height: 1440 # px
|
|
|
|
percyCSS: |
|
2023-09-11 23:33:46 +00:00
|
|
|
/* Clock indicator... your days are numbered */
|
2023-08-12 00:18:08 +00:00
|
|
|
.t-indicator-clock > .label {
|
|
|
|
opacity: 0 !important;
|
|
|
|
}
|
|
|
|
.c-input--datetime {
|
|
|
|
opacity: 0 !important;
|
|
|
|
}
|
2023-09-11 23:33:46 +00:00
|
|
|
/* Timer object text */
|
|
|
|
.c-ne__time-and-creator {
|
2023-08-12 00:18:08 +00:00
|
|
|
opacity: 0 !important;
|
|
|
|
}
|
2023-09-11 23:33:46 +00:00
|
|
|
/* Time Conductor ticks */
|
|
|
|
div.c-conductor-axis.c-conductor__ticks > svg {
|
|
|
|
opacity: 0 !important;
|
2023-08-12 00:18:08 +00:00
|
|
|
}
|
2023-09-11 23:33:46 +00:00
|
|
|
/* Embedded timestamp in notebooks */
|
|
|
|
.c-ne__embed__time{
|
|
|
|
opacity: 0 !important;
|
2023-12-19 22:16:08 +00:00
|
|
|
}
|
|
|
|
/* Time Conductor Start Time */
|
|
|
|
.c-compact-tc__setting-value{
|
|
|
|
opacity: 0 !important;
|
2024-01-04 01:11:35 +00:00
|
|
|
}
|
|
|
|
/* Chart Area for Plots */
|
|
|
|
.gl-plot-chart-area{
|
|
|
|
opacity: 0 !important;
|
2024-06-25 05:08:01 +00:00
|
|
|
}
|
|
|
|
/* 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;
|
|
|
|
}
|