mirror of
https://github.com/nasa/openmct.git
synced 2025-06-01 23:20:50 +00:00
[Frontend] Hiding filter input in autoflow element when in Layout
open #425 (cherry picked from commit 119613e)
This commit is contained in:
parent
451157b653
commit
e7a41061c6
@ -126,4 +126,12 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.frame {
|
||||||
|
&.child-frame.panel {
|
||||||
|
.autoflow .l-autoflow-header .l-filter {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
@ -7221,6 +7221,10 @@ table {
|
|||||||
border-left: none;
|
border-left: none;
|
||||||
padding-left: 0; }
|
padding-left: 0; }
|
||||||
|
|
||||||
|
/* line 133, ../../../../general/res/sass/_autoflow.scss */
|
||||||
|
.frame.child-frame.panel .autoflow .l-autoflow-header .l-filter {
|
||||||
|
display: none; }
|
||||||
|
|
||||||
/* line 1, ../../../../general/res/sass/features/_imagery.scss */
|
/* line 1, ../../../../general/res/sass/features/_imagery.scss */
|
||||||
.l-image-main-wrapper,
|
.l-image-main-wrapper,
|
||||||
.l-image-main,
|
.l-image-main,
|
||||||
|
@ -7098,6 +7098,10 @@ table {
|
|||||||
border-left: none;
|
border-left: none;
|
||||||
padding-left: 0; }
|
padding-left: 0; }
|
||||||
|
|
||||||
|
/* line 133, ../../../../general/res/sass/_autoflow.scss */
|
||||||
|
.frame.child-frame.panel .autoflow .l-autoflow-header .l-filter {
|
||||||
|
display: none; }
|
||||||
|
|
||||||
/* line 1, ../../../../general/res/sass/features/_imagery.scss */
|
/* line 1, ../../../../general/res/sass/features/_imagery.scss */
|
||||||
.l-image-main-wrapper,
|
.l-image-main-wrapper,
|
||||||
.l-image-main,
|
.l-image-main,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user