You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/controls/css/phosphor.css
+30-15Lines changed: 30 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -31,11 +31,12 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
31
31
*/
32
32
33
33
/*
34
-
* The following section is derived from https://github.com/phosphorjs/phosphor/blob/23b9d075ebc5b73ab148b6ebfc20af97f85714c4/packages/widgets/style/tabbar.css
34
+
* The following section is derived from https://github.com/phosphorjs/phosphor/blob/23b9d075ebc5b73ab148b6ebfc20af97f85714c4/packages/widgets/style/tabbar.css
35
35
* We've scoped the rules so that they are consistent with exactly our code.
36
36
*/
37
37
38
-
.jupyter-widgets.widget-tab> .p-TabBar {
38
+
.jupyter-widgets.widget-tab> .p-TabBar,
39
+
.jupyter-widgets.widget-tab> .lm-TabBar {
39
40
display: flex;
40
41
-webkit-user-select: none;
41
42
-moz-user-select: none;
@@ -44,17 +45,20 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
0 commit comments