Changeset View
Changeset View
Standalone View
Standalone View
webroot/rsrc/css/phui/phui-action-list.css
| Show First 20 Lines • Show All 236 Lines • ▼ Show 20 Lines | .device-desktop | ||||
| background-color: rgba({$alphablue}, 0.07); | background-color: rgba({$alphablue}, 0.07); | ||||
| color: {$sky}; | color: {$sky}; | ||||
| } | } | ||||
| .phui-list-navbar .dropdown-with-caret .phui-list-item-href | .phui-list-navbar .dropdown-with-caret .phui-list-item-href | ||||
| .phui-icon-view { | .phui-icon-view { | ||||
| margin-left: 12px; | margin-left: 12px; | ||||
| } | } | ||||
| .phabricator-action-view .keyboard-shortcut-key { | |||||
| display: none; | |||||
| } | |||||
| .phabricator-action-view.has-key-command .keyboard-shortcut-key { | |||||
| display: block; | |||||
| position: absolute; | |||||
| width: 12px; | |||||
| height: 12px; | |||||
| right: 0; | |||||
| top: 2px; | |||||
| line-height: 12px; | |||||
| padding: 4px; | |||||
| color: {$greytext}; | |||||
| background: {$bluebackground}; | |||||
| border: none; | |||||
| } | |||||
| .phabricator-action-view.has-key-command .phabricator-action-view-item { | |||||
| padding-right: 24px; | |||||
| } | |||||