1
1
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:
delvh
2022-04-14 10:57:19 +02:00
committed by GitHub
parent 3255ba9305
commit 4dabc212c7
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;