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:
Kainoa Kanter 2023-05-14 00:44:38 +00:00
commit e63c89c723
1 changed files with 4 additions and 0 deletions

View File

@ -748,5 +748,9 @@ function readPromo() {
text-align: center;
opacity: 0.7;
width: 100%;
._blur_text {
pointer-events: auto;
}
}
</style>