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;
|
text-align: center;
|
||||||
opacity: 0.7;
|
opacity: 0.7;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
||||||
|
._blur_text {
|
||||||
|
pointer-events: auto;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in New Issue