From db6c5ee176d398459edd78314f14eec7bbb9f85c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nil=C3=A9ane?= Date: Mon, 26 Feb 2024 16:36:39 +0100 Subject: [PATCH] Reverted to a rounded rectangle shape for column-link hover state --- TangerineUI-cherry.css | 2 +- TangerineUI-purple.css | 2 +- TangerineUI.css | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/TangerineUI-cherry.css b/TangerineUI-cherry.css index 4d674d0..1c3ed78 100644 --- a/TangerineUI-cherry.css +++ b/TangerineUI-cherry.css @@ -3569,7 +3569,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu top: -14px; right: -16px; position: absolute; - border-radius: 50px; + border-radius: 10px; z-index: -1; bottom: -14px; } diff --git a/TangerineUI-purple.css b/TangerineUI-purple.css index c2f39d0..8e08765 100644 --- a/TangerineUI-purple.css +++ b/TangerineUI-purple.css @@ -3569,7 +3569,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu top: -14px; right: -16px; position: absolute; - border-radius: 50px; + border-radius: 10px; z-index: -1; bottom: -14px; } diff --git a/TangerineUI.css b/TangerineUI.css index de4ffc4..b28122e 100644 --- a/TangerineUI.css +++ b/TangerineUI.css @@ -3569,7 +3569,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu top: -14px; right: -16px; position: absolute; - border-radius: 50px; + border-radius: 10px; z-index: -1; bottom: -14px; }