From ff3482951fc328afd2379a63760c11ad6f24670d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nil=C3=A9ane?= Date: Sun, 26 Nov 2023 17:14:31 +0100 Subject: [PATCH] Fixed: unwanted borders on poll input fields when the compose field in focused --- TangerineUI-cherry.css | 4 ++++ TangerineUI-purple.css | 4 ++++ TangerineUI.css | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/TangerineUI-cherry.css b/TangerineUI-cherry.css index ece84f1..356f628 100644 --- a/TangerineUI-cherry.css +++ b/TangerineUI-cherry.css @@ -925,6 +925,10 @@ body.app-body { border-left: 1px solid var(--color-lines); border-right: 1px solid var(--color-lines); } +.app-body .compose-form .poll__option .autosuggest-input { + border-left: 0; + border-right: 0; +} .app-body .compose-form .spoiler-input.spoiler-input--visible { margin-bottom: 0; height: auto; diff --git a/TangerineUI-purple.css b/TangerineUI-purple.css index 10ea87b..4b208d6 100644 --- a/TangerineUI-purple.css +++ b/TangerineUI-purple.css @@ -924,6 +924,10 @@ body.app-body { border-left: 1px solid var(--color-lines); border-right: 1px solid var(--color-lines); } +.app-body .compose-form .poll__option .autosuggest-input { + border-left: 0; + border-right: 0; +} .app-body .compose-form .spoiler-input.spoiler-input--visible { margin-bottom: 0; height: auto; diff --git a/TangerineUI.css b/TangerineUI.css index 666fc2a..c845929 100644 --- a/TangerineUI.css +++ b/TangerineUI.css @@ -924,6 +924,10 @@ body.app-body { border-left: 1px solid var(--color-lines); border-right: 1px solid var(--color-lines); } +.app-body .compose-form .poll__option .autosuggest-input { + border-left: 0; + border-right: 0; +} .app-body .compose-form .spoiler-input.spoiler-input--visible { margin-bottom: 0; height: auto;