wiz
This commit is contained in:
parent
08a3955e3d
commit
312d6e3d37
3 changed files with 95 additions and 50 deletions
|
|
@ -26,6 +26,12 @@
|
|||
transition: background-color 0.3s;
|
||||
}
|
||||
|
||||
/* prevent overlap: hide connect string until revealed; click surface on box */
|
||||
.qrcode-box #connectString { display: none; }
|
||||
.qrcode-box.revealed #connectString { display: block; }
|
||||
.qrcode-box #qrcode { pointer-events: none; }
|
||||
.qrcode-box { cursor: pointer; }
|
||||
|
||||
.qrcode-box-clicked::before {
|
||||
content: "";
|
||||
position: absolute;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue