Skip to content

Commit

Permalink
fix(style): issues/476 remove focus style on tab content (#557)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdcabrera committed Feb 1, 2021
1 parent 672b234 commit 9c0fcea
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/styles/_tabs.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
.curiosity {
.curiosity-tabs-container {
min-height: 775px;

section.pf-c-tab-content:focus {
outline: none;
}
}

.curiosity-tabs__no-scroll {
Expand Down

0 comments on commit 9c0fcea

Please sign in to comment.