mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
parent
d361a1ee9c
commit
09dd7fdd3a
1 changed files with 2 additions and 1 deletions
|
@ -122,7 +122,8 @@ input[type='checkbox'],
|
|||
// A neccessary hack so that the above focus policy doesn't polute some EUI
|
||||
// entrenched inputs.
|
||||
.euiComboBox {
|
||||
input:focus {
|
||||
// :not() specificity needed to override the above
|
||||
input:not([class^='eui']):focus {
|
||||
animation: none !important;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue