mirror of
https://github.com/Hopiu/vue-material.git
synced 2026-04-07 00:21:05 +00:00
remove pointer-events from hidden buttons on mdSpeedDial (#420)
This commit is contained in:
parent
c415afeda0
commit
f4e838fec7
1 changed files with 2 additions and 0 deletions
|
|
@ -87,6 +87,7 @@
|
|||
[md-fab-trigger] {
|
||||
~ .md-button {
|
||||
opacity: 1;
|
||||
pointer-events: auto;
|
||||
transform: translate3D(0, 0, 0) !important;
|
||||
|
||||
@for $i from 1 through 10 {
|
||||
|
|
@ -120,6 +121,7 @@
|
|||
position: relative;
|
||||
z-index: 1;
|
||||
opacity: 0;
|
||||
pointer-events: none;
|
||||
transition: $swift-ease-out;
|
||||
|
||||
@for $i from 1 through 10 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue