🌐 AI搜索 & 代理 主页
Skip to content

Commit d2d53a2

Browse files
authored
Update _popover.scss
1 parent a0210f3 commit d2d53a2

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

src/components/popover/_popover.scss

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
// Some overrides to make popover transitions work with Vue `<transition>`
2+
.popover.b-popover {
3+
display: block;
4+
opacity: 1;
5+
6+
&.fade:not(.show) {
7+
opacity: 0;
8+
}
9+
10+
&.show {
11+
opacity: 1;
12+
}
13+
}
14+
115
@if $bv-enable-popover-variants {
216
@each $variant, $value in $theme-colors {
317
.b-popover-#{$variant} {

0 commit comments

Comments
 (0)