Sha256: c38c3d5ba9a1896a2f2e4e708499d17486e8ec168b12986113158f4bea1fda6c
Contents?: true
Size: 1.23 KB
Versions: 1
Compression:
Stored size: 1.23 KB
Contents
/** * @copyright 2010-2013, The Titon Project * @license http://opensource.org/licenses/bsd-license.php * @link http://titon.io */ @import "../common"; .#{$vendor-prefix}type-ahead { position: absolute; top: 0; left: 0; z-index: $typeAhead-zindex; opacity: 0; visibility: hidden; @include transition(opacity 0.3s); ul { @include reset-list; min-width: 200px; } li { > a { padding: $small-padding; line-height: 100%; display: block; text-decoration: none; } > a:hover, &.#{$state-is-prefix}active a {} } } .#{$vendor-prefix}type-ahead-heading { padding: $small-padding; line-height: 100%; display: block; text-decoration: none; } .#{$vendor-prefix}type-ahead-highlight { background: #fff; padding: 0; } .#{$vendor-prefix}type-ahead-desc { display: block; font-size: .7rem; } .#{$vendor-prefix}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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
titon-toolkit-1.2.2 | scss/toolkit/components/type-ahead.scss |