forked from AkkomaGang/akkoma-fe
Merge branch 'fix/accessibility-reply-highlight' into 'develop'
Fix reply arrow highlighting in some accessibility tools See merge request pleroma/pleroma-fe!973
This commit is contained in:
commit
835bbd8b5f
1 changed files with 5 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue