1
0
mirror of https://github.com/flarum/core.git synced 2025-08-01 22:20:21 +02:00

fix: post dropdown opens all dropdowns in .Post-actions (#3675)

This commit is contained in:
David Wheatley
2022-11-16 23:21:57 +00:00
committed by GitHub
parent 2517bc0f70
commit fe5d543864
2 changed files with 2 additions and 2 deletions

View File

@@ -322,7 +322,7 @@
vertical-align: top;
}
}
.Post:hover &, .Post:focus-within &, &.open {
.Post:hover &, .Post:focus-within &, &.openWithin {
opacity: 1;
}
}