File tree Expand file tree Collapse file tree 2 files changed +13
-5
lines changed
js/jupyterlab-slideshow/style Expand file tree Collapse file tree 2 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 57
57
background : transparent;
58
58
}
59
59
60
- .jp-Deck .jp-Notebook .jp-WindowedPanel-outer ,
60
+ .jp-Deck .jp-Notebook .jp-WindowedPanel-outer ,
61
61
.jp-Deck .jp-Notebook .jp-WindowedPanel-inner ,
62
62
body [data-notebook = 'notebooks' ] .jp-Deck .jp-WindowedPanel-window ,
63
63
body [data-notebook = 'notebooks' ] .jp-Deck .jp-Notebook-cell {
64
64
background : transparent;
65
65
}
66
66
67
+ /* Remove shadow around notebook widget for Notebook application */
68
+ body [data-jp-deck-mode = 'presenting' ] .jp-Deck .jp-Notebook .jp-WindowedPanel-viewport {
69
+ box-shadow : unset;
70
+ }
71
+
67
72
body [data-notebook = 'notebooks' ]
68
73
.jp-Deck
69
74
.jp-Notebook .jp-mod-commandMode
70
75
.jp-Cell .jp-mod-active .jp-mod-selected : not (.jp-mod-multiSelected ) {
71
76
background : transparent !important ;
72
77
}
73
78
74
- .jp-Deck .jp-Notebook .jp-mod-scrollPastEnd ::after {
79
+ /* Both are required for compatibility with Jupyterlab before and after 4.1.0, after
80
+ https://github.com/jupyterlab/jupyterlab/commit/6a86d8f163fe11cf7b1964b1ed54999ee2234c8c#diff-ccf3f53605be6603fd5fd949742f25ea8919c48dcc75322c483ebf9988404 */
81
+ .jp-Deck .jp-Notebook .jp-mod-scrollPastEnd ::after ,
82
+ .jp-Deck .jp-Notebook .jp-mod-scrollPastEnd > .jp-WindowedPanel-outer ::after {
75
83
display : none;
76
84
}
77
85
Original file line number Diff line number Diff line change 1
1
body [data-jp-deck-mode = 'presenting' ],
2
- body [data-jp-deck-mode = 'presenting' ] .jp-ThemedContainer : has (.jp-Deck ),
3
- body [ data-jp-deck-mode = 'presenting' ][ data-notebook = 'notebooks' ] . jp-WindowedPanel-outer {
4
- background : var (--jp-layout-color0 );
2
+ body [data-jp-deck-mode = 'presenting' ] .jp-ThemedContainer : has (.jp-Deck ) {
3
+ /* 'important' is required for Notebook application which add again this rule */
4
+ background : var (--jp-layout-color0 ) !important ;
5
5
}
6
6
7
7
body [data-jp-deck-mode = 'presenting' ] # jp-main-content-panel {
You can’t perform that action at this time.
0 commit comments