Floating labels not shown (blurred) after upgrade to beta.6

After upgrading to beta.6 floating labels are blurred.

I fixed it temporarily by using:
input.text-input { -webkit-backdrop-filter: none !important }

Here’s the related issue if someone else runs into it (there’s also a workaround in the comments):

Thanks iignatov - that helped.