mirror of
https://github.com/BewlyBewly/BewlyBewly.git
synced 2025-04-14 13:15:29 +00:00
style: remove icon activated effects
This commit is contained in:
@@ -76,8 +76,10 @@ function toggleDark() {
|
||||
:class="{ active: activatedPage === dock.page }"
|
||||
@click="emit('change-page', dock.page)"
|
||||
>
|
||||
<Icon v-if="activatedPage === dock.page" :icon="dock.iconActivated" />
|
||||
<Icon v-else :icon="dock.icon" />
|
||||
<Icon :icon="dock.icon" />
|
||||
|
||||
<!-- <Icon v-if="activatedPage === dock.page" :icon="dock.iconActivated" />
|
||||
<Icon v-else :icon="dock.icon" /> -->
|
||||
</button>
|
||||
</Tooltip>
|
||||
</template>
|
||||
|
||||
@@ -132,6 +132,10 @@ function setCurrentTitle() {
|
||||
@click="changeMenuItem(menuItem.value)"
|
||||
>
|
||||
<Icon
|
||||
text="xl center" w-40px h-20px flex="~ shrink-0" justify-center
|
||||
:icon="menuItem.icon"
|
||||
/>
|
||||
<!-- <Icon
|
||||
v-if="menuItem.value === activatedMenuItem"
|
||||
text="xl center" w-40px h-20px flex="~ shrink-0" justify-center
|
||||
:icon="menuItem.iconActivated"
|
||||
@@ -140,7 +144,7 @@ function setCurrentTitle() {
|
||||
v-else
|
||||
text="xl center" w-40px h-20px flex="~ shrink-0" justify-center
|
||||
:icon="menuItem.icon"
|
||||
/>
|
||||
/> -->
|
||||
<span shrink-0>{{ menuItem.title }}</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
Reference in New Issue
Block a user