logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: 3bdff6e6ee64d61197bd0345dab6f13dc22a8377
parent 8f55cae5151d13266ff7a577dea3fcb531a0c86a
Author: Henry Jameson <me@hjkos.com>
Date:   Mon, 17 Oct 2022 22:13:49 +0300

use better color slot for selected pins #1193

Diffstat:

Msrc/components/navigation/navigation_pins.vue2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/components/navigation/navigation_pins.vue b/src/components/navigation/navigation_pins.vue @@ -63,7 +63,7 @@ &.router-link-active { color: $fallback--text; - color: var(--selectedMenuText, $fallback--text); + color: var(--panelText, $fallback--text); border-bottom: 4px solid; & .svg-inline--fa,