Skip to content

Instantly share code, notes, and snippets.

@amorkovin
Created February 10, 2021 13:47
Show Gist options
  • Save amorkovin/69338e80980464bcb9eb2fed6283a6f8 to your computer and use it in GitHub Desktop.
Save amorkovin/69338e80980464bcb9eb2fed6283a6f8 to your computer and use it in GitHub Desktop.
Css разное
/* Элемент будет иметь состояние при наведении, когда он реально при наведении. На мобильном устройстве часто элемент оставляет состояние :hover после клика, теперь так не будет */
@media (hover: hover) {
a:hover { color: blue; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment