Changeset - b297ba29d93e
[Not reviewed]
default
0 2 0
domruf - 8 years ago 2017-10-25 22:47:16
dominikruf@gmail.com
less: remove duplicate styling of rename diffs
2 files changed with 0 insertions and 8 deletions:
0 comments (0 inline, 0 general)
kallithea/public/css/style.css
Show inline comments
 
@@ -1988,10 +1988,6 @@ BIN_FILENODE = 6
 
.cs_files .changes .bin.bin4 {
 
  background-color: #6D99FF;
 
}
 
/*rename file*/
 
.cs_files .changes .bin.bin4 {
 
  background-color: #6D99FF;
 
}
 
/*chmod file*/
 
.cs_files .changes .bin.bin5 {
 
  background-color: #6D99FF;
kallithea/public/less/kallithea-diff.less
Show inline comments
 
@@ -53,10 +53,6 @@ BIN_FILENODE = 6
 
.cs_files .changes .bin.bin4 {
 
  background-color: #6D99FF;
 
}
 
/*rename file*/
 
.cs_files .changes .bin.bin4 {
 
  background-color: #6D99FF;
 
}
 
/*chmod file*/
 
.cs_files .changes .bin.bin5 {
 
  background-color: #6D99FF;
0 comments (0 inline, 0 general)