We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 703d18e commit ae922afCopy full SHA for ae922af
public/css/index.css
@@ -1404,6 +1404,10 @@ footer .ui.language .menu {
1404
color: #999;
1405
background: #f5f5f5;
1406
width: 1%;
1407
+ -moz-user-select: none;
1408
+ -ms-user-select: none;
1409
+ -webkit-user-select: none;
1410
+ user-select: none;
1411
}
1412
.repository.file.list #file-content .code-view .lines-num span {
1413
line-height: 20px;
public/less/_repository.less
@@ -274,6 +274,10 @@
274
275
276
277
278
279
280
281
282
span {
283
0 commit comments