Changeset View
Changeset View
Standalone View
Standalone View
webroot/rsrc/css/application/diff/diff-tree-view.css
| Show First 20 Lines • Show All 53 Lines • ▼ Show 20 Lines | .diff-tree-view .diff-tree-path-changeset.diff-tree-path-selected { | ||||
| /* Rule is intentionally more specific than "hover". */ | /* Rule is intentionally more specific than "hover". */ | ||||
| background: {$yellow}; | background: {$yellow}; | ||||
| } | } | ||||
| .diff-tree-path-low-importance .diff-tree-path-name { | .diff-tree-path-low-importance .diff-tree-path-name { | ||||
| opacity: 0.5; | opacity: 0.5; | ||||
| } | } | ||||
| .diff-tree-path-hidden { | |||||
| opacity: 0.25; | |||||
| } | |||||
| .diff-tree-path-icon-hidden, | |||||
| .diff-tree-path-hidden .diff-tree-path-icon-kind { | |||||
| display: none; | |||||
| } | |||||
| .diff-tree-path-hidden .diff-tree-path-icon-hidden { | |||||
| display: block; | |||||
| } | |||||
| .diff-tree-path-owned { | .diff-tree-path-owned { | ||||
| border-left-color: {$orange}; | border-left-color: {$orange}; | ||||
| box-shadow: inset 2px 0 {$lightorange}; | box-shadow: inset 2px 0 {$lightorange}; | ||||
| } | } | ||||
| .diff-tree-path-inlines { | .diff-tree-path-inlines { | ||||
| display: none; | display: none; | ||||
| position: absolute; | position: absolute; | ||||
| Show All 21 Lines | |||||