blob: 8c7a5ed14e3d455a1a06faee7babfee1eb2f53b8 (
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;
}
|