mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -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;
|
cursor: $cursor-disabled;
|
||||||
opacity: 0.65;
|
opacity: 0.65;
|
||||||
@include box-shadow(none);
|
@include box-shadow(none);
|
||||||
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
&--radius-left-0 {
|
&--radius-left-0 {
|
||||||
|
Loading…
Reference in New Issue
Block a user