diff --git a/frontend/__snapshots__/scenes-app-insights--funnel-top-to-bottom-edit--light.png b/frontend/__snapshots__/scenes-app-insights--funnel-top-to-bottom-edit--light.png index 01df2b71a3a80c..f4f8599997533e 100644 Binary files a/frontend/__snapshots__/scenes-app-insights--funnel-top-to-bottom-edit--light.png and b/frontend/__snapshots__/scenes-app-insights--funnel-top-to-bottom-edit--light.png differ diff --git a/frontend/src/lib/lemon-ui/LemonButton/LemonButton.scss b/frontend/src/lib/lemon-ui/LemonButton/LemonButton.scss index 26f1c66decfaa2..ba819db9f35b06 100644 --- a/frontend/src/lib/lemon-ui/LemonButton/LemonButton.scss +++ b/frontend/src/lib/lemon-ui/LemonButton/LemonButton.scss @@ -55,7 +55,6 @@ --lemon-button-height: 2.3125rem; --lemon-button-gap: 0.5rem; --lemon-button-icon-opacity: 0.8; - --lemon-button-profile-picture-opacity: 0.9; // Profile pictures must be more prominent than icons --lemon-button-color: var(--text-3000); // column-gap: 4px; @@ -119,14 +118,9 @@ font-size: var(--lemon-button-icon-size); transition: color 200ms ease; - > * { + .LemonIcon { opacity: var(--lemon-button-icon-opacity); } - - > .ProfilePicture, - > .Lettermark { - opacity: var(--lemon-button-profile-picture-opacity); - } } } @@ -139,7 +133,6 @@ &:hover:not([aria-disabled='true']), &:not([aria-disabled='true']):active { --lemon-button-icon-opacity: 0.75; - --lemon-button-profile-picture-opacity: 1; } &.LemonButton--full-width { diff --git a/frontend/src/lib/lemon-ui/LemonSegmentedButton/LemonSegmentedButton.scss b/frontend/src/lib/lemon-ui/LemonSegmentedButton/LemonSegmentedButton.scss index 306e3becbeca6b..261f80b121bd1f 100644 --- a/frontend/src/lib/lemon-ui/LemonSegmentedButton/LemonSegmentedButton.scss +++ b/frontend/src/lib/lemon-ui/LemonSegmentedButton/LemonSegmentedButton.scss @@ -68,7 +68,6 @@ .LemonButton { --lemon-button-icon-opacity: 1; - --lemon-button-profile-picture-opacity: 1; } }