Sha256: 799d6c09afd166e30fda3adff7d63e0db044338eb969fa5da4c4f6d524097058
Contents?: true
Size: 1.14 KB
Versions: 18
Compression:
Stored size: 1.14 KB
Contents
.css-dropdown { list-style: none; position: relative; margin: -5px 0 0 0; display: inline-block; li { cursor: pointer; padding: 5px 10px; &:hover, &.hovering { border-bottom-left-radius: 0; border-bottom-right-radius: 0; -webkit-border-bottom-left-radius: 0; -webkit-border-bottom-right-radius: 0; -moz-border-radius-bottom-left: 0; -moz-border-radius-bottom-right: 0; & > ul { border-top: 1px solid white; display: block; } } a:hover { text-decoration: none; } } ul { list-style: none; position: absolute; z-index: $zindexDropdown; top: 100%; left: 0; right: 0; margin: 0; display: none; background: white; border: 1px solid #cccccc; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -webkit-border-top-left-radius: 0; -moz-border-radius-top-left: 0; border-top-left-radius: 0; -webkit-border-top-right-radius: 0; -moz-border-radius-top-right: 0; border-top-right-radius: 0; li { padding: 0; text-align: left; &:hover { background: whiteSmoke; } a { padding: 5px 10px; display: block; } } } }
Version data entries
18 entries across 18 versions & 1 rubygems