aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHJ <30-hj@users.noreply.git.pleroma.social>2019-10-17 14:34:11 +0000
committerHJ <30-hj@users.noreply.git.pleroma.social>2019-10-17 14:34:11 +0000
commit835bbd8b5f8a2bfdf5658fb8698d81832be349fa (patch)
tree5cb13af30afdec8d7465c87ba480657bb247c2a6 /src
parentd2079ecef496047e114591b1aaf8f6a0a3474c91 (diff)
parent1287836eeea0fc10935476865dba850b8a91fb13 (diff)
Merge branch 'fix/accessibility-reply-highlight' into 'develop'
Fix reply arrow highlighting in some accessibility tools See merge request pleroma/pleroma-fe!973
Diffstat (limited to 'src')
-rw-r--r--src/components/status/status.vue5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/components/status/status.vue b/src/components/status/status.vue
index 93f37a49..912f77d2 100644
--- a/src/components/status/status.vue
+++ b/src/components/status/status.vue
@@ -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;
}
}