Farbe der Tags geändert

This commit is contained in:
Xenia Gruenzinger 2019-07-21 14:39:33 +02:00
parent 92220fc11c
commit 74232689fb
3 changed files with 9 additions and 2 deletions

View File

@ -4,9 +4,9 @@ Vue.component('MsgCard', {
<b>{{ msg.subject }}</b> <b>{{ msg.subject }}</b>
<img src="favicon.ico" width=20px height=20px> <img src="favicon.ico" width=20px height=20px>
</h6> </h6>
{{ msg.message }}<br><br> {{ msg.message }}<br>
<a v-for="tag in msg.tag" @click="filterForTag(tag)">#{{ tag }} </a> <a v-for="tag in msg.tag" @click="filterForTag(tag)">#{{ tag }} </a>
<!--<b-button class="tags" type="is-text" v-for="tag in msg.tag">#{{ tag }} </b-button>--> <br>
</p> </p>
<div class="om-card-footer"> <div class="om-user-line"> <div class="om-card-footer"> <div class="om-user-line">
<i class="material-icons">account_circle</i> <i class="material-icons">account_circle</i>

View File

@ -233,3 +233,6 @@ button.clearButton {
border-color: #dbdbdb; border-color: #dbdbdb;
border-left: white; border-left: white;
} }
.taglink {
color: #0046a0;
}

View File

@ -275,3 +275,7 @@ button.clearButton{
} }
.taglink{
color: @color;
}