mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-28 04:12:41 +03:00
Allow user-selection on hero post in status page
This commit is contained in:
parent
b1b1ed0f3f
commit
30d532c2e3
1 changed files with 2 additions and 1 deletions
|
@ -718,7 +718,8 @@ a[href^='http'][rel*='nofollow']:visited:not(:has(div)) {
|
||||||
-webkit-touch-callout: none;
|
-webkit-touch-callout: none;
|
||||||
}
|
}
|
||||||
@media (pointer: coarse) {
|
@media (pointer: coarse) {
|
||||||
.status-focus {
|
.status-focus:not(.hero .status-focus) {
|
||||||
|
/* Only the hero doesn't have context menu */
|
||||||
user-select: none;
|
user-select: none;
|
||||||
-webkit-tap-highlight-color: transparent;
|
-webkit-tap-highlight-color: transparent;
|
||||||
-webkit-touch-callout: none;
|
-webkit-touch-callout: none;
|
||||||
|
|
Loading…
Reference in a new issue