Update icons to use base09 where appropriate, calculate base09 by averaging bg and text colors.
This commit is contained in:
parent
8020363680
commit
10be553910
7 changed files with 22 additions and 19 deletions
|
@ -1,7 +1,7 @@
|
|||
<template>
|
||||
<div v-if="canDelete">
|
||||
<a href="#" v-on:click.prevent="deleteStatus()">
|
||||
<i class='fa icon-cancel delete-status'></i>
|
||||
<i class='base09 icon-cancel delete-status'></i>
|
||||
</a>
|
||||
</div>
|
||||
</template>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue