fix(theme): incorrect render remote iconify icon (#190)
This commit is contained in:
parent
22e9abe2e0
commit
c2ec990c35
@ -66,9 +66,3 @@ const bind = computed<any>(() => ({
|
||||
/>
|
||||
</ClientOnly>
|
||||
</template>
|
||||
|
||||
<style>
|
||||
.vp-icon.iconify {
|
||||
background-color: unset;
|
||||
}
|
||||
</style>
|
||||
|
||||
@ -27,6 +27,10 @@
|
||||
mask-size: 100% 100%;
|
||||
}
|
||||
|
||||
.vp-icon.iconify {
|
||||
background-color: unset;
|
||||
}
|
||||
|
||||
/* internal icons - used under ISC from https://lucide.dev/ */
|
||||
.vpi-align-left {
|
||||
--icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M21 6H3M15 12H3M17 18H3'/%3E%3C/svg%3E");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user