👀 changed link into button

This commit is contained in:
Phil Hughes 2018-06-27 11:27:27 +01:00
parent 5c483fd865
commit e815c68dcc
No known key found for this signature in database
GPG key ID: 32245528C52E0F9F
2 changed files with 5 additions and 5 deletions

View file

@ -52,10 +52,10 @@ export default {
v-html="message.text"
>
</span>
<a
<button
v-if="message.action"
href="#"
class="flash-action text-white"
type="button"
class="flash-action text-white p-0 border-top-0 border-right-0 border-left-0 bg-transparent"
@click.stop.prevent="clickAction"
>
{{ message.actionText }}
@ -63,7 +63,7 @@ export default {
v-show="isLoading"
inline
/>
</a>
</button>
</div>
</div>
</template>

View file

@ -42,7 +42,7 @@
display: inline-block;
}
a.flash-action {
.flash-action {
margin-left: 5px;
text-decoration: none;
font-weight: $gl-font-weight-normal;