From 14630c26aeffcfc33aa17d03af672cb9212b9c67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nil=C3=A9ane?= Date: Sun, 10 Dec 2023 21:53:57 +0100 Subject: [PATCH] Revert border-radius in the search popout --- 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 4879351..cfe8532 100644 --- a/TangerineUI-cherry.css +++ b/TangerineUI-cherry.css @@ -3315,7 +3315,6 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu .app-body .search__popout__menu__item:is(.selected, :active, :focus, :hover) mark { background-color: var(--color-accent); color: var(--color-accent-fg); - border-radius: 8px; } @media screen and (max-width:1174px) { diff --git a/TangerineUI-purple.css b/TangerineUI-purple.css index 18ccd1b..aadab80 100644 --- a/TangerineUI-purple.css +++ b/TangerineUI-purple.css @@ -3314,7 +3314,6 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu .app-body .search__popout__menu__item:is(.selected, :active, :focus, :hover) mark { background-color: var(--color-accent); color: var(--color-accent-fg); - border-radius: 8px; } @media screen and (max-width:1174px) { diff --git a/TangerineUI.css b/TangerineUI.css index a772e82..fcabdad 100644 --- a/TangerineUI.css +++ b/TangerineUI.css @@ -3314,7 +3314,6 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu .app-body .search__popout__menu__item:is(.selected, :active, :focus, :hover) mark { background-color: var(--color-accent); color: var(--color-accent-fg); - border-radius: 8px; } @media screen and (max-width:1174px) {