kui-shell
Version:
This is the monorepo for Kui, the hybrid command-line/GUI electron-based Kubernetes tool
18 lines (15 loc) • 423 B
CSS
/* disable screenshot button when running in a browser; see #328 */
body.not-electron #sidecar-screenshot-button {
display: none ;
}
/* no context in webpack mode */
body.not-electron .repl-prompt {
border-left: none;
}
body.not-electron .repl-context {
display: none;
}
body.not-electron .kui--hide-in-webpack {
/* e.g. don't show screenshot buttons in webpack clients */
display: none ;
}