Files
fzu-product/.vitepress/theme/css/jupyterlab/lumino.widgets.widget.css
2023-04-24 11:26:28 +08:00

27 lines
768 B
CSS
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
/* 源码地址https://github.com/jupyterlab/lumino/blob/main/packages/widgets/style/widget.css */
/*
* Copyright (c) Jupyter Development Team.
* Distributed under the terms of the Modified BSD License.
*/
/* -----------------------------------------------------------------------------
| Copyright (c) Jupyter Development Team.
| Copyright (c) 2014-2017, PhosphorJS Contributors
|
| Distributed under the terms of the BSD 3-Clause License.
|
| The full license is in the file LICENSE, distributed with this software.
|---------------------------------------------------------------------------- */
.lm-Widget {
box-sizing: border-box;
position: relative;
overflow: hidden;
cursor: default;
}
.lm-Widget.lm-mod-hidden {
display: none !important;
}