GrafanaUI: Fix vercal slider handle positioning (#61088)

This commit is contained in:
Giordano Ricci 2023-01-06 14:24:35 +00:00 committed by GitHub
parent f71bfd88c5
commit fafae26068
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,9 +36,6 @@ export const getStyles = stylesFactory((theme: GrafanaTheme2, isHorizontal: bool
.rc-slider-mark-text-active {
color: ${theme.colors.text.primary};
}
.rc-slider-vertical .rc-slider-handle {
margin-top: -10px;
}
.rc-slider-handle {
border: none;
background-color: ${handleColor};