Show More
@@ -32,13 +32,17 b' div.diffblock.margined.comm tr {' | |||
|
32 | 32 | } |
|
33 | 33 | |
|
34 | 34 | .comment-toggle { |
|
35 | display: inline-block; | |
|
36 | visibility: hidden; | |
|
37 | 35 | width: 20px; |
|
38 | 36 | color: @rcblue; |
|
37 | .icon-comment{ | |
|
38 | display: inline-block; | |
|
39 | visibility: hidden; | |
|
40 | } | |
|
39 | 41 | |
|
40 | 42 | &.active { |
|
43 | .icon-comment{ | |
|
41 | 44 | visibility: visible; |
|
45 | } | |
|
42 | 46 | cursor: pointer; |
|
43 | 47 | } |
|
44 | 48 | } |
@@ -87,4 +91,4 b' div.diffblock.margined.comm tr {' | |||
|
87 | 91 | clear: both; |
|
88 | 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