mirror of
https://github.com/nasa/openmct.git
synced 2024-12-19 05:07:52 +00:00
18 lines
414 B
YAML
18 lines
414 B
YAML
version: 2
|
|
snapshot:
|
|
widths: [1024, 2000]
|
|
min-height: 1440 # px
|
|
percyCSS: |
|
|
.t-indicator-clock > .label {
|
|
opacity: 0 !important;
|
|
}
|
|
.c-input--datetime {
|
|
opacity: 0 !important;
|
|
}
|
|
div.c-conductor-axis.c-conductor__ticks > svg {
|
|
opacity: 0 !important;
|
|
}
|
|
div.c-inspector__properties.c-inspect-properties > ul > li:nth-child(3) {
|
|
display: none !important;
|
|
}
|