Fix hover unblur text after keyboard nav changes
This commit is contained in:
parent
1bd8b34238
commit
b01c9ce0b0
|
@ -748,5 +748,9 @@ function readPromo() {
|
|||
text-align: center;
|
||||
opacity: 0.7;
|
||||
width: 100%;
|
||||
|
||||
._blur_text {
|
||||
pointer-events: auto;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in New Issue