UNPKG

665 BCSSView Raw
1/*-----------------------------------------------------------------------------
2| Copyright (c) Jupyter Development Team.
3| Copyright (c) 2014-2017, PhosphorJS Contributors
4|
5| Distributed under the terms of the BSD 3-Clause License.
6|
7| The full license is in the file LICENSE, distributed with this software.
8|----------------------------------------------------------------------------*/
9
10/* <DEPRECATED> */
11.p-Widget, /* </DEPRECATED> */
12.lm-Widget {
13 box-sizing: border-box;
14 position: relative;
15 overflow: hidden;
16 cursor: default;
17}
18
19/* <DEPRECATED> */
20.p-Widget.p-mod-hidden, /* </DEPRECATED> */
21.lm-Widget.lm-mod-hidden {
22 display: none !important;
23}