mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
GrafanaUI: Improve Switch cursor focus on screen readers (#93100)
This commit is contained in:
parent
0fb2eacba1
commit
94068977f5
@ -85,8 +85,9 @@ const getSwitchStyles = (theme: GrafanaTheme2, transparent?: boolean) => ({
|
||||
lineHeight: 1,
|
||||
|
||||
input: {
|
||||
height: '100%',
|
||||
width: '100% !important',
|
||||
opacity: 0,
|
||||
left: '-100vw',
|
||||
zIndex: -1000,
|
||||
position: 'absolute',
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user