소스 검색

fix cotisation alert bar cursor

Olivier Massot 3 년 전
부모
커밋
605ca1ba5f
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  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>