mirror of
https://example.com
synced 2024-11-23 20:46:40 +09:00
Fix hover unblur text after keyboard nav changes
This commit is contained in:
parent
1bd8b34238
commit
b01c9ce0b0
1 changed files with 4 additions and 0 deletions
|
@ -748,5 +748,9 @@ function readPromo() {
|
|||
text-align: center;
|
||||
opacity: 0.7;
|
||||
width: 100%;
|
||||
|
||||
._blur_text {
|
||||
pointer-events: auto;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in a new issue