Skip to content

Commit 1999c44

Browse files
committed
chore: remove extra css
1 parent 3f1ebc0 commit 1999c44

2 files changed

Lines changed: 3 additions & 9 deletions

File tree

src/Shared/Components/TabGroup/TabGroup.component.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ const MotionLayoutUnderline = ({
3636
<motion.div
3737
layout="position"
3838
layoutId={layoutId}
39-
className="bcb-5"
40-
style={{ height: 2, ...(alignActiveBorderWithContainer ? { bottom: -1 } : {}) }}
39+
className="underline bcb-5"
40+
style={{ ...(alignActiveBorderWithContainer ? { bottom: -1 } : {}) }}
4141
/>
4242
)
4343

src/Shared/Components/TabGroup/TabGroup.scss

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,8 @@
3333

3434
@include svg-styles(var(--N700));
3535

36-
&::after {
37-
content: '';
38-
position: absolute;
39-
bottom: 0;
40-
left: 0;
41-
width: 100%;
36+
.underline {
4237
height: 2px;
43-
background-color: transparent;
4438
border-top-left-radius: 2px;
4539
border-top-right-radius: 2px;
4640
}

0 commit comments

Comments
 (0)