diffs: do not set incorrect display type on table TD

This commit is contained in:
Marcin Lulek 2016-09-02 12:32:09 +02:00
parent 4c92ba4786
commit 08df170ddb

View file

@ -32,13 +32,17 @@ div.diffblock.margined.comm tr {
}
.comment-toggle {
display: inline-block;
visibility: hidden;
width: 20px;
color: @rcblue;
.icon-comment{
display: inline-block;
visibility: hidden;
}
&.active {
visibility: visible;
.icon-comment{
visibility: visible;
}
cursor: pointer;
}
}
@ -87,4 +91,4 @@ div.diffblock.margined.comm tr {
clear: both;
font-family: @text-semibold;
}
}
}