summaryrefslogtreecommitdiff
path: root/source/features/mark-merge-commits-in-list.css
blob: f4fd22cff82f8bd72ad5ae9d74fe1d1ef7a56f40 (plain) (blame)
1
2
3
4
5
6
7
.rgh-merge-commit > div > * {
	transition: 100ms opacity; /* Match `dim-bots` */
}

.rgh-merge-commit:not(.navigation-focus, :hover) > div > * {
	opacity: 40%; /* Match `dim-bots` */
}