backport board scope highlight

This commit is contained in:
Clement Ho 2017-12-05 18:00:22 -06:00
parent 32b18557eb
commit 6f25638632
1 changed files with 10 additions and 0 deletions

View File

@ -239,6 +239,16 @@
}
}
&.dot-highlight::after {
content: '';
background-color: $blue-500;
width: $gl-padding * 0.5;
height: $gl-padding * 0.5;
display: inline-block;
border-radius: 50%;
margin-left: 3px;
}
svg {
height: 15px;
width: 15px;