Closed naumch1k closed 2 months ago
Name | Link |
---|---|
Latest commit | 31ed54172993c3dad2a785991ec6554c9a0b3570 |
Latest deploy log | https://app.netlify.com/sites/one-fall/deploys/66bf8c559eef930008205e10 |
Deploy Preview | https://deploy-preview-45--one-fall.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
@yuliia-harshyna Would you please check if this change resolves this issue?
@yuliia-harshyna Would you please check if this change resolves this issue?
Hey! Yes, the issue is resolved. There is no blue highlighting of slider dots after tapping.
https://github.com/user-attachments/assets/42876982-e0e8-41b4-a896-a408474c058f
Description
This pull request disables the default tap highlight effect on mobile devices by setting
-webkit-tap-highlight-color
and-moz-tap-highlight-color
totransparent
for all elements on the webpage. This change ensures consistent styling across devices without the semitransparent blue backdrop appearing on touch interactions.Task Link
This pull request closes #27