You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 26, 2020. It is now read-only.
Double-clicking the first word in an alert box <p class="alert error"></p> should select the text of the first word, but it does not. This may only happen if there are multiple lines of text in the alert box (untested). This is fairly minor, but may be more important if that first word is a link (untested).
A quick fix was to add pointer-events: none to the pseudo-element for the container. It is not clear if this will fix all concerns.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Double-clicking the first word in an alert box
<p class="alert error"></p>
should select the text of the first word, but it does not. This may only happen if there are multiple lines of text in the alert box (untested). This is fairly minor, but may be more important if that first word is a link (untested).A quick fix was to add
pointer-events: none
to the pseudo-element for the container. It is not clear if this will fix all concerns.The text was updated successfully, but these errors were encountered: