浏览代码

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;