Ver Fonte

fix(): changed graph panel tooltip higlight style

Torkel Ödegaard há 9 anos atrás
pai
commit
859ef48e51
1 ficheiros alterados com 2 adições e 1 exclusões
  1. 2 1
      public/sass/components/_panel_graph.scss

+ 2 - 1
public/sass/components/_panel_graph.scss

@@ -248,7 +248,8 @@
     display: table-row;
     display: table-row;
 
 
     &--highlight {
     &--highlight {
-      color: $brand-text-highlight;
+      color: $link-color;
+      font-weight: bold;
     }
     }
   }
   }