KUI css for dark mode wasn't compiled, had error with kbn-resetFocusState (#36318) (#36330)

This commit is contained in:
dave.snider@gmail.com 2019-05-09 06:49:37 -07:00 committed by GitHub
parent fc6dddfa6a
commit 1243f7007c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -56,10 +56,6 @@
* 4. Fix an IE bug which causes the last child to overflow the container.
* 5. Fixing this bug means we now need to align the children to the right.
*/
:focus:not([class^="eui"]) {
-webkit-animation: 350ms cubic-bezier(0.694, 0.0482, 0.335, 1) 1 normal forwards focusRingAnimate;
animation: 350ms cubic-bezier(0.694, 0.0482, 0.335, 1) 1 normal forwards focusRingAnimate; }
/**
* 1. Required for IE11.
*/