Browse Source

Remove hover state on child of collapsed comment

merge-requests/51/head
Deimos 6 years ago
parent
commit
937bc24bad
  1. 6
      tildes/scss/_themes.scss

6
tildes/scss/_themes.scss

@ -236,12 +236,6 @@ $theme-black: map-merge($theme-base, (
& > .comment-itself { & > .comment-itself {
@extend %collapsed-theme; @extend %collapsed-theme;
} }
&:hover {
color: #fff;
background-color: $blue;
border-color: $blue;
}
} }
.comment { .comment {

Loading…
Cancel
Save