UNPKG

599 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-TabPanel-tabBar, /* </DEPRECATED> */
12.lm-TabPanel-tabBar {
13 z-index: 1;
14}
15
16/* <DEPRECATED> */
17.p-TabPanel-stackedPanel, /* </DEPRECATED> */
18.lm-TabPanel-stackedPanel {
19 z-index: 0;
20}