소스 검색

fix software pages other solutions chips

Olivier Massot 1 년 전
부모
커밋
92a6193398
2개의 변경된 파일4개의 추가작업 그리고 3개의 파일을 삭제
  1. 4 3
      components/Layout/Footer/Solutions.vue
  2. 0 0
      components/Logiciels/School/Solutions.vue

+ 4 - 3
components/Layout/Footer/Solutions.vue

@@ -25,7 +25,7 @@
 
         <v-col cols="10">
           <!-- list v-chip-->
-          <v-chip-group active-class="primary--text" column>
+          <v-chip-group column disabled>
             <v-chip class="ma-2 chip-custom" label>
               <span class="chip-detail">Orchestres</span>
             </v-chip>
@@ -57,7 +57,7 @@
 
         <v-col cols="10">
           <!-- list v-chip-->
-          <v-chip-group active-class="primary--text" column>
+          <v-chip-group column disabled>
             <v-chip class="ma-2 chip-custom" color="primary" label>
               <span class="chip-detail">Fédérations</span>
             </v-chip>
@@ -86,7 +86,7 @@
 
         <v-col cols="10">
           <!-- list v-chip-->
-          <v-chip-group active-class="primary--text" column>
+          <v-chip-group column disabled>
             <v-chip class="ma-2 chip-custom" label>
               <span class="chip-detail">Conservatoire</span>
             </v-chip>
@@ -141,6 +141,7 @@ const props = defineProps({
 }
 
 .chip-custom {
+  opacity: 1;
   color: var(--on-primary-color);
   border: 1px solid var(--primary-color);
   border-radius: 3rem;

+ 0 - 0
components/Logiciels/School/Solutions.vue