Sha256: 7825c518805999a198f95c247a32258e6c19885183057e841a38418af5e76471
Contents?: true
Size: 825 Bytes
Versions: 35
Compression:
Stored size: 825 Bytes
Contents
/*------------------------------------*\ #UI-MENU \*------------------------------------*/ $ui-menu-item-selected-color: $highlight-color !default; /** * 1. default menu item state * 2. hovered menu item state * 3. the displayed result image * 4. menu headings */ .ui-menu { .ui-menu-item { /* [1] */ @extend %clearfix; padding: ($spacing-unit / 2) 0; cursor: pointer; &:hover { /* [2] */ background: $ui-menu-item-selected-color; } img { /* [3] */ margin: 0 ($spacing-unit / 2) 0 0; float: left; } } .ui-menu-heading { /* [4] */ margin: ($spacing-unit / 2) 0; padding: ($spacing-unit / 2) 0; font-weight: bold; } } .ui-menu-item-wrapper { display: block; }
Version data entries
35 entries across 35 versions & 2 rubygems