DashList: Remove star z-index

Closes #49796
This commit is contained in:
Alexander Kubyshkin 2022-06-01 19:35:15 +03:00 committed by GitHub
parent 4dfab0b7d5
commit 6ceb40e20e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -232,7 +232,6 @@ export const getCheckboxStyles = stylesFactory((theme: GrafanaTheme2) => {
display: 'flex',
alignSelf: 'center',
cursor: 'pointer',
zIndex: 100,
}),
checkBox: css({
appearance: 'none',