mirror of
https://github.com/material-components/material-web.git
synced 2026-03-09 00:09:23 +08:00
fix(elevation): disable pointer-events
PiperOrigin-RevId: 516274391
This commit is contained in:
parent
9872dad313
commit
615527886b
@ -118,7 +118,6 @@
|
||||
md-elevation {
|
||||
position: absolute;
|
||||
inset: 0;
|
||||
pointer-events: none;
|
||||
border-radius: inherit;
|
||||
--md-elevation-level: var(--_container-elevation);
|
||||
--md-elevation-surface-tine-color: var(
|
||||
|
||||
@ -50,6 +50,7 @@
|
||||
|
||||
border-radius: inherit;
|
||||
display: flex;
|
||||
pointer-events: none;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
|
||||
@ -107,7 +107,6 @@ $_custom-property-prefix: 'menu';
|
||||
md-elevation {
|
||||
position: absolute;
|
||||
inset: 0;
|
||||
pointer-events: none;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user