Skip to content

Commit

Permalink
[6.x] [dashboard/fullScreen] override z-index override (#21704) (#21710)
Browse files Browse the repository at this point in the history
Backports the following commits to 6.x:
 - [dashboard/fullScreen] override z-index override  (#21704)
  • Loading branch information
Spencer authored Aug 7, 2018
1 parent a5a313e commit 2df3743
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/core_plugins/kibana/public/dashboard/styles/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 2df3743

Please sign in to comment.