Skip to content

Commit

Permalink
Fix Firefox focus state in SIEM tab_navigation (#45996) (#46128)
Browse files Browse the repository at this point in the history
  • Loading branch information
patrykkopycinski authored Sep 19, 2019
1 parent 6283651 commit 5135164
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,15 @@ import { TabNavigationProps } from './types';
const TabContainer = styled.div`
.euiLink {
color: inherit !important;
&:focus {
outline: 0;
background: none;
}
.euiTab.euiTab-isSelected {
cursor: pointer;
}
}
&.showBorder {
Expand Down

0 comments on commit 5135164

Please sign in to comment.