refs #98 Set color of popover

This commit is contained in:
AkiraFukushima 2018-04-13 23:42:00 +09:00
parent b454cc1c69
commit e12b19815b
1 changed files with 5 additions and 1 deletions

View File

@ -41,7 +41,7 @@
<el-button type="text" v-popover="{ name: message.id }">
<icon name="ellipsis-h" scale="0.9"></icon>
</el-button>
<popover :name="message.id" :width="120">
<popover :name="message.id" :width="120" class="action-pop-over">
<ul class="toot-menu">
<li role="button" @click="openDetail(message)">
View Toot Detail
@ -308,6 +308,10 @@ function findLink (target) {
background-color: var(--theme-border-color);
margin: 4px 0 0;
}
.action-pop-over {
color: #303133;
}
}
.toot:focus {