Skip to content

Commit 0ab5d9a

Browse files
committed
style: update tab button borders for improved aesthetics
- Removed border from tab buttons for a cleaner look. - Added a solid border to active tab buttons to enhance visibility. - Adjusted styles for new tab button container to maintain consistency in design.
1 parent fbda6b8 commit 0ab5d9a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/frontend/src/ui/Tabs.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
height: var(--lg-button-size) !important;
88
width: 100px !important;
99
min-width: 100px !important;
10-
border: none !important;
1110
margin-right: 0.6rem;
1211
text-overflow: ellipsis;
1312
overflow: hidden;
@@ -17,6 +16,7 @@
1716
background-color: #cc6d24 !important;
1817
color: var(--color-on-primary) !important;
1918
font-weight: bold;
19+
border: 1px solid #cccccc !important;
2020

2121
.tab-position {
2222
color: var(--color-on-primary) !important;
@@ -35,6 +35,7 @@
3535
display: flex;
3636
flex-direction: column;
3737
justify-content: center;
38+
3839

3940
.tab-position {
4041
position: absolute;
@@ -114,6 +115,7 @@
114115

115116
.new-tab-button-container {
116117
Button {
118+
border: none !important;
117119
min-width: auto !important;
118120
width: var(--lg-button-size) !important;
119121
}

0 commit comments

Comments
 (0)