Commit 6f256386 authored by Clement Ho's avatar Clement Ho

backport board scope highlight

parent 32b18557
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment