|
|
@ -368,6 +368,7 @@ header.big ~ .button.action { |
|
|
bottom: 7rem; |
|
|
bottom: 7rem; |
|
|
left: 0; |
|
|
left: 0; |
|
|
padding: 0; |
|
|
padding: 0; |
|
|
|
|
|
pointer-events: none; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.button.action .actions li { |
|
|
.button.action .actions li { |
|
|
@ -384,6 +385,10 @@ header.big ~ .button.action { |
|
|
pointer-events: none; |
|
|
pointer-events: none; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.button.action.active .actions { |
|
|
|
|
|
pointer-events: auto; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
.button.action.active .actions li { |
|
|
.button.action.active .actions li { |
|
|
opacity: 1; |
|
|
opacity: 1; |
|
|
pointer-events: auto; |
|
|
pointer-events: auto; |
|
|
|