Merge pull request 'Fix hover unblur text after keyboard nav changes' (#10113) from amybones/calckey:fix_word_mute_blur into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10113
This commit is contained in:
commit
e63c89c723
|
@ -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