[6.4] [dashboard/fullScreen] override z-index override (#21704) (#21711)

Backports the following commits to 6.4:
 - [dashboard/fullScreen] override z-index override  (#21704)
This commit is contained in:
Spencer 2018-08-06 19:27:17 -07:00 committed by GitHub
parent ac063b445f
commit 3cd996032b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -59,9 +59,14 @@
z-index: 5;
}
/**
* 1. override the z-index: 1 applied to all non-eui elements that are in :focus via kui
* - see packages/kbn-ui-framework/src/global_styling/reset/_reset.scss
*/
.exitFullScreenMode:hover,
.exitFullScreenMode:focus {
transition: all .5s ease;
z-index: 10 !important; /* 1. */
.exitFullScreenModeText {
visibility: visible;