Skip to content

Commit

Permalink
🐛 remove tabpane outline (#22752)
Browse files Browse the repository at this point in the history
close #22747
  • Loading branch information
MrHeer committed Mar 30, 2020
1 parent d4459c7 commit e504fa1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions components/tabs/style/index.less
Expand Up @@ -253,6 +253,10 @@
content: '';
}

.@{tab-prefix-cls}-tabpane {
outline: none;
}

// Horizontal Content
.@{tab-prefix-cls}-top-content,
.@{tab-prefix-cls}-bottom-content {
Expand Down

0 comments on commit e504fa1

Please sign in to comment.