Sha256: f84123dbc95c8415461123427a014e26a79288b51a890a375bfd3f827d3fa5b1
Contents?: true
Size: 1.15 KB
Versions: 2
Compression:
Stored size: 1.15 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-right-radius: 0; border-bottom-left-radius: 0; -webkit-border-bottom-right-radius: 0; -webkit-border-bottom-left-radius: 0; -moz-border-radius-bottom-right: 0; -moz-border-radius-bottom-left: 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%; right: 0; left: 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-right-radius: 0; -moz-border-radius-top-right: 0; border-top-right-radius: 0; -webkit-border-top-left-radius: 0; -moz-border-radius-top-left: 0; border-top-left-radius: 0; li { padding: 0; text-align: right; &:hover { background: whiteSmoke; } a { padding: 5px 10px; display: block; } } } }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
blacklight_rtl-1.0.1 | app/assets/stylesheets/blacklight_rtl/_dropdown.css.scss |
blacklight_rtl-1.0.0 | app/assets/stylesheets/blacklight_rtl/_dropdown.css.scss |