mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
GrafanaUI: Fix vercal slider handle positioning (#61088)
This commit is contained in:
parent
f71bfd88c5
commit
fafae26068
@ -36,9 +36,6 @@ export const getStyles = stylesFactory((theme: GrafanaTheme2, isHorizontal: bool
|
|||||||
.rc-slider-mark-text-active {
|
.rc-slider-mark-text-active {
|
||||||
color: ${theme.colors.text.primary};
|
color: ${theme.colors.text.primary};
|
||||||
}
|
}
|
||||||
.rc-slider-vertical .rc-slider-handle {
|
|
||||||
margin-top: -10px;
|
|
||||||
}
|
|
||||||
.rc-slider-handle {
|
.rc-slider-handle {
|
||||||
border: none;
|
border: none;
|
||||||
background-color: ${handleColor};
|
background-color: ${handleColor};
|
||||||
|
Loading…
Reference in New Issue
Block a user