creator reactions and file like stroke hack

This commit is contained in:
zeppi 2022-02-11 10:58:35 -05:00 committed by jessopb
parent 0106c1c361
commit 3a4ff9d35d
2 changed files with 8 additions and 1 deletions

View file

@ -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

View file

@ -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);