Browse Source

Fix yellow background on active elements in code review (#11414)

Co-authored-by: techknowlogick <techknowlogick@gitea.io>
tags/v1.13.0-dev
Cirno the Strongest GitHub 5 years ago
parent
commit
91cbc99254
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      web_src/less/_base.less
  2. +1
    -1
      web_src/less/themes/theme-arc-green.less

+ 1
- 1
web_src/less/_base.less View File

@@ -1167,7 +1167,7 @@ i.icon.centerlock {
width: 100%;
}

.active {
.lines-code .active {
background: #fff866;
}
}


+ 1
- 1
web_src/less/themes/theme-arc-green.less View File

@@ -1137,7 +1137,7 @@ td.blob-excerpt {
background-color: rgba(0, 0, 0, .15);
}

.code-view .active {
.lines-code .code-view .active {
background: #554a00;
}



Loading…
Cancel
Save