mirror of
https://github.com/nasa/openmct.git
synced 2025-06-16 14:18:16 +00:00
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
@ -31,9 +31,8 @@
|
||||
:style="style"
|
||||
>
|
||||
<slot></slot>
|
||||
|
||||
<div
|
||||
class="c-frame-edit__move"
|
||||
class="c-frame__move-bar"
|
||||
@mousedown="isEditing ? startMove([1,1], [0,0], $event) : null"
|
||||
></div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user