From e1e9ab0d06ea0d8e4d79960107dcb85e1f1653e7 Mon Sep 17 00:00:00 2001 From: Karl Stolley Date: Fri, 6 Sep 2024 10:02:21 -0400 Subject: [PATCH] portico: Ensure comparison tabs take precedence over plans. --- web/styles/portico/comparison_table.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/styles/portico/comparison_table.css b/web/styles/portico/comparison_table.css index 5a358e22f4..de76a5bb94 100644 --- a/web/styles/portico/comparison_table.css +++ b/web/styles/portico/comparison_table.css @@ -439,7 +439,7 @@ } } -.showing-cloud, +.showing-cloud:not(:has(div[id^="showing-tab"])), #showing-tab-cloud { .comparison-tab-cloud { background-color: hsl(0deg 0% 100%); @@ -476,7 +476,7 @@ } } -.showing-self-hosted, +.showing-self-hosted:not(:has(div[id^="showing-tab"])), #showing-tab-hosted { .comparison-tab-self-hosted { background-color: hsl(0deg 0% 100%);