0
0
Fork 0

Add lazy load to emoji-mart (#16907)

* perf: lazyload emoji-mart!

* Bump lazyload
This commit is contained in:
Mashiro 2021-11-19 05:01:31 +08:00 committed by GitHub
parent d647f6ad04
commit 2b6a25c609
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 7 deletions

View file

@ -169,14 +169,15 @@
}
&:hover::before {
z-index: 0;
z-index: -1;
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba($ui-secondary-color, 0.7);
// background-color: rgba($ui-secondary-color, 0.7);
background-color: #f4f4f4;
border-radius: 100%;
}
}