blob: d70179073c0128d1344bbc109338c7de61d0b89d (
plain) (
blame)
1
2
3
4
5
6
7
8
|
/* Hovering the line will highlight the first direction button, unless you hover the buttons directly */
.js-expandable-line:hover .blob-num:not(:hover) .directional-expander:first-child,
.js-expandable-line:hover .blob-num:not(:hover)+.blob-code {
border-color: #0366d6;
color: #fff;
background: #0366d6;
cursor: pointer;
}
|