forked from forgejo/forgejo
Disallow selecting the text of buttons (#19330)
Introduce a CSS class `.unselectable`
This commit is contained in:
parent
3255ba9305
commit
4dabc212c7
4 changed files with 20 additions and 19 deletions
|
@ -527,12 +527,7 @@
|
|||
margin-right: 10px !important;
|
||||
|
||||
i {
|
||||
-webkit-touch-callout: none;
|
||||
-webkit-user-select: none;
|
||||
-khtml-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
&:extend(.unselectable);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue