mirror of
https://github.com/yuzu-emu/liftinstall.git
synced 2024-11-22 11:15:42 +01:00
feat(ui): add underline when hovering on a clickable link
This commit is contained in:
parent
8917ba88ca
commit
278af40b37
@ -234,4 +234,7 @@ body.has-background-black-ter .subtitle, body.has-background-black-ter .column >
|
|||||||
border-bottom: 3px solid transparent;
|
border-bottom: 3px solid transparent;
|
||||||
border-top: 3px solid #FF3C28;
|
border-top: 3px solid #FF3C28;
|
||||||
}
|
}
|
||||||
|
a:hover {
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
@ -52,7 +52,7 @@
|
|||||||
|
|
||||||
<div class="is-left-floating is-bottom-floating">
|
<div class="is-left-floating is-bottom-floating">
|
||||||
<p class="control">
|
<p class="control">
|
||||||
<a class="button is-medium" v-on:click="go_back">{{ $t('back') }}</a>
|
<b-button class="is-dark is-medium" v-on:click="go_back">{{ $t('back') }}</b-button>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user