From 34d37eade1161b3a0fc44e77cbac4fb1eb1175e9 Mon Sep 17 00:00:00 2001 From: fim100 <107080649+fim100@users.noreply.github.com> Date: Mon, 5 Aug 2024 00:49:09 +0330 Subject: [PATCH] Update alert.css fix error in rtl rule --- umap/static/umap/js/components/alerts/alert.css | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/umap/static/umap/js/components/alerts/alert.css b/umap/static/umap/js/components/alerts/alert.css index 424b49d4..0fdb4a88 100644 --- a/umap/static/umap/js/components/alerts/alert.css +++ b/umap/static/umap/js/components/alerts/alert.css @@ -95,8 +95,7 @@ h3[role="alert"] + p { border-top-right-radius: 0; border-bottom-right-radius: 0; } -html[dir="rtl"] [role="group"] input:not([type="checkbox"], -html[dir="rtl"] [type="radio"]):not(:last-child), +html[dir="rtl"] [role="group"] input:not([type="checkbox"], [type="radio"]):not(:last-child), html[dir="rtl"] [role="group"] > :not(:last-child) { border-top-right-radius: inherit; border-bottom-right-radius: inherit; @@ -111,8 +110,7 @@ html[dir="rtl"] [role="group"] > :not(:last-child) { border-bottom-left-radius: 0; width: 45%; } -html[dir="rtl"] [role="group"] input:not([type="checkbox"], -html[dir="rtl"] [type="radio"]):not(:first-child), +html[dir="rtl"] [role="group"] input:not([type="checkbox"], [type="radio"]):not(:first-child), html[dir="rtl"] [role="group"] > :not(:first-child) { margin-left: auto; margin-right: 0;