소스 검색

fix css for same code

Alexey Makhov 10 년 전
부모
커밋
04adc94b26
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      public/ng/less/gogs/repository.less

+ 5 - 0
public/ng/less/gogs/repository.less

@@ -657,6 +657,11 @@
                         background-color: #ffffdd !important;
                     }
                 }
+                &.same-code {
+                    td.selected-line, td.selected-line pre {
+                        background-color: #ffffdd !important;
+                    }
+                }
                 &.del-code {
                     td, pre {
                         background-color: #ffe2dd !important;