refactor: replace font icons with svg icons

This commit is contained in:
woothu
2019-11-08 17:20:56 +01:00
parent 1c7b133ae5
commit bc822612da
67 changed files with 397 additions and 44811 deletions
+4 -5
View File
@@ -9,7 +9,7 @@
placement="bottom-end"
>
<template #toggler-content>
<i class="cui-settings"></i>
<CIcon name="settings"/>
</template>
<CDropdownItem>Action</CDropdownItem>
<CDropdownItem>Another action</CDropdownItem>
@@ -38,10 +38,9 @@
color="transparent p-0"
placement="bottom-end"
:caret="false"
buttonHtml="<i class='cui-location-pin'></i>"
>
<template #toggler-content>
<i class="cui-location-pin"></i>
<CIcon name="location-pin"/>
</template>
<CDropdownItem>Action</CDropdownItem>
<CDropdownItem>Another action</CDropdownItem>
@@ -76,7 +75,7 @@
placement="bottom-end"
>
<template #toggler-content>
<i class="cui-settings"></i>
<CIcon name="settings"/>
</template>
<CDropdownItem>Action</CDropdownItem>
<CDropdownItem>Another action</CDropdownItem>
@@ -110,7 +109,7 @@
placement="bottom-end"
>
<template #toggler-content>
<i class="cui-settings"></i>
<CIcon name="settings"/>
</template>
<CDropdownItem>Action</CDropdownItem>
<CDropdownItem>Another action</CDropdownItem>