Skip to content

Commit

Permalink
refs #98 Set color of popover
Browse files Browse the repository at this point in the history
  • Loading branch information
h3poteto committed Apr 13, 2018
1 parent d2c967b commit afc5a32
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -308,6 +308,10 @@ function findLink (target) {
background-color: var(--theme-border-color);
margin: 4px 0 0;
}
.action-pop-over {
color: #303133;
}
}
.toot:focus {
Expand Down

0 comments on commit afc5a32

Please sign in to comment.