Parcourir la source

Prevent selection of diff line numbers (#2240)

tags/v1.2.0-rc1
silverwind il y a 6 ans
Parent
révision
31411a9462
2 fichiers modifiés avec 8 ajouts et 0 suppressions
  1. 4
    0
      public/css/index.css
  2. 4
    0
      public/less/_repository.less

+ 4
- 0
public/css/index.css Voir le fichier

@@ -2069,6 +2069,10 @@ footer .ui.language .menu {
color: #A7A7A7;
background: #fafafa;
width: 1%;
-moz-user-select: none;
-ms-user-select: none;
-webkit-user-select: none;
user-select: none;
}
.repository .diff-file-box .file-body.file-code .lines-num span.fold {
display: block;

+ 4
- 0
public/less/_repository.less Voir le fichier

@@ -913,6 +913,10 @@
color: #A7A7A7;
background: #fafafa;
width: 1%;
-moz-user-select: none;
-ms-user-select: none;
-webkit-user-select: none;
user-select: none;

span.fold {
display: block;

Chargement…
Annuler
Enregistrer