diffs: do not set incorrect display type on table TD
This commit is contained in:
parent
4c92ba4786
commit
08df170ddb
1 changed files with 8 additions and 4 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue