DashList: Remove star z-index (#50029)

Closes #49796

(cherry picked from commit 6ceb40e20e)

Co-authored-by: Alexander Kubyshkin <i.am.glint@gmail.com>
This commit is contained in:
Grot (@grafanabot)
2022-06-01 18:47:59 +02:00
committed by GitHub
co-authored by Alexander Kubyshkin
parent 56818c16fd
commit ffa5873529
@@ -232,7 +232,6 @@ export const getCheckboxStyles = stylesFactory((theme: GrafanaTheme2) => {
display: 'flex',
alignSelf: 'center',
cursor: 'pointer',
zIndex: 100,
}),
checkBox: css({
appearance: 'none',