Commit 19f9674529f7633c4b2efd5d0557662746fe3a75

Authored by Evandro Jr
1 parent 1a544709

fix for comment count bubble

Showing 1 changed file with 4 additions and 1 deletions   Show diff stats
plugins/comment_paragraph/public/style.css
... ... @@ -204,7 +204,10 @@ div[class^='comment-paragraph-loading-'] {
204 204 display: none;
205 205 }
206 206  
207   -
208 207 .side-comment .post_comment_box.opened {
209 208 padding-bottom: 15px;
  209 +}
  210 +
  211 +.side-comment .comment-count {
  212 + bg-color: #b3b2d4;
210 213 }
211 214 \ No newline at end of file
... ...