Skip to content

Commit 72fcd6f

Browse files
fix(vertical-tabs): Remove outline when link has focus (#3124)
1 parent 3f43dfa commit 72fcd6f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ui/components/vertical-tabs/base/_index.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,10 @@
6464
color: $color-text-action-label-active;
6565
text-decoration: none;
6666
}
67+
68+
&:focus {
69+
outline: 0;
70+
}
6771
}
6872

6973
/**

0 commit comments

Comments
 (0)