mirror of
https://github.com/nasa/openmct.git
synced 2025-03-18 10:05:22 +00:00
add icon for annotations
This commit is contained in:
parent
7a808622ae
commit
a381673f21
@ -43,6 +43,8 @@
|
||||
fetchpriority="low"
|
||||
@load="imageLoadCompleted"
|
||||
>
|
||||
<i class="c-thumb__annotation-indicator icon-status-poll-edit">
|
||||
</i>
|
||||
</a>
|
||||
<div
|
||||
v-if="viewableArea"
|
||||
|
@ -284,6 +284,13 @@
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
&__annotation-indicator {
|
||||
color: $colorClickIconButton;
|
||||
position: absolute;
|
||||
top: 6px;
|
||||
right: 8px;
|
||||
}
|
||||
|
||||
&__timestamp {
|
||||
flex: 0 0 auto;
|
||||
padding: 2px 3px;
|
||||
|
Loading…
x
Reference in New Issue
Block a user