Skip to content

Commit 8a82e83

Browse files
authored
Merge pull request #819 from BY00565233/SURF-2151
feat(tabset): new component specs
2 parents eb547a4 + e1fb77d commit 8a82e83

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

src/scss/components/tabset/_index.scss

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,19 @@ hx-tab {
88
font-weight: 500;
99

1010
&:hover {
11-
color: $cyan-500;
11+
color: $gray-950;
1212
}
1313

1414
&:focus {
15-
color: $cyan-700;
1615
z-index: 1; // keeps focus ring in front of adjacent tabs
1716
}
1817

1918
&[current] {
2019
background-color: inherit;
21-
border-color: $gray-300 $gray-300 transparent;
22-
color: $cyan-900;
20+
border-bottom: 2px solid $teal-300;
21+
color: $gray-950;
22+
font-weight: 600;
23+
outline: none;
2324
}
2425

2526
> * + * {

0 commit comments

Comments
 (0)