Disallow selecting the text of buttons (#19330)

Introduce a CSS class `.unselectable`
This commit is contained in:
delvh 2022-04-14 10:57:19 +02:00 committed by GitHub
parent 3255ba9305
commit 4dabc212c7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 20 additions and 19 deletions

View file

@ -50,8 +50,8 @@
.show-outdated,
.hide-outdated {
&:extend(.unselectable);
display: block !important;
user-select: none !important;
&:hover {
text-decoration: underline;