Skip to content

Commit

Permalink
Fixing the directory node focus state. (#33821)
Browse files Browse the repository at this point in the history
  • Loading branch information
daveyholler authored and zfy0701 committed Mar 26, 2019
1 parent 096293a commit 866db39
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions x-pack/plugins/code/public/components/main/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,7 @@

.code-directory__node {
width: calc(200rem / 14);
margin: 0 $euiSizeS $euiSizeS;
padding: $euiSizeXS;
padding: $euiSizeS;
border-radius: $euiBorderRadius;
white-space: nowrap;
color: $euiColorFullShade;
Expand Down Expand Up @@ -248,10 +247,10 @@
}

.code-link {
margin: 0 $euiSizeS $euiSizeS;
border-radius: $euiBorderRadius;
&:focus {
box-shadow: none;
outline: none;
animation: none;
text-decoration: underline;
}
}

Expand Down

0 comments on commit 866db39

Please sign in to comment.