Skip to content
Snippets Groups Projects
Commit 835bbd8b authored by HJ's avatar HJ :fire:
Browse files

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

Fix reply arrow highlighting in some accessibility tools

See merge request pleroma/pleroma-fe!973
parents d2079ece 1287836e
No related branches found
No related tags found
No related merge requests found
......@@ -840,6 +840,11 @@ $status-margin: 0.75em;
&.button-icon-active {
color: $fallback--cBlue;
color: var(--cBlue, $fallback--cBlue);
}
}
.button-icon.icon-reply {
&:not(.button-icon-disabled) {
cursor: pointer;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment