##// END OF EJS Templates
diffs: do not set incorrect display type on table TD
ergo -
r742:8a725ae8 default
parent child Browse files
Show More
@@ -32,13 +32,17 b' div.diffblock.margined.comm tr {'
32 }
32 }
33
33
34 .comment-toggle {
34 .comment-toggle {
35 display: inline-block;
36 visibility: hidden;
37 width: 20px;
35 width: 20px;
38 color: @rcblue;
36 color: @rcblue;
37 .icon-comment{
38 display: inline-block;
39 visibility: hidden;
40 }
39
41
40 &.active {
42 &.active {
41 visibility: visible;
43 .icon-comment{
44 visibility: visible;
45 }
42 cursor: pointer;
46 cursor: pointer;
43 }
47 }
44 }
48 }
@@ -87,4 +91,4 b' div.diffblock.margined.comm tr {'
87 clear: both;
91 clear: both;
88 font-family: @text-semibold;
92 font-family: @text-semibold;
89 }
93 }
90 } No newline at end of file
94 }
General Comments 0
You need to be logged in to leave comments. Login now