mirror of https://github.com/go-gitea/gitea.git
Prevent accidential selection of language stats bar (#10537)
This commit is contained in:
parent
e661cd0321
commit
e0ecddc11b
|
@ -2193,6 +2193,7 @@
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
|
user-select: none;
|
||||||
|
|
||||||
.bar {
|
.bar {
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
|
Loading…
Reference in New Issue