1
0
Fork 1
mirror of https://example.com synced 2024-11-23 21:46:38 +09:00

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

View file

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