We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
VPFlyout
1 parent 2d0c499 commit 68150a6Copy full SHA for 68150a6
src/client/theme-default/components/VPFlyout.vue
@@ -78,19 +78,19 @@ function onBlur() {
78
color: var(--vp-c-brand-2);
79
}
80
81
+.button[aria-expanded="false"] + .menu {
82
+ opacity: 0;
83
+ visibility: hidden;
84
+ transform: translateY(0);
85
+}
86
+
87
.VPFlyout:hover .menu,
88
.button[aria-expanded="true"] + .menu {
89
opacity: 1;
90
visibility: visible;
91
transform: translateY(0);
92
93
-.button[aria-expanded="false"] + .menu {
- opacity: 0;
- visibility: hidden;
- transform: translateY(0);
-}
-
94
.button {
95
display: flex;
96
align-items: center;
0 commit comments