Path: blob/master/webroot/rsrc/css/application/diff/diff-tree-view.css
13402 views
/**1* @provides diff-tree-view-css2*/34.diff-tree-view {5margin: 0 4px;6}78.diff-tree-path {9height: 20px;10line-height: 20px;11color: {$greytext};12border-left: 4px solid transparent;13}1415.diff-tree-path-indent {16position: relative;17}1819.diff-tree-path-icon {20position: absolute;21width: 20px;22height: 20px;23text-align: center;24}2526.diff-tree-path-icon .phui-icon-view {27color: {$greytext};28}2930.diff-tree-path-name {31margin-left: 22px;32margin-right: 44px;33white-space: nowrap;34overflow: hidden;35text-overflow: ellipsis;36}3738.diff-tree-path-changeset {39cursor: pointer;40color: {$darkbluetext};41}4243.diff-tree-path-focused {44background: {$darkgreybackground};45}4647.device-desktop .diff-tree-path-changeset:hover {48background: {$lightblueborder};49transition: 0.1s;50}5152.diff-tree-view .diff-tree-path-changeset.diff-tree-path-selected {53/* Rule is intentionally more specific than "hover". */54background: {$yellow};55}5657.diff-tree-path-low-importance .diff-tree-path-name {58opacity: 0.5;59}6061.diff-tree-path-hidden {62opacity: 0.25;63}6465.diff-tree-path-icon-hidden,66.diff-tree-path-hidden .diff-tree-path-icon-kind {67display: none;68}6970.diff-tree-path-hidden .diff-tree-path-icon-hidden {71display: block;72}7374.diff-tree-path-owned {75border-left-color: {$orange};76box-shadow: inset 2px 0 {$lightorange};77}7879.diff-tree-path-inlines {80display: none;81position: absolute;82right: 4px;83border-radius: 4px;84text-align: center;85top: 2px;86height: 16px;87line-height: 14px;88width: 36px;89font-size: {$smallerfontsize};90color: {$greytext};91}9293.diff-tree-path-inlines-visible {94display: block;95background: {$lightblueborder};96}9798.diff-tree-path-inlines-completed {99background: {$darkgreybackground};100color: {$lightgreytext};101opacity: 0.75;102}103104105