make reply icon not hoverable if disabled

This commit is contained in:
taehoon 2019-05-14 22:45:57 -04:00
parent 731ad0a48b
commit 5e0235fa63
1 changed files with 7 additions and 9 deletions

View File

@ -571,15 +571,13 @@ $status-margin: 0.75em;
}
}
.icon-reply:hover {
color: $fallback--cBlue;
color: var(--cBlue, $fallback--cBlue);
cursor: pointer;
}
.icon-reply.icon-reply-active {
color: $fallback--cBlue;
color: var(--cBlue, $fallback--cBlue);
.button-icon.icon-reply {
&:not(.button-icon-disabled):hover,
&.button-icon-active {
color: $fallback--cBlue;
color: var(--cBlue, $fallback--cBlue);
cursor: pointer;
}
}
.status:hover .animated.avatar {