moved transparent button styles into button itself
This commit is contained in:
parent
6bc9886db4
commit
0583a6b863
3 changed files with 6 additions and 7 deletions
|
@ -15,8 +15,8 @@
|
|||
:class="[{ '-you': isYou, '-highlighted': highlight }, highlightType]"
|
||||
>
|
||||
<button
|
||||
class="short"
|
||||
:class="highlight ? 'button-default' : 'button-default' "
|
||||
class="short button-default"
|
||||
:class="{ '-sublime': !highlight }"
|
||||
@click.prevent="onClick"
|
||||
>
|
||||
<!-- eslint-disable vue/no-v-html -->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue