Sha256: 5284d3986d8f343406923163a6e1f3254f3ae4329121e5a6934365900acdb6d4
Contents?: true
Size: 1.06 KB
Versions: 31
Compression:
Stored size: 1.06 KB
Contents
.dropdown-content { @extend .z-depth-1; background-color: $dropdown-bg-color; margin: 0; display: none; min-width: 100px; max-height: 650px; overflow-y: auto; opacity: 0; position: absolute; z-index: 999; will-change: width, height; li { clear: both; color: $off-black; cursor: pointer; min-height: $dropdown-item-height; line-height: 1.5rem; width: 100%; text-align: left; text-transform: none; &:hover, &.active, &.selected { background-color: $dropdown-hover-bg-color; } &.active.selected { background-color: darken($dropdown-hover-bg-color, 5%); } &.divider { min-height: 0; height: 1px; } & > a, & > span { font-size: 16px; color: $dropdown-color; display: block; line-height: 22px; padding: (($dropdown-item-height - 22) / 2) 16px; } & > span > label { top: 1px; left: 3px; height: 18px; } // Icon alignment override & > a > i { height: inherit; line-height: inherit; } } }
Version data entries
31 entries across 31 versions & 4 rubygems