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:
@@ -322,7 +322,7 @@
|
||||
vertical-align: top;
|
||||
}
|
||||
}
|
||||
.Post:hover &, .Post:focus-within &, &.open {
|
||||
.Post:hover &, .Post:focus-within &, &.openWithin {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user