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:
parent
973be23908
commit
f9d8b68543
@ -48,10 +48,16 @@ export const getStyles = stylesFactory((theme: GrafanaTheme2, isHorizontal: bool
|
||||
.rc-slider-handle:hover,
|
||||
.rc-slider-handle:active,
|
||||
.rc-slider-handle:focus,
|
||||
.rc-slider-handle-click-focused:focus,
|
||||
.rc-slider-dot-active {
|
||||
.rc-slider-handle-click-focused:focus {
|
||||
${hoverSyle};
|
||||
}
|
||||
|
||||
.rc-slider-dot,
|
||||
.rc-slider-dot-active {
|
||||
background-color: ${theme.colors.text.primary};
|
||||
border-color: ${theme.colors.text.primary};
|
||||
}
|
||||
|
||||
.rc-slider-track {
|
||||
background-color: ${trackColor};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user