From 78984e75c31aee6703e93265060218aab2e7d518 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nil=C3=A9ane?= Date: Wed, 14 Feb 2024 16:05:15 +0100 Subject: [PATCH] Removed border around avatars in inline follow suggestion cards --- TangerineUI-cherry.css | 1 - TangerineUI-purple.css | 1 - TangerineUI.css | 1 - 3 files changed, 3 deletions(-) diff --git a/TangerineUI-cherry.css b/TangerineUI-cherry.css index b40235a..420035e 100644 --- a/TangerineUI-cherry.css +++ b/TangerineUI-cherry.css @@ -4664,7 +4664,6 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu .app-body .inline-follow-suggestions__body__scrollable__card .account__avatar { border-radius: 50px; background-color: var(--color-content-bg); - outline: 1px solid var(--color-lines-translucent); border: 3px solid var(--color-content-bg); box-shadow: 0 2px 5px rgba(0, 0, 0, .1); transform: translateY(3px); diff --git a/TangerineUI-purple.css b/TangerineUI-purple.css index d7edea7..d374b68 100644 --- a/TangerineUI-purple.css +++ b/TangerineUI-purple.css @@ -4664,7 +4664,6 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu .app-body .inline-follow-suggestions__body__scrollable__card .account__avatar { border-radius: 50px; background-color: var(--color-content-bg); - outline: 1px solid var(--color-lines-translucent); border: 3px solid var(--color-content-bg); box-shadow: 0 2px 5px rgba(0, 0, 0, .1); transform: translateY(3px); diff --git a/TangerineUI.css b/TangerineUI.css index 0a8e8b1..96acdd2 100644 --- a/TangerineUI.css +++ b/TangerineUI.css @@ -4664,7 +4664,6 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu .app-body .inline-follow-suggestions__body__scrollable__card .account__avatar { border-radius: 50px; background-color: var(--color-content-bg); - outline: 1px solid var(--color-lines-translucent); border: 3px solid var(--color-content-bg); box-shadow: 0 2px 5px rgba(0, 0, 0, .1); transform: translateY(3px);