Sha256: 32dfe85915c8bf342f88fd4ee6b3a533ba138df41b564a3482ea2ad779702b2b
Contents?: true
Size: 1.26 KB
Versions: 2
Compression:
Stored size: 1.26 KB
Contents
/** * @copyright 2010-2013, The Titon Project * @license http://opensource.org/licenses/bsd-license.php * @link http://titon.io */ @import "../common"; .type-ahead { position: absolute; top: 0; left: 0; z-index: 500; opacity: 0; visibility: hidden; background: $gray; @include transition(opacity 0.3s); ul { list-style: none; margin: 0; padding: 0; min-width: 200px; } li { > a { padding: $small-padding; line-height: 100%; display: block; text-decoration: none; } > a:hover, &.is-active a { background: $gray-lightest; } } } .type-ahead-heading { padding: $small-padding; line-height: 100%; display: block; text-decoration: none; background: $gray-dark; } .type-ahead-highlight { background: #fff; } .type-ahead-desc { display: block; color: $gray-darkest; font-size: .7rem; } .type-ahead-shadow { position: relative; height: 2rem; input { position: absolute; top: 0; left: 0; } .is-shadow { color: gray; } .not-shadow { background: transparent; z-index: 1; } }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
titon-toolkit-1.0.0 | scss/toolkit/components/type-ahead.scss |
titon-toolkit-1.0.0.rc.3 | scss/toolkit/components/type-ahead.scss |