|
99 | 99 |
|
100 | 100 | .glue-Session-tabBar .lm-TabBar-tab.glue-LinkEditor-tab { |
101 | 101 | flex: none; |
| 102 | + color: var(--jp-ui-inverse-font-color0); |
102 | 103 | background-color: var(--jp-brand-color1); |
103 | 104 | } |
104 | 105 |
|
|
108 | 109 | } |
109 | 110 |
|
110 | 111 | .glue-Session-tabBar .lm-TabBar-tab.lm-mod-current.glue-LinkEditor-tab { |
111 | | - background: var(--jp-brand-color2); |
| 112 | + color: var(--jp-ui-font-color0); |
| 113 | + background: var(--jp-brand-color3); |
| 114 | +} |
| 115 | + |
| 116 | +.glue-Session-tabBar .lm-TabBar-tab.lm-mod-current::before { |
| 117 | + position: absolute; |
| 118 | + top: calc(-1 * var(--jp-border-width) + 1px); |
| 119 | + left: calc(-1 * var(--jp-border-width)); |
| 120 | + content: ''; |
| 121 | + height: var(--jp-private-horizontal-tab-active-top-border); |
| 122 | + width: calc(100% + 2 * var(--jp-border-width)); |
| 123 | + background: var(--jp-brand-color1); |
112 | 124 | } |
113 | 125 |
|
114 | 126 | .grid-panel { |
|
235 | 247 | } |
236 | 248 |
|
237 | 249 | .glue-LinkEditor-linkingItem.selected { |
238 | | - background-color: var(--jp-brand-color4); |
239 | | - color: var(--jp-content-link-color); |
| 250 | + color: var(--jp-ui-inverse-font-color1); |
| 251 | + background-color: var(--jp-brand-color1); |
240 | 252 | } |
241 | 253 |
|
242 | 254 | .glue-LinkEditor-summary table { |
|
312 | 324 |
|
313 | 325 | .glue-LinkEditor-linkingGlueButton { |
314 | 326 | height: 30px; |
315 | | -} |
316 | | - |
317 | | -.glue-LinkEditor-linkingGlueButton:hover { |
318 | | - background-color: var(--jp-layout-color4) !important; |
| 327 | + background-color: var(--jp-brand-color1); |
| 328 | + color: var(--jp-ui-inverse-font-color1); |
319 | 329 | } |
320 | 330 |
|
321 | 331 | .glue-LinkEditor-content { |
|
400 | 410 | } |
401 | 411 |
|
402 | 412 | .glue-SpinnerContent { |
403 | | - border: solid #f376269e; |
| 413 | + border: solid var(--jp-jupyter-icon-color); |
404 | 414 | margin: 50px auto; |
405 | 415 | text-indent: -9999em; |
406 | 416 | width: 6em; |
|
417 | 427 | height: 50%; |
418 | 428 | background: #f3762605; |
419 | 429 | border-radius: 100% 0 100% 0; |
420 | | - box-shadow: inset 6px 5px 0 1px #f37626; |
| 430 | + box-shadow: inset 6px 5px 0 1px var(--jp-jupyter-icon-color); |
421 | 431 | position: absolute; |
422 | 432 | top: 0; |
423 | 433 | left: 0; |
|
475 | 485 | box-shadow: var(--jp-elevation-z20); |
476 | 486 | } |
477 | 487 |
|
478 | | -body[data-jp-theme-light='true'] { |
479 | | - --glue-activated: #c6d4e2; |
| 488 | +.grid-selected .glue-Session-tab-toolbar { |
| 489 | + background: var(--jp-brand-color1); |
| 490 | + color: var(--jp-ui-inverse-font-color0); |
480 | 491 | } |
481 | 492 |
|
482 | | -body[data-jp-theme-light='false'] { |
483 | | - --glue-activated: #2d3c4a; |
| 493 | +.grid-selected |
| 494 | + .glue-Session-tab-toolbar |
| 495 | + .jp-ToolbarButtonComponent |
| 496 | + .jp-icon3[fill] { |
| 497 | + fill: var(--jp-ui-inverse-font-color0); |
484 | 498 | } |
485 | 499 |
|
486 | | -.grid-selected .glue-Session-tab-toolbar { |
487 | | - background: var(--glue-activated); |
| 500 | +.grid-selected .glue-Session-tab-toolbar .jp-Button.jp-mod-minimal:hover { |
| 501 | + background-color: var(--jp-brand-color1) !important; |
488 | 502 | } |
0 commit comments