👀 changed link into button
This commit is contained in:
parent
5c483fd865
commit
e815c68dcc
2 changed files with 5 additions and 5 deletions
|
@ -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>
|
||||
|
|
|
@ -42,7 +42,7 @@
|
|||
display: inline-block;
|
||||
}
|
||||
|
||||
a.flash-action {
|
||||
.flash-action {
|
||||
margin-left: 5px;
|
||||
text-decoration: none;
|
||||
font-weight: $gl-font-weight-normal;
|
||||
|
|
Loading…
Reference in a new issue