Merge branch 'fix/accessibility-reply-highlight' into 'develop'

Fix reply arrow highlighting in some accessibility tools

See merge request pleroma/pleroma-fe!973
ci-fixes
HJ 5 years ago
commit 835bbd8b5f

@ -840,6 +840,11 @@ $status-margin: 0.75em;
&.button-icon-active { &.button-icon-active {
color: $fallback--cBlue; color: $fallback--cBlue;
color: var(--cBlue, $fallback--cBlue); color: var(--cBlue, $fallback--cBlue);
}
}
.button-icon.icon-reply {
&:not(.button-icon-disabled) {
cursor: pointer; cursor: pointer;
} }
} }

Loading…
Cancel
Save