mirror of
https://github.com/nasa/openmct.git
synced 2025-05-30 06:04:20 +00:00
Condition Widgets multiple fixes (#4335)
This commit is contained in:
parent
4873f40614
commit
c269e089da
@ -38,12 +38,16 @@ a.c-condition-widget {
|
|||||||
|
|
||||||
// Make Condition Widget expand when in a hidden frame Layout context
|
// Make Condition Widget expand when in a hidden frame Layout context
|
||||||
// For both static and Flexible Layouts
|
// For both static and Flexible Layouts
|
||||||
.c-so-view--no-frame > .c-so-view__object-view > .c-condition-widget {
|
.c-so-view--conditionWidget.c-so-view--no-frame {
|
||||||
@include abs();
|
.c-condition-widget {
|
||||||
display: flex;
|
@include abs();
|
||||||
align-items: center;
|
display: flex;
|
||||||
justify-content: center;
|
align-items: center;
|
||||||
padding: 0;
|
justify-content: center;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.c-so-view__frame-controls { display: none; }
|
||||||
}
|
}
|
||||||
|
|
||||||
// Add some margin when a Condition Widget is in a Flexible Layout
|
// Add some margin when a Condition Widget is in a Flexible Layout
|
||||||
|
@ -453,12 +453,16 @@ select {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.c-so-view--no-frame > .c-so-view__object-view > .c-hyperlink--button {
|
.c-so-view--hyperlink.c-so-view--no-frame {
|
||||||
|
.c-hyperlink--button {
|
||||||
@include abs();
|
@include abs();
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.c-so-view__frame-controls { display: none; }
|
||||||
}
|
}
|
||||||
|
|
||||||
/******************************************************** MENUS */
|
/******************************************************** MENUS */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user