ソースを参照

replaced samples icon by mdi-map-marker

bach 3 年 前
コミット
d26e21b5a5

ファイルの差分が大きいため隠しています
+ 0 - 0
web/themes/custom/materiotheme/assets/dist/main.js


BIN
web/themes/custom/materiotheme/assets/dist/main.js.gz


ファイルの差分が大きいため隠しています
+ 0 - 0
web/themes/custom/materiotheme/assets/dist/module-article.bundle.js


BIN
web/themes/custom/materiotheme/assets/dist/module-article.bundle.js.gz


ファイルの差分が大きいため隠しています
+ 0 - 0
web/themes/custom/materiotheme/assets/dist/module-base.bundle.js


BIN
web/themes/custom/materiotheme/assets/dist/module-base.bundle.js.gz


ファイルの差分が大きいため隠しています
+ 0 - 0
web/themes/custom/materiotheme/assets/dist/module-thematique.bundle.js


BIN
web/themes/custom/materiotheme/assets/dist/module-thematique.bundle.js.gz


ファイルの差分が大きいため隠しています
+ 1 - 1
web/themes/custom/materiotheme/assets/dist/report.html


+ 1 - 1
web/themes/custom/materiotheme/vuejs/components/Content/Card.vue

@@ -40,7 +40,7 @@
         </div>
       </section>
       <section class="tool samples" v-if="item.samples && item.samples.length">
-        <span class="btn mdi mdi-beaker-outline"/>
+        <span class="btn mdi mdi-map-marker-star-outline"/>
         <div class="tool-content">
           <span class="label">{{ $t("materio.Samples") }}</span>
           <ul>

+ 1 - 1
web/themes/custom/materiotheme/vuejs/components/Content/MiniCard.vue

@@ -8,7 +8,7 @@
     </header>
     <nav class="tools">
       <section class="tool samples" v-if="item.samples && item.samples.length">
-        <span class="btn mdi mdi-beaker-outline"/>
+        <span class="btn mdi mdi-map-marker-star-outline"/>
         <div class="tool-content">
           <span class="label">{{ $t("materio.Samples") }}</span>
           <ul>

+ 1 - 1
web/themes/custom/materiotheme/vuejs/components/Content/ModalCard.vue

@@ -58,7 +58,7 @@
         </section>
         <section class="tool samples" v-if="item.samples && item.samples.length">
           <span
-            class="btn mdi mdi-beaker-outline"
+            class="btn mdi mdi-map-marker-star-outline"
             v-touch.prevent.stop="onTapTool"
           />
           <div class="tool-content">

この差分においてかなりの量のファイルが変更されているため、一部のファイルを表示していません