File tree Expand file tree Collapse file tree 1 file changed +17
-1
lines changed
src/containers/Tenant/Diagnostics/TenantOverview/MetricsCards Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change 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 }
167176
168177 & __link {
169178 display : block ;
170- @include tab-border-base (var (--g-color-base-background ));
171179 }
172180
173181 // Active state styling
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 ));
You can’t perform that action at this time.
0 commit comments