mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Fixing the directory node focus state. (#33821)
This commit is contained in:
parent
096293a180
commit
866db39ec3
1 changed files with 4 additions and 5 deletions
|
@ -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;
|
||||
|
@ -248,10 +247,10 @@
|
|||
}
|
||||
|
||||
.code-link {
|
||||
margin: 0 $euiSizeS $euiSizeS;
|
||||
border-radius: $euiBorderRadius;
|
||||
&:focus {
|
||||
box-shadow: none;
|
||||
outline: none;
|
||||
animation: none;
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue