mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-07 06:56:04 +02:00
Remove outline from delete buttons in avatar database provider UI (#1598)
* Remove the outline from delete provider button * Change button to icon to avoid hover background * Tweak default opacity
This commit is contained in:
@@ -13,9 +13,7 @@
|
|||||||
style="margin-top: 5px"
|
style="margin-top: 5px"
|
||||||
@change="saveAvatarProviderList">
|
@change="saveAvatarProviderList">
|
||||||
<template #actions>
|
<template #actions>
|
||||||
<Button variant="outline" size="icon" @click="removeAvatarProvider(provider)">
|
<Trash2 class="cursor-pointer opacity-80 hover:opacity-100" @click="removeAvatarProvider(provider)" />
|
||||||
<Trash2 />
|
|
||||||
</Button>
|
|
||||||
</template>
|
</template>
|
||||||
</InputGroupAction>
|
</InputGroupAction>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user