[v9.3.x] GrafanaUI: Fix vercal slider handle positioning (#61097)
GrafanaUI: Fix vercal slider handle positioning (#61088)
(cherry picked from commit fafae26068)
Co-authored-by: Giordano Ricci <me@giordanoricci.com>
This commit is contained in:
co-authored by
Giordano Ricci
parent
8ff6d2ae7c
commit
81249c68ac
@@ -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};
|
||||
|
||||
Reference in New Issue
Block a user