mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
css: fix "Download" link being clickable when hidden (#7)
This commit is contained in:
parent
b22d310c99
commit
c0394e7764
1 changed files with 2 additions and 0 deletions
|
|
@ -74,6 +74,7 @@ header {
|
|||
right: 20px;
|
||||
opacity: 0;
|
||||
transition: opacity 150ms ease-in;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.update-indicator a {
|
||||
|
|
@ -82,4 +83,5 @@ header {
|
|||
|
||||
.update-indicator.showing {
|
||||
opacity: 1;
|
||||
pointer-events: inherit;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue