diff --git a/src/components/notification/notification.style.js b/src/components/notification/notification.style.js index b3933c80b..05c1f6f23 100644 --- a/src/components/notification/notification.style.js +++ b/src/components/notification/notification.style.js @@ -6,10 +6,6 @@ export default { 'Link', 'Icon', 'Border', - // Optimization: don't put heavy components unless needed - // 'Button', - // 'ButtonUnstyled', - // 'Input', 'Avatar', 'PollGraph' ], diff --git a/src/components/rich_content/rich_content.scss b/src/components/rich_content/rich_content.scss index 140be2f98..6b70d1356 100644 --- a/src/components/rich_content/rich_content.scss +++ b/src/components/rich_content/rich_content.scss @@ -2,6 +2,7 @@ font-family: var(--font); &.-faint { + color: var(--text); /* stylelint-disable declaration-no-important */ --text: var(--textFaint) !important; --link: var(--linkFaint) !important; diff --git a/src/components/user_card/user_card.style.js b/src/components/user_card/user_card.style.js index 2c84b2759..e77963a02 100644 --- a/src/components/user_card/user_card.style.js +++ b/src/components/user_card/user_card.style.js @@ -10,28 +10,8 @@ export default { defaultRules: [ { directives: { - background: '--bg', - opacity: 0, - roundness: 3, - shadow: [{ - x: 1, - y: 1, - blur: 4, - spread: 0, - color: '#000000', - alpha: 0.6 - }], '--profileTint': 'color | $alpha(--background 1)' } - }, - { - parent: { - component: 'UserCard' - }, - component: 'RichContent', - directives: { - opacity: 0 - } } ] }