فهرست منبع

Sigma - on-hover-opaque for refresh segment icon

Vijayakrishnan 3 سال پیش
والد
کامیت
9ff65f81c3
2فایلهای تغییر یافته به همراه7 افزوده شده و 1 حذف شده
  1. 6 0
      public/css/style.css
  2. 1 1
      resources/views/app/patient/note/segment.blade.php

+ 6 - 0
public/css/style.css

@@ -3172,6 +3172,12 @@ body.forced-masking #mask {
     padding-left: 0.5rem;
     padding-top: 0.5rem;
 }
+.note-container.note_template_sigma_soap_visit .refresh-segment {
+    opacity: 0.6;
+}
+.note-container.note_template_sigma_soap_visit .refresh-segment:hover {
+    opacity: 1;
+}
 .note-section.visit-segment.refreshing {
     opacity: 0.6;
     position: relative;

+ 1 - 1
resources/views/app/patient/note/segment.blade.php

@@ -57,7 +57,7 @@
             </a>
 
             <!-- refresh -->
-            <a class="ml-3 font-weight-normal refresh-segment c-pointer {{$iName === 'medrisk_vigilence' ? 'on-hover-only' : ''}} screen-only"
+            <a class="ml-3 font-weight-normal refresh-segment text-primary 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>