mirror of
https://github.com/h3poteto/whalebird-desktop
synced 2025-01-31 01:27:26 +01:00
refs #98 Set color of popover
This commit is contained in:
parent
b454cc1c69
commit
e12b19815b
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user