logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: f7cd801e69f41b289272575cae3f63d6eea15de6
parent 7e01d2083d3e26d5239a332cf12e520468a39565
Author: Henry Jameson <me@hjkos.com>
Date:   Mon,  4 Mar 2024 19:56:06 +0200

fix mentions selection

Diffstat:

Msrc/components/mention_link/mention_link.scss4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/components/mention_link/mention_link.scss b/src/components/mention_link/mention_link.scss @@ -58,7 +58,9 @@ } &.-has-selection { - color: var(--selectionText); + --color: var(--selectionText); + --link: var(--selectionText); + background-color: var(--selectionBackground); }