mirror of
https://github.com/grafana/grafana.git
synced 2024-11-29 20:24:18 -06:00
SASS: Add pointer events none to .disabled class (#18919)
This commit is contained in:
parent
a838d2b30a
commit
1bd4f51189
@ -49,6 +49,7 @@
|
||||
cursor: $cursor-disabled;
|
||||
opacity: 0.65;
|
||||
@include box-shadow(none);
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
&--radius-left-0 {
|
||||
|
Loading…
Reference in New Issue
Block a user