Changeset View
Changeset View
Standalone View
Standalone View
webroot/rsrc/css/fuel/fuel-menu.css
| Show All 17 Lines | .fuel-menu-item-link { | ||||
| overflow: hidden; | overflow: hidden; | ||||
| white-space: nowrap; | white-space: nowrap; | ||||
| text-overflow: ellipsis; | text-overflow: ellipsis; | ||||
| color: {$greytext}; | color: {$greytext}; | ||||
| cursor: default; | cursor: default; | ||||
| border-radius: 3px; | border-radius: 3px; | ||||
| } | } | ||||
| .fuel-menu-item.disabled > .fuel-menu-item-link { | |||||
| color: {$lightgreytext}; | |||||
| } | |||||
| .fuel-menu-item.has-link > .fuel-menu-item-link { | .fuel-menu-item.has-link > .fuel-menu-item-link { | ||||
| color: {$darkbluetext}; | color: {$darkbluetext}; | ||||
| cursor: pointer; | cursor: pointer; | ||||
| } | } | ||||
| .fuel-menu-item.disabled > .fuel-menu-item-link { | |||||
| color: {$lightgreytext}; | |||||
| } | |||||
| .device-desktop .fuel-menu-item > .fuel-menu-item-link:hover { | .device-desktop .fuel-menu-item > .fuel-menu-item-link:hover { | ||||
| text-decoration: none; | text-decoration: none; | ||||
| } | } | ||||
| .device-desktop .fuel-menu-item.has-link > .fuel-menu-item-link:hover { | .device-desktop .fuel-menu-item.has-link > .fuel-menu-item-link:hover { | ||||
| color: {$sky}; | color: {$sky}; | ||||
| background: rgba({$alphablue}, .08); | background: rgba({$alphablue}, .08); | ||||
| } | } | ||||
| Show All 10 Lines | |||||