Skip to content

Commit 8772708

Browse files
committed
fix: some style fixes
1 parent be21115 commit 8772708

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

src/containers/Tenant/Diagnostics/TenantOverview/MetricsCards/MetricsCards.scss

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,15 @@
132132
border-bottom: var(--tab-border-width) solid var(--g-color-line-generic);
133133
background: var(--g-color-base-background);
134134

135+
.tenant-tab-card__card-container {
136+
border: 1px solid transparent;
137+
border-top: none;
138+
139+
& > div {
140+
transform: translateY(1px);
141+
}
142+
}
143+
135144
&:nth-child(1) {
136145
z-index: calc(var(--z-tab-base) + 3);
137146
}
@@ -167,7 +176,6 @@
167176

168177
&__link {
169178
display: block;
170-
@include tab-border-base(var(--g-color-base-background));
171179
}
172180

173181
// Active state styling
@@ -181,6 +189,14 @@
181189

182190
transform: translateY(var(--tab-lift-offset));
183191

192+
.tenant-tab-card__card-container {
193+
border: none;
194+
195+
& > div {
196+
transform: translateY(0);
197+
}
198+
}
199+
184200
.tenant-metrics-cards__link {
185201
padding-bottom: var(--tab-border-compensation);
186202
@include tab-border-base(var(--g-color-line-generic));

0 commit comments

Comments
 (0)