From e29e982ffbf4b2bec59b3bf0825202fe547c27d1 Mon Sep 17 00:00:00 2001 From: zeppi Date: Thu, 21 Apr 2022 11:05:42 -0400 Subject: [PATCH] temp following style fix --- ui/scss/component/_button.scss | 18 +++++++++--------- ui/scss/component/_channel.scss | 25 +++++++++++++------------ 2 files changed, 22 insertions(+), 21 deletions(-) diff --git a/ui/scss/component/_button.scss b/ui/scss/component/_button.scss index 9c65f1f7b..a8cfd3b36 100644 --- a/ui/scss/component/_button.scss +++ b/ui/scss/component/_button.scss @@ -709,15 +709,15 @@ svg + .button__label { color: var(--color-slime); } } - -.button-following { - color: var(--color-primary-contrast) !important; - //background-color: rgba(var(--color-primary-dynamic),0.5) !important; - background-color: rgba(125, 125, 125, 0.5) !important; - .icon { - stroke: var(--color-primary-contrast) !important; - } -} +// bring back special button-following style later +//.button-following { +// color: var(--color-primary-contrast) !important; +// //background-color: rgba(var(--color-primary-dynamic),0.5) !important; +// background-color: rgba(125, 125, 125, 0.5) !important; +// .icon { +// stroke: var(--color-primary-contrast) !important; +// } +//} .recommended-content__bubble { // margin-top: var(--spacing-xs); diff --git a/ui/scss/component/_channel.scss b/ui/scss/component/_channel.scss index 46ac9fab3..e9382a012 100644 --- a/ui/scss/component/_channel.scss +++ b/ui/scss/component/_channel.scss @@ -10,18 +10,19 @@ $actions-z-index: 2; stroke: var(--color-text); } } - .button-following { - &.button--alt { - color: var(--color-text); - background-color: var(--color-button-alt-bg); - .icon { - stroke: var(--color-text); - } - &:hover { - color: var(--color-primary); - } - } - } + // bring back later + //.button-following { + // &.button--alt { + // color: var(--color-text); + // background-color: var(--color-button-alt-bg); + // .icon { + // stroke: var(--color-text); + // } + // &:hover { + // color: var(--color-primary); + // } + // } + //} .button-following:last-of-type { margin-left: 2px; }