refactor: remove unused code

This commit is contained in:
Nolan Lawson 2022-12-03 12:36:11 -08:00
parent 74a361c62f
commit ccabd1f6ee
1 changed files with 0 additions and 4 deletions

View File

@ -72,10 +72,6 @@
/* Desktop/mouse only https://medium.com/@mezoistvan/finally-a-css-only-solution-to-hover-on-touchscreens-c498af39c31c */
@media(hover: hover) and (pointer: fine) {
.main-nav-link:hover .nav-indicator-wrapper.animating {
background: var(--nav-indicator-bg-hover);
}
.main-nav-link:hover .nav-indicator-wrapper.pre-animating {
background: var(--nav-indicator-bg-hover);
}