mirror of https://github.com/zulip/zulip.git
portico: Ensure comparison tabs take precedence over plans.
This commit is contained in:
parent
7515cb8c6e
commit
e1e9ab0d06
|
@ -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%);
|
||||
|
|
Loading…
Reference in New Issue