backport board scope highlight
This commit is contained in:
parent
32b18557eb
commit
6f25638632
1 changed files with 10 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue