change approach to disable all, enable some

This commit is contained in:
Henry Jameson 2020-11-03 18:39:46 +02:00
parent e351665bb3
commit d126eddfca
9 changed files with 6 additions and 40 deletions

View file

@ -120,9 +120,5 @@
color: $fallback--text; color: $fallback--text;
color: var(--text, $fallback--text); color: var(--text, $fallback--text);
} }
._misclick-prevention & {
pointer-events: none !important;
}
} }
</style> </style>

View file

@ -35,10 +35,6 @@
color: $fallback--cOrange; color: $fallback--cOrange;
color: var(--cOrange, $fallback--cOrange); color: var(--cOrange, $fallback--cOrange);
} }
._misclick-prevention & {
pointer-events: none !important;
}
} }
&.-favorited { &.-favorited {

View file

@ -107,10 +107,6 @@
color: $fallback--text; color: $fallback--text;
color: var(--text, $fallback--text); color: var(--text, $fallback--text);
} }
._misclick-prevention & {
pointer-events: none !important;
}
} }
</style> </style>

View file

@ -34,10 +34,6 @@
color: $fallback--cBlue; color: $fallback--cBlue;
color: var(--cBlue, $fallback--cBlue); color: var(--cBlue, $fallback--cBlue);
} }
._misclick-prevention & {
pointer-events: none !important;
}
} }
} }
</style> </style>

View file

@ -45,10 +45,6 @@
color: $fallback--cGreen; color: $fallback--cGreen;
color: var(--cGreen, $fallback--cGreen); color: var(--cGreen, $fallback--cGreen);
} }
._misclick-prevention & {
pointer-events: none !important;
}
} }
&.-repeated { &.-repeated {

View file

@ -59,9 +59,12 @@ $status-margin: 0.75em;
justify-content: flex-end; justify-content: flex-end;
} }
.user-avatar { ._misclick-prevention & {
._misclick-prevention & { pointer-events: none;
pointer-events: none !important;
.attachments {
pointer-events: initial;
cursor: initial;
} }
} }
@ -114,10 +117,6 @@ $status-margin: 0.75em;
a { a {
display: inline-block; display: inline-block;
word-break: break-all; word-break: break-all;
._misclick-prevention & {
pointer-events: none !important;
}
} }
} }
@ -260,10 +259,6 @@ $status-margin: 0.75em;
vertical-align: middle; vertical-align: middle;
object-fit: contain; object-fit: contain;
} }
._misclick-prevention & a {
pointer-events: none !important;
}
} }
.status-fadein { .status-fadein {

View file

@ -119,7 +119,6 @@
> >
<router-link <router-link
:to="userProfileLink" :to="userProfileLink"
class="user-avatar"
@click.stop.prevent.capture.native="toggleUserExpanded" @click.stop.prevent.capture.native="toggleUserExpanded"
> >
<UserAvatar <UserAvatar

View file

@ -240,10 +240,6 @@ $status-margin: 0.75em;
word-wrap: break-word; word-wrap: break-word;
word-break: break-word; word-break: break-word;
._misclick-prevention & :not(.attachments) a {
pointer-events: none !important;
}
blockquote { blockquote {
margin: 0.2em 0 0.2em 2em; margin: 0.2em 0 0.2em 2em;
font-style: italic; font-style: italic;

View file

@ -282,10 +282,6 @@
.user-card { .user-card {
position: relative; position: relative;
._misclick-prevention & {
pointer-events: none !important;
}
&:hover .Avatar { &:hover .Avatar {
--_still-image-img-visibility: visible; --_still-image-img-visibility: visible;
--_still-image-canvas-visibility: hidden; --_still-image-canvas-visibility: hidden;