Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* Remover o "toque azul" em dispositivos móveis */
- * {
- -webkit-tap-highlight-color: transparent; /* Remove o flash azul no toque */
- -webkit-touch-callout: none; /* Remove menu de toque (iOS) */
- user-select: none; /* Impede seleção de texto acidental (opcional) */
- -webkit-user-select: none; /* Compatibilidade com WebKit */
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement