UNPKG

backbone.select

Version:

Selecting Backbone models; handling selections in Backbone collections.

30 lines (24 loc) 438 B
@charset "utf-8"; .list { margin-bottom: 1rem; text-align: center; font-size: 1rem; } .item a { display: inline-block; width: 100%; border: 0.2rem solid #008cba; } .item a:hover, .item a:active { border: 0.2rem solid #007b9f; } .trailing.selected a { background-color: rgba(0, 123, 159, 0.2); } .selected a, .trailing a { background-color: rgba(0, 123, 159, 0.09); } small { font-size: 80%; }