mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Slider: Fixes styling of marker dots (#52678)
This commit is contained in:
@@ -48,10 +48,16 @@ export const getStyles = stylesFactory((theme: GrafanaTheme2, isHorizontal: bool
|
|||||||
.rc-slider-handle:hover,
|
.rc-slider-handle:hover,
|
||||||
.rc-slider-handle:active,
|
.rc-slider-handle:active,
|
||||||
.rc-slider-handle:focus,
|
.rc-slider-handle:focus,
|
||||||
.rc-slider-handle-click-focused:focus,
|
.rc-slider-handle-click-focused:focus {
|
||||||
.rc-slider-dot-active {
|
|
||||||
${hoverSyle};
|
${hoverSyle};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.rc-slider-dot,
|
||||||
|
.rc-slider-dot-active {
|
||||||
|
background-color: ${theme.colors.text.primary};
|
||||||
|
border-color: ${theme.colors.text.primary};
|
||||||
|
}
|
||||||
|
|
||||||
.rc-slider-track {
|
.rc-slider-track {
|
||||||
background-color: ${trackColor};
|
background-color: ${trackColor};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user