style: highlight Lookup button in the post search box
This commit is contained in:
parent
119e59d064
commit
1a201a7007
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@
|
|||
<MkButton inline primary @click="search"
|
||||
>{{ i18n.ts.search }}
|
||||
</MkButton>
|
||||
<MkButton inline @click="lookup">{{ i18n.ts.lookup }}</MkButton>
|
||||
<MkButton inline primary @click="lookup">{{ i18n.ts.lookup }}</MkButton>
|
||||
<MkButton inline @click="cancel">{{ i18n.ts.cancel }}</MkButton>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue