summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClement Ho <ClemMakesApps@gmail.com>2017-12-05 18:00:22 -0600
committerClement Ho <ClemMakesApps@gmail.com>2017-12-05 18:00:22 -0600
commit6f256386321f78964e3a8a505def72de1133d724 (patch)
tree4c642ebabcb736a65b2f719b21d0c1422446f359
parent32b18557eb0fa2d25720a858bf409196bd502bc7 (diff)
downloadgitlab-ce-backport-board-scope-highlight.tar.gz
backport board scope highlightbackport-board-scope-highlight
-rw-r--r--app/assets/stylesheets/framework/buttons.scss10
1 files changed, 10 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/buttons.scss b/app/assets/stylesheets/framework/buttons.scss
index cdc2aa196dd..3f630f82e29 100644
--- a/app/assets/stylesheets/framework/buttons.scss
+++ b/app/assets/stylesheets/framework/buttons.scss
@@ -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;