mirror of
https://github.com/pengzhanbo/vuepress-theme-plume.git
synced 2026-04-23 10:58:13 +08:00
This commit is contained in:
parent
07c274cdbf
commit
a13ed1f503
@ -120,13 +120,13 @@ function onBlur() {
|
||||
.button[aria-expanded="true"] + .menu {
|
||||
visibility: visible;
|
||||
opacity: 1;
|
||||
transform: translateY(0);
|
||||
transform: translateZ(0);
|
||||
}
|
||||
|
||||
.button[aria-expanded="false"] + .menu {
|
||||
visibility: hidden;
|
||||
opacity: 0;
|
||||
transform: translateY(0);
|
||||
transform: translateZ(0);
|
||||
}
|
||||
|
||||
.button {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user