UNPKG

framework7

Version:

Full featured mobile HTML framework for building iOS & Android apps

26 lines (25 loc) 541 B
.aurora { .list { .item-media { min-width: 24px; } } .links-list a, .list .item-link:not(.item-selected), .list .list-button { transition-duration: 0ms; } &.device-desktop { .links-list a, .list .item-link:not(.item-selected) { &:hover:not(.active-state):not(.no-hover) { background: var(--f7-list-link-hover-bg-color); } } .list .list-button { &:hover:not(.active-state):not(.no-hover) { background: var(--f7-list-button-hover-bg-color); } } } }