Selaa lähdekoodia

fix css for same code

Alexey Makhov 10 vuotta sitten
vanhempi
commit
04adc94b26
1 muutettua tiedostoa jossa 5 lisäystä ja 0 poistoa
  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;