Quellcode durchsuchen

fix cotisation alert bar cursor

Olivier Massot vor 3 Jahren
Ursprung
Commit
605ca1ba5f
1 geänderte Dateien mit 5 neuen und 0 gelöschten Zeilen
  1. 5 0
      components/Layout/AlertBar/Cotisation.vue

+ 5 - 0
components/Layout/AlertBar/Cotisation.vue

@@ -146,4 +146,9 @@ const goOn = (type: ALERT_STATE_COTISATION) => {
   height: 20px;
   margin: 0 6px;
 }
+
+a {
+  // Je ne sais pas pourquoi il faut le préciser, mais sans ça le pointeur n'est pas bon
+  cursor: pointer;
+}
 </style>