/ Gists / hover-g
On gists

hover-g

hover-g Raw #

table:has(input:focus) tr:not(:focus-within) {
	opacity: 0.1;
}

.gallery:has(img:hover) > img:not(:hover) {

}