From 3a4ff9d35d3b7eb31a3be6fce3177385f4d797ac Mon Sep 17 00:00:00 2001 From: zeppi Date: Fri, 11 Feb 2022 10:58:35 -0500 Subject: [PATCH] creator reactions and file like stroke hack --- .env.defaults | 2 +- ui/scss/component/_button.scss | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.env.defaults b/.env.defaults index 3123bfaec..378761947 100644 --- a/.env.defaults +++ b/.env.defaults @@ -80,7 +80,7 @@ SIMPLE_SITE=false ENABLE_COMMENT_REACTIONS=true ENABLE_FILE_REACTIONS=true -ENABLE_CREATOR_REACTIONS=false +ENABLE_CREATOR_REACTIONS=true ENABLE_NO_SOURCE_CLAIMS=false ENABLE_PREROLL_ADS=false CHANNEL_STAKED_LEVEL_VIDEO_COMMENTS=4 diff --git a/ui/scss/component/_button.scss b/ui/scss/component/_button.scss index b1b20b593..77b0a07e2 100644 --- a/ui/scss/component/_button.scss +++ b/ui/scss/component/_button.scss @@ -290,6 +290,13 @@ margin-right: var(--spacing-m); padding: 0 var(--spacing-xxs); + &.button--file-action-active { + .icon { + fill: var(--color-primary-alt); + stroke: var(--color-primary) !important; //fixme + color: var(--color-primary); + } + } .icon { &:not(.color-override) { stroke: var(--color-text-subtitle);