File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8989 // Note: there is another .compare-commit-list higher up when comparing so
9090 // the direct child selector is important.
9191 #compare-view {
92- > .compare-commit-list {
93- > #commit-list {
94- .list-item :not (.selected ) {
95- .commit :hover {
96- --text-color : var (--box-selected-active-text-color );
97- --text-secondary-color : var (--box-selected-active-text-color );
92+ > #commit-list {
93+ .list-item :not (.selected ) {
94+ .commit :hover {
95+ --text-color : var (--box-selected-active-text-color );
96+ --text-secondary-color : var (--box-selected-active-text-color );
9897
99- color : var (--text-color );
100- background-color : var (--box-selected-active-background-color );
101- }
98+ color : var (--text-color );
99+ background-color : var (--box-selected-active-background-color );
100+ }
102101
103- .commit {
104- div {
105- pointer-events : none ;
106- }
102+ .commit {
103+ div {
104+ pointer-events : none ;
107105 }
108106 }
109107 }
You can’t perform that action at this time.
0 commit comments