UI enhancement fixes 2 (#3225)
- Fixed incorrect CSS naming: `c-frame-edit__move` changed to `c-frame__move-bar`; - Fixed `display: contents` that was erroneously applied to `u-angular-object-view-wrapper` and preventing styling from being applied to plots, renamed class to `.l-angular-ov-wrapper`; - Removed commented CSS;
This commit is contained in:
committed by
GitHub
parent
afeb89a51a
commit
d9baa94970
@@ -36,10 +36,6 @@
|
||||
display: none;
|
||||
}
|
||||
|
||||
//> .c-so-view__local-controls {
|
||||
// top: $interiorMarginSm; right: $interiorMarginSm;
|
||||
//}
|
||||
|
||||
&.is-missing {
|
||||
@include isMissing($absPos: true);
|
||||
|
||||
@@ -86,6 +82,8 @@
|
||||
}
|
||||
}
|
||||
|
||||
.u-angular-object-view-wrapper {
|
||||
display: contents;
|
||||
.l-angular-ov-wrapper {
|
||||
// This element is the recipient for object styling; cannot be display: contents
|
||||
height: 100%;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user