mirror of
https://github.com/go-gitea/gitea
synced 2025-07-24 11:18:36 +00:00
Disallow selecting the text of buttons (#19330)
Introduce a CSS class `.unselectable`
This commit is contained in:
@@ -50,8 +50,8 @@
|
||||
|
||||
.show-outdated,
|
||||
.hide-outdated {
|
||||
&:extend(.unselectable);
|
||||
display: block !important;
|
||||
user-select: none !important;
|
||||
|
||||
&:hover {
|
||||
text-decoration: underline;
|
||||
|
Reference in New Issue
Block a user