##// END OF EJS Templates
styles: replace adjacent selector with sibling selctor
ergo -
r1165:718c385a default
parent child Browse files
Show More
@@ -928,7 +928,7 b' input.filediff-collapse-state {'
928 margin: @comment-padding;
928 margin: @comment-padding;
929 }
929 }
930 /* hide add comment button when form is open */
930 /* hide add comment button when form is open */
931 .comment-inline-form-open + .cb-comment-add-button {
931 .comment-inline-form-open ~ .cb-comment-add-button {
932 display: none;
932 display: none;
933 }
933 }
934 .comment-inline-form-open {
934 .comment-inline-form-open {
General Comments 0
You need to be logged in to leave comments. Login now