|
@@ -54,7 +54,7 @@ $isOmegaHistorySegment = strpos($iName, 'omega_history_') === 0;
|
|
|
<a class="ml-3 font-weight-normal refresh-segment c-pointer {{$iName === 'medrisk_vigilence' ? 'on-hover-only' : ''}} screen-only"
|
|
|
data-segment-uid="{{$segment->uid}}"
|
|
|
title="Update with latest patient data">
|
|
|
- <i class="fa fa-sync"></i>
|
|
|
+ <i class="fa fa-sync on-hover-opaque"></i>
|
|
|
</a>
|
|
|
|
|
|
@endif
|
|
@@ -67,7 +67,7 @@ $isOmegaHistorySegment = strpos($iName, 'omega_history_') === 0;
|
|
|
title="{{$segment->display_title}} - Change Log"
|
|
|
popup-style="medium"
|
|
|
href="/note-segment-view/{{$patient->uid}}/{{$note->uid}}/{{$segment->uid}}/<?= $segment->segmentTemplate->internal_name ?>/log">
|
|
|
- <i class="fas fa-history"></i>
|
|
|
+ <i class="fas fa-history on-hover-opaque"></i>
|
|
|
</a>
|
|
|
@endif
|
|
|
|