/* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at . */ .column-breakpoint { display: inline; padding-inline-start: 1px; padding-inline-end: 3px; } .column-breakpoint:hover { background-color: transparent; } .column-breakpoint svg { display: inline-block; cursor: pointer; height: 13px; width: 11px; vertical-align: top; fill: var(--blue-40); stroke: var(--blue-60); } .column-breakpoint.disabled svg { fill-opacity: 0.7; stroke-opacity: 0.7; } .column-breakpoint.has-condition svg { fill: var(--theme-graphs-yellow); stroke: var(--theme-graphs-orange); } .column-breakpoint.has-log svg { fill: var(--theme-graphs-purple); stroke: var(--purple-60); } .theme-dark .column-breakpoint.active svg { fill: var(--blue-55); stroke: var(--blue-40); } .theme-dark .column-breakpoint.disabled svg { fill: var(--blue-50); stroke: var(--blue-60); fill-opacity: 0.5; }