Sha256: 6adbc57b4f35db22b281324cbc0455059379beee1403fc0d7b9a906fbb2f77f2
Contents?: true
Size: 553 Bytes
Versions: 34
Compression:
Stored size: 553 Bytes
Contents
// Table of Contents // ================================================== // Typeahead // scss-lint:disable NestingDepth // scss-lint:disable SelectorDepth // Typeahead // ================================================== .typeahead { margin-top: 10px; z-index: 1061; font-weight: text-weight(semilight); > li > a b { color: color(secondary); font-weight: inherit; text-decoration: underline; } > li.active > a { color: color(primary); &:hover, &:active, &:focus { > b { color: inherit; } } } }
Version data entries
34 entries across 34 versions & 1 rubygems