diff --git a/src/styles/_controls.scss b/src/styles/_controls.scss index e52290b5d5..bb47dcb6fb 100644 --- a/src/styles/_controls.scss +++ b/src/styles/_controls.scss @@ -915,14 +915,6 @@ input[type="range"] { display: inline-flex; align-items: center; } - - &--overlay-content { - > .c-button { - background: $colorLocalControlOvrBg; - border-radius: $controlCr; - box-shadow: $colorLocalControlOvrBg 0 0 0 2px; - } - } } .c-local-controls { diff --git a/src/styles/plotly.scss b/src/styles/plotly.scss index 1de915ca3d..b5b8a01e49 100644 --- a/src/styles/plotly.scss +++ b/src/styles/plotly.scss @@ -29,20 +29,26 @@ stroke-width: 1 !important; } - .cartesianlayer .gridlayer { - .x, - .y { - path { - opacity: $opacityPlotHash; - stroke: $colorPlotHash !important; + .cartesianlayer { + .gridlayer { + .x, + .y { + path { + opacity: $opacityPlotHash; + stroke: $colorPlotHash !important; + } } } + + path.xy2-y { + stroke: $colorPlotHash !important; + } } .xtick, .ytick, - .g-xtitle, - .g-ytitle { + [class^="g-"] text[class*="title"] { + // Matches text { fill: $colorPlotFg !important; font-size: 12px !important;