Sha256: 66fab884b841e49dcb1c1ccb6754c1488bc8e6589f9a7ed02d871420ab2c0132
Contents?: true
Size: 909 Bytes
Versions: 2
Compression:
Stored size: 909 Bytes
Contents
/*------------------------------------*\ #UI-MENU \*------------------------------------*/ $ui-menu-item-selected-color: $highlight-color !default; $ui-menu-heading-border-color: $border-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; font-weight: bold; cursor: pointer; &:hover { /* [2] */ background: $ui-menu-item-selected-color; } img { /* [3] */ margin: 0 0 $spacing-unit; float: left; } } .ui-menu-heading { /* [4] */ padding: $spacing-unit; font-weight: bold; border-top: 1px solid $ui-menu-heading-border-color; &:first-of-type { border-top: 0; } } }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
workarea-one_theme-1.3.1 | app/assets/stylesheets/jquery_ui/storefront/_ui_menu.scss |
workarea-one_theme-1.3.0 | app/assets/stylesheets/jquery_ui/storefront/_ui_menu.scss |