[Canvas] Disables progress bar in fullscreen mode (#32942) (#33064)

This commit is contained in:
Catherine Liu 2019-03-12 23:13:20 -07:00 committed by GitHub
parent 466c4669f4
commit d558a2a29a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,6 +5,11 @@ body.canvas-isFullscreen {
left: 0;
}
// hide global loading indicator
.kbnLoadingIndicator {
display: none;
}
// set the background color
.canvasLayout {
background: #000; // This hex is OK, we always want it black