Explorar el Código

fix css for same code

Alexey Makhov hace 10 años
padre
commit
04adc94b26
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  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;