Changeset View
Changeset View
Standalone View
Standalone View
webroot/rsrc/css/phui/phui-list.css
| Show First 20 Lines • Show All 255 Lines • ▼ Show 20 Lines | |||||
| .phui-info-view + .phui-list-view { | .phui-info-view + .phui-list-view { | ||||
| margin-top: 16px; | margin-top: 16px; | ||||
| border-top: 1px solid {$thinblueborder}; | border-top: 1px solid {$thinblueborder}; | ||||
| } | } | ||||
| /* - Action Icon ----------------------------------------------------------- */ | /* - Action Icon ----------------------------------------------------------- */ | ||||
| .phui-list-sidenav .phui-list-item-has-action-icon .phui-list-item-action-href { | .phabricator-nav-local .phui-list-item-has-action-icon | ||||
| .phui-list-item-action-href { | |||||
| position: absolute; | position: absolute; | ||||
| width: 28px; | width: 28px; | ||||
| top: 0; | top: 0; | ||||
| right: 0; | right: 0; | ||||
| bottom: 0; | bottom: 0; | ||||
| text-align: center; | text-align: center; | ||||
| line-height: 28px; | line-height: 28px; | ||||
| background-color: transparent; | background-color: transparent; | ||||
| display: none; | display: none; | ||||
| } | } | ||||
| .phui-list-sidenav .phui-list-item-has-action-icon.phui-list-item-selected | .phabricator-nav-local .phui-list-item-has-action-icon.phui-list-item-selected | ||||
| .phui-list-item-href { | .phui-list-item-href { | ||||
| padding-right: 32px; | padding-right: 32px; | ||||
| } | } | ||||
| .phui-list-sidenav .phui-list-item-has-action-icon.phui-list-item-selected | .phabricator-nav-local .phui-list-item-has-action-icon.phui-list-item-selected | ||||
| .phui-list-item-action-href { | .phui-list-item-action-href { | ||||
| display: block; | display: block; | ||||
| } | } | ||||
| .phui-list-sidenav .phui-list-item-has-action-icon | .phabricator-nav-local .phui-list-item-has-action-icon | ||||
| .phui-list-item-action-href:hover { | .phui-list-item-action-href:hover { | ||||
| background-color: rgba({$alphablack},.05); | background-color: rgba({$alphablack},.05); | ||||
| } | } | ||||
| .phui-list-sidenav .phui-list-item-has-action-icon .phui-list-item-action-icon { | .phabricator-nav-local .phui-list-item-has-action-icon | ||||
| .phui-list-item-action-icon { | |||||
| opacity: 0.5; | opacity: 0.5; | ||||
| } | } | ||||
| .phui-list-sidenav .phui-list-item-has-action-icon | .phabricator-nav-local .phui-list-item-has-action-icon | ||||
| .phui-list-item-action-href:hover | .phui-list-item-action-href:hover | ||||
| .phui-list-item-action-icon { | .phui-list-item-action-icon { | ||||
| opacity: 1; | opacity: 1; | ||||
| } | } | ||||
| /* - Item Counts ----------------------------------------------------------- */ | /* - Item Counts ----------------------------------------------------------- */ | ||||
| .phui-list-item-count { | .phui-list-item-count { | ||||
| Show All 10 Lines | |||||