|
@@ -3,90 +3,6 @@
|
|
|
| Distributed under the terms of the Modified BSD License.
|
|
|
|----------------------------------------------------------------------------*/
|
|
|
|
|
|
-[data-jp-theme-light='true'] {
|
|
|
- --jp-debugger-deactivate: url('./icons/md-light/baseline-label_off-24px.svg');
|
|
|
-}
|
|
|
-
|
|
|
-[data-jp-theme-light='false'] {
|
|
|
- --jp-debugger-deactivate: url('./icons/md-dark/baseline-label_off-24px.svg');
|
|
|
-}
|
|
|
-
|
|
|
-.jp-DebuggerDeactivateIcon {
|
|
|
- background-image: url('icons/activate-breakpoints.svg');
|
|
|
-}
|
|
|
-
|
|
|
-[data-jp-theme-light='false'] .jp-DebuggerDeactivateIcon {
|
|
|
- background-image: url('icons/md-dark/activate-breakpoints.svg');
|
|
|
-}
|
|
|
-
|
|
|
-.expand-toggle-collapsed {
|
|
|
- display: inline-block;
|
|
|
- vertical-align: middle;
|
|
|
- height: 16px;
|
|
|
- width: 16px;
|
|
|
- background: url('icons/arrow-collapse.svg') center center no-repeat;
|
|
|
-}
|
|
|
-
|
|
|
-.expand-toggle-expanded {
|
|
|
- display: inline-block;
|
|
|
- vertical-align: middle;
|
|
|
- height: 16px;
|
|
|
- width: 16px;
|
|
|
- background: url('icons/arrow-expand.svg') center center no-repeat;
|
|
|
-}
|
|
|
-
|
|
|
-.jp-StepOverIcon {
|
|
|
- background-image: url('icons/step-over.svg');
|
|
|
-}
|
|
|
-
|
|
|
-[data-jp-theme-light='false'] .jp-StepOverIcon {
|
|
|
- background-image: url('icons/md-dark/step-over.svg');
|
|
|
-}
|
|
|
-
|
|
|
-.jp-StepInIcon {
|
|
|
- background-image: url('icons/step-into.svg');
|
|
|
-}
|
|
|
-
|
|
|
-[data-jp-theme-light='false'] .jp-StepInIcon {
|
|
|
- background-image: url('icons/md-dark/step-into.svg');
|
|
|
-}
|
|
|
-
|
|
|
-.jp-StepOutIcon {
|
|
|
- background-image: url('icons/step-out.svg');
|
|
|
-}
|
|
|
-
|
|
|
-[data-jp-theme-light='false'] .jp-StepOutIcon {
|
|
|
- background-image: url('icons/md-dark/step-out.svg');
|
|
|
-}
|
|
|
-
|
|
|
-.jp-ClassIcon {
|
|
|
- background-image: url('icons/class.svg');
|
|
|
-}
|
|
|
-
|
|
|
-.jp-ClassMemberIcon {
|
|
|
- background-image: url('icons/enumerator.svg');
|
|
|
-}
|
|
|
-
|
|
|
-.jp-VariableIcon {
|
|
|
- background-image: url('icons/variable.svg');
|
|
|
-}
|
|
|
-
|
|
|
-.jp-CloseAllIcon {
|
|
|
- background-image: url('icons/close-all.svg');
|
|
|
-}
|
|
|
-
|
|
|
-[data-jp-theme-light='false'] .jp-CloseAllIcon {
|
|
|
- background-image: url('icons/md-dark/close-all.svg');
|
|
|
-}
|
|
|
-
|
|
|
-.jp-ViewBreakpointIcon {
|
|
|
- background-image: url('icons/view-breakpoint.svg');
|
|
|
-}
|
|
|
-
|
|
|
-[data-jp-theme-light='false'] .jp-ViewBreakpointIcon {
|
|
|
- background-image: url('icons/md-dark/view-breakpoint.svg');
|
|
|
-}
|
|
|
-
|
|
|
.jp-DebuggerSwitchButton::before {
|
|
|
content: '';
|
|
|
width: 14px;
|