portico: Ensure comparison tabs take precedence over plans.

This commit is contained in:
Karl Stolley 2024-09-06 10:02:21 -04:00 committed by Tim Abbott
parent 7515cb8c6e
commit e1e9ab0d06
1 changed files with 2 additions and 2 deletions

View File

@ -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%);