Sha256: dc05d1c84a087604b13b4a571f45fc9e77c18196001ad0f1bd4c1146c346c62f
Contents?: true
Size: 755 Bytes
Versions: 2
Compression:
Stored size: 755 Bytes
Contents
.dropdown_menu { .dropdown_menu_button { outline: none; box-shadow: none; background-color: transparent; } .dropdown_menu_nipple { display: none; } .dropdown_menu_list_wrapper { background: none; border: none; box-shadow: $shadow-m; border-radius: 12px; padding: 0; overflow: hidden; .dropdown_menu_list { border: none; box-shadow: none; padding: $spacer-3 0; min-width: 120px; li { a { padding: $spacer-3 $spacer-4; text-align: left; &:hover { background-image: none; text-shadow: none; background-color: $bg-subtle; color: $fg-default; } } } } } }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
captive-admin-0.2.4 | app/assets/stylesheets/captive-admin/components/_dropdown_menu.scss |
captive-admin-0.2.3 | app/assets/stylesheets/captive-admin/components/_dropdown_menu.scss |