mirror of
https://github.com/flarum/core.git
synced 2025-07-31 05:30:38 +02:00
Keep post actions visible when controls dropdown is open
Also show without hover on touch devices
This commit is contained in:
@@ -259,7 +259,9 @@
|
||||
}
|
||||
|
||||
@media @tablet-up {
|
||||
opacity: 0;
|
||||
.no-touch & {
|
||||
opacity: 0;
|
||||
}
|
||||
}
|
||||
|
||||
> ul {
|
||||
@@ -270,9 +272,12 @@
|
||||
vertical-align: top;
|
||||
}
|
||||
}
|
||||
.Post:hover & {
|
||||
.Post:hover &, &.open {
|
||||
opacity: 1;
|
||||
}
|
||||
&.open {
|
||||
z-index: 2;
|
||||
}
|
||||
}
|
||||
|
||||
.PostPreview {
|
||||
|
Reference in New Issue
Block a user