Commit 0803a0b3 authored by Sean McGivern's avatar Sean McGivern

Merge branch 'backport-board-scope-highlight' into 'master'

Backport board scope highlight

See merge request gitlab-org/gitlab-ce!15757
parents 70d780d3 6f256386
...@@ -239,6 +239,16 @@ ...@@ -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 { svg {
height: 15px; height: 15px;
width: 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