summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Calviño Sánchez <danxuliu@gmail.com>2018-11-28 02:17:54 +0100
committerDaniel Calviño Sánchez <danxuliu@gmail.com>2018-11-28 15:25:46 +0100
commitba798aba862542a59d52a0595be9036a8c0acaeb (patch)
treec2869890a1d19a341bea49b025615d3ff17e0ce0
parent4e10934e3cde89c9b8ae0ca33328297273961acd (diff)
Remove leftover CSS rules from the original import from the Comments app
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
-rw-r--r--css/comments.scss8
1 files changed, 0 insertions, 8 deletions
diff --git a/css/comments.scss b/css/comments.scss
index 94f90d4c0..3ecaafd38 100644
--- a/css/comments.scss
+++ b/css/comments.scss
@@ -106,23 +106,19 @@
display: inline-block;
}
-#activityTabView li.comment.collapsed .activitymessage,
#chatView .comment.collapsed .message {
white-space: pre-wrap;
}
-#activityTabView li.comment.collapsed .activitymessage,
#chatView .comment.collapsed .message {
max-height: 70px;
overflow: hidden;
}
-#activityTabView li.comment .message-overlay,
#chatView .comment .message-overlay {
display: none;
}
-#activityTabView li.comment.collapsed .message-overlay,
#chatView .comment.collapsed .message-overlay {
display: block;
position: absolute;
@@ -232,10 +228,6 @@ body:not(#body-public) #chatView .comment .authorRow:not(.currentUser):not(.gues
box-shadow: 0 0 6px #f8b9b7;
}
-.app-files .action-comment {
- padding: 16px 14px;
-}
-
#chatView .comment.grouped .authorRow {
display: none;
}