Skip to content

Commit c7ad2cf

Browse files
committed
tab focus style
1 parent aaa87f0 commit c7ad2cf

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/styles/tab-styles.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ export default css`
4242
color:var(--primary-color);
4343
}
4444
45-
.tab-btn:focus-visible {
45+
.tab-btn:focus-visible,
46+
.tab-btn.active:focus-visible {
4647
color:var(--secondary-color);
4748
}
4849

0 commit comments

Comments
 (0)