Allow user-selection on hero post in status page

This commit is contained in:
Lim Chee Aun 2023-08-01 14:26:59 +08:00
parent b1b1ed0f3f
commit 30d532c2e3

View file

@ -718,7 +718,8 @@ a[href^='http'][rel*='nofollow']:visited:not(:has(div)) {
-webkit-touch-callout: none;
}
@media (pointer: coarse) {
.status-focus {
.status-focus:not(.hero .status-focus) {
/* Only the hero doesn't have context menu */
user-select: none;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;