logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe
commit: 835bbd8b5f8a2bfdf5658fb8698d81832be349fa
parent: d2079ecef496047e114591b1aaf8f6a0a3474c91
Author: HJ <30-hj@users.noreply.git.pleroma.social>
Date:   Thu, 17 Oct 2019 14:34:11 +0000

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

Fix reply arrow highlighting in some accessibility tools

See merge request pleroma/pleroma-fe!973

Diffstat:

Msrc/components/status/status.vue5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git 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; } }