@@ -64,8 +64,9 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
64
64
*/
65
65
66
66
/* <DEPRECATED> */
67
- .jupyter-widgets .widget-tab > .p-TabBar , /* <DEPRECATED> */
68
- .jupyter-widgets .jupyter-widget-tab > .p-TabBar {
67
+ .jupyter-widgets .widget-tab > .p-TabBar , /* </DEPRECATED> */
68
+ /* <DEPRECATED> */ .jupyter-widgets .jupyter-widget-tab > .p-TabBar , /* </DEPRECATED> */
69
+ .jupyter-widgets .jupyter-widget-tab > .lm-TabBar {
69
70
display : flex;
70
71
-webkit-user-select : none;
71
72
-moz-user-select : none;
@@ -74,20 +75,23 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
74
75
}
75
76
76
77
/* <DEPRECATED> */
77
- .jupyter-widgets .widget-tab > .p-TabBar [data-orientation = 'horizontal' ], /* <DEPRECATED> */
78
- .jupyter-widgets .jupyter-widget-tab > .p-TabBar [data-orientation = 'horizontal' ] {
78
+ .jupyter-widgets .widget-tab > .p-TabBar [data-orientation = 'horizontal' ], /* </DEPRECATED> */
79
+ /* <DEPRECATED> */ .jupyter-widgets .jupyter-widget-tab > .p-TabBar [data-orientation = 'horizontal' ], /* </DEPRECATED> */
80
+ .jupyter-widgets .jupyter-widget-tab > .lm-TabBar [data-orientation = 'horizontal' ] {
79
81
flex-direction : row;
80
82
}
81
83
82
84
/* <DEPRECATED> */
83
- .jupyter-widgets .widget-tab > .p-TabBar [data-orientation = 'vertical' ], /* <DEPRECATED> */
84
- .jupyter-widgets .jupyter-widget-tab > .p-TabBar [data-orientation = 'vertical' ] {
85
+ .jupyter-widgets .widget-tab > .p-TabBar [data-orientation = 'vertical' ], /* </DEPRECATED> */
86
+ /* <DEPRECATED> */ .jupyter-widgets .jupyter-widget-tab > .p-TabBar [data-orientation = 'vertical' ], /* </DEPRECATED> */
87
+ .jupyter-widgets .jupyter-widget-tab > .lm-TabBar [data-orientation = 'vertical' ] {
85
88
flex-direction : column;
86
89
}
87
90
88
91
/* <DEPRECATED> */
89
- .jupyter-widgets .widget-tab > .p-TabBar > .p-TabBar-content , /* <DEPRECATED> */
90
- .jupyter-widgets .jupyter-widget-tab > .p-TabBar > .p-TabBar-content {
92
+ .jupyter-widgets .widget-tab > .p-TabBar > .p-TabBar-content , /* </DEPRECATED> */
93
+ /* <DEPRECATED> */ .jupyter-widgets .jupyter-widget-tab > .p-TabBar > .p-TabBar-content , /* </DEPRECATED> */
94
+ .jupyter-widgets .jupyter-widget-tab > .lm-TabBar > .lm-TabBar-content {
91
95
margin : 0 ;
92
96
padding : 0 ;
93
97
display : flex;
@@ -99,69 +103,90 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
99
103
.jupyter-widgets .widget-tab
100
104
> .p-TabBar [data-orientation = 'horizontal' ]
101
105
> .p-TabBar-content ,
106
+ /* </DEPRECATED> */
102
107
/* <DEPRECATED> */
103
108
.jupyter-widgets .jupyter-widget-tab
104
- > .p-TabBar [data-orientation = 'horizontal' ]
105
- > .p-TabBar-content {
109
+ > .p-TabBar [data-orientation = 'horizontal' ]
110
+ > .p-TabBar-content ,
111
+ /* </DEPRECATED> */
112
+ .jupyter-widgets .jupyter-widget-tab
113
+ > .lm-TabBar [data-orientation = 'horizontal' ]
114
+ > .lm-TabBar-content {
106
115
flex-direction : row;
107
116
}
108
117
109
118
/* <DEPRECATED> */
110
119
.jupyter-widgets .widget-tab
111
120
> .p-TabBar [data-orientation = 'vertical' ]
112
121
> .p-TabBar-content ,
122
+ /* </DEPRECATED> */
113
123
/* <DEPRECATED> */
114
124
.jupyter-widgets .jupyter-widget-tab
115
- > .p-TabBar [data-orientation = 'vertical' ]
116
- > .p-TabBar-content {
125
+ > .p-TabBar [data-orientation = 'vertical' ]
126
+ > .p-TabBar-content ,
127
+ /* </DEPRECATED> */
128
+ .jupyter-widgets .jupyter-widget-tab
129
+ > .lm-TabBar [data-orientation = 'vertical' ]
130
+ > .lm-TabBar-content {
117
131
flex-direction : column;
118
132
}
119
133
120
134
/* <DEPRECATED> */
121
- .jupyter-widgets .widget-tab > .p-TabBar .p-TabBar-tab , /* <DEPRECATED> */
122
- .jupyter-widgets .jupyter-widget-tab > .p-TabBar .p-TabBar-tab {
135
+ .jupyter-widgets .widget-tab > .p-TabBar .p-TabBar-tab , /* </DEPRECATED> */
136
+ /* <DEPRECATED> */ .jupyter-widgets .jupyter-widget-tab > .p-TabBar .p-TabBar-tab , /* </DEPRECATED> */
137
+ .jupyter-widgets .jupyter-widget-tab > .lm-TabBar .lm-TabBar-tab {
123
138
display : flex;
124
139
flex-direction : row;
125
140
box-sizing : border-box;
126
141
overflow : hidden;
127
142
}
128
143
129
144
/* <DEPRECATED> */
130
- .jupyter-widgets .widget-tab > .p-TabBar .p-TabBar-tabIcon , /* <DEPRECATED> */
131
- /* <DEPRECATED> */ .jupyter-widgets .widget-tab > .p-TabBar .p-TabBar-tabCloseIcon , /* <DEPRECATED> */
132
- .jupyter-widgets .jupyter-widget-tab > .p-TabBar .p-TabBar-tabIcon ,
133
- .jupyter-widgets .jupyter-widget-tab > .p-TabBar .p-TabBar-tabCloseIcon {
145
+ .jupyter-widgets .widget-tab > .p-TabBar .p-TabBar-tabIcon , /* </DEPRECATED> */
146
+ /* <DEPRECATED> */ .jupyter-widgets .widget-tab > .p-TabBar .p-TabBar-tabCloseIcon , /* </DEPRECATED> */
147
+ /* <DEPRECATED> */ .jupyter-widgets .jupyter-widget-tab > .p-TabBar .p-TabBar-tabIcon , /* </DEPRECATED> */
148
+ /* <DEPRECATED> */ .jupyter-widgets .jupyter-widget-tab > .p-TabBar .p-TabBar-tabCloseIcon , /* </DEPRECATED> */
149
+ .jupyter-widgets .jupyter-widget-tab > .lm-TabBar .lm-TabBar-tabIcon ,
150
+ .jupyter-widgets .jupyter-widget-tab > .lm-TabBar .lm-TabBar-tabCloseIcon {
134
151
flex : 0 0 auto;
135
152
}
136
153
137
154
/* <DEPRECATED> */
138
- .jupyter-widgets .widget-tab > .p-TabBar .p-TabBar-tabLabel , /* <DEPRECATED> */
139
- .jupyter-widgets .jupyter-widget-tab > .p-TabBar .p-TabBar-tabLabel {
155
+ .jupyter-widgets .widget-tab > .p-TabBar .p-TabBar-tabLabel , /* </DEPRECATED> */
156
+ /* <DEPRECATED> */ .jupyter-widgets .jupyter-widget-tab > .p-TabBar .p-TabBar-tabLabel , /* </DEPRECATED> */
157
+ .jupyter-widgets .jupyter-widget-tab > .lm-TabBar .lm-TabBar-tabLabel {
140
158
flex : 1 1 auto;
141
159
overflow : hidden;
142
160
white-space : nowrap;
143
161
}
144
162
145
163
/* <DEPRECATED> */
146
- .jupyter-widgets .widget-tab > .p-TabBar .p-TabBar-tab .p-mod-hidden , /* <DEPRECATED> */
147
- .jupyter-widgets .jupyter-widget-tab > .p-TabBar .p-TabBar-tab .p-mod-hidden {
164
+ .jupyter-widgets .widget-tab > .p-TabBar .p-TabBar-tab .p-mod-hidden , /* </DEPRECATED> */
165
+ /* <DEPRECATED> */ .jupyter-widgets .jupyter-widget-tab > .p-TabBar .p-TabBar-tab .p-mod-hidden , /* </DEPRECATED> */
166
+ .jupyter-widgets .jupyter-widget-tab > .lm-TabBar .lm-TabBar-tab .lm-mod-hidden {
148
167
display : none !important ;
149
168
}
150
169
151
170
/* <DEPRECATED> */
152
- .jupyter-widgets .widget-tab > .p-TabBar .p-mod-dragging .p-TabBar-tab , /* <DEPRECATED> */
153
- .jupyter-widgets .jupyter-widget-tab > .p-TabBar .p-mod-dragging .p-TabBar-tab {
171
+ .jupyter-widgets .widget-tab > .p-TabBar .p-mod-dragging .p-TabBar-tab , /* </DEPRECATED> */
172
+ /* <DEPRECATED> */ .jupyter-widgets .jupyter-widget-tab > .p-TabBar .p-mod-dragging .p-TabBar-tab , /* </DEPRECATED> */
173
+ .jupyter-widgets .jupyter-widget-tab > .lm-TabBar .lm-mod-dragging .lm-TabBar-tab {
154
174
position : relative;
155
175
}
156
176
157
177
/* <DEPRECATED> */
158
178
.jupyter-widgets .widget-tab
159
179
> .p-TabBar .p-mod-dragging [data-orientation = 'horizontal' ]
160
180
.p-TabBar-tab ,
181
+ /* </DEPRECATED> */
161
182
/* <DEPRECATED> */
162
183
.jupyter-widgets .jupyter-widget-tab
163
184
> .p-TabBar .p-mod-dragging [data-orientation = 'horizontal' ]
164
- .p-TabBar-tab {
185
+ .p-TabBar-tab ,
186
+ /* </DEPRECATED> */
187
+ .jupyter-widgets .jupyter-widget-tab
188
+ > .lm-TabBar .lm-mod-dragging [data-orientation = 'horizontal' ]
189
+ .lm-TabBar-tab {
165
190
left : 0 ;
166
191
transition : left 150ms ease;
167
192
}
@@ -170,10 +195,15 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
170
195
.jupyter-widgets .widget-tab
171
196
> .p-TabBar .p-mod-dragging [data-orientation = 'vertical' ]
172
197
.p-TabBar-tab ,
198
+ /* </DEPRECATED> */
173
199
/* <DEPRECATED> */
174
200
.jupyter-widgets .jupyter-widget-tab
175
- > .p-TabBar .p-mod-dragging [data-orientation = 'vertical' ]
176
- .p-TabBar-tab {
201
+ > .p-TabBar .p-mod-dragging [data-orientation = 'vertical' ]
202
+ .p-TabBar-tab ,
203
+ /* </DEPRECATED> */
204
+ .jupyter-widgets .jupyter-widget-tab
205
+ > .lm-TabBar .lm-mod-dragging [data-orientation = 'vertical' ]
206
+ .lm-TabBar-tab {
177
207
top : 0 ;
178
208
transition : top 150ms ease;
179
209
}
@@ -182,10 +212,15 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
182
212
.jupyter-widgets .widget-tab
183
213
> .p-TabBar .p-mod-dragging
184
214
.p-TabBar-tab .p-mod-dragging ,
185
- /* <DEPRECATED> */
215
+ /* </DEPRECATED> */
216
+ /* <DEPRECATED> */
186
217
.jupyter-widgets .jupyter-widget-tab
187
- > .p-TabBar .p-mod-dragging
188
- .p-TabBar-tab .p-mod-dragging {
218
+ > .p-TabBar .p-mod-dragging
219
+ .p-TabBar-tab .p-mod-dragging ,
220
+ /* </DEPRECATED> */
221
+ .jupyter-widgets .jupyter-widget-tab
222
+ > .lm-TabBar .lm-mod-dragging
223
+ .lm-TabBar-tab .lm-mod-dragging {
189
224
transition : none;
190
225
}
191
226
0 commit comments