summaryrefslogtreecommitdiff
path: root/source/features/quick-repo-deletion.css
blob: 8b201535fbcfd53fac5d9a6398872da1908ee758 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
:root .rgh-quick-repo-deletion[open] span {
	position: relative;
	z-index: 91; /* Higher than sticky readme header and `sticky-sidebar` #4192 */
	transform-origin: top;
}

:root .rgh-quick-repo-deletion[open] summary::before {
	background-color: var(--color-scale-red-6);
	opacity: 30%;
	z-index: 91; /* Higher than sticky readme header and `sticky-sidebar` #4192 */
}