Skip to content

Commit

Permalink
KUI css for dark mode wasn't compiled, had error with kbn-resetFocusS…
Browse files Browse the repository at this point in the history
…tate (#36318) (#36330)
  • Loading branch information
snide authored May 9, 2019
1 parent fc6dddf commit 1243f70
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/kbn-ui-framework/dist/kui_dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand Down

0 comments on commit 1243f70

Please sign in to comment.