make reply icon not hoverable if disabled
This commit is contained in:
parent
731ad0a48b
commit
5e0235fa63
|
@ -571,15 +571,13 @@ $status-margin: 0.75em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-reply:hover {
|
.button-icon.icon-reply {
|
||||||
color: $fallback--cBlue;
|
&:not(.button-icon-disabled):hover,
|
||||||
color: var(--cBlue, $fallback--cBlue);
|
&.button-icon-active {
|
||||||
cursor: pointer;
|
color: $fallback--cBlue;
|
||||||
}
|
color: var(--cBlue, $fallback--cBlue);
|
||||||
|
cursor: pointer;
|
||||||
.icon-reply.icon-reply-active {
|
}
|
||||||
color: $fallback--cBlue;
|
|
||||||
color: var(--cBlue, $fallback--cBlue);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.status:hover .animated.avatar {
|
.status:hover .animated.avatar {
|
||||||
|
|
Loading…
Reference in New Issue