summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework
diff options
context:
space:
mode:
authorMarcel van Remmerden <mvanremmerden@gitlab.com>2019-05-07 04:19:05 +0000
committerMarcel van Remmerden <mvanremmerden@gitlab.com>2019-05-07 04:19:05 +0000
commit0619e111a450722ea182a1373aa57604bedca2af (patch)
treeebda951e206b7753de6e237d0220c6c07064c5fd /app/assets/stylesheets/framework
parenta0c4c12102d875320abc519de4683b6a6148c2f7 (diff)
downloadgitlab-ce-0619e111a450722ea182a1373aa57604bedca2af.tar.gz
Adapt code to style guidelines
Diffstat (limited to 'app/assets/stylesheets/framework')
-rw-r--r--app/assets/stylesheets/framework/header.scss14
1 files changed, 7 insertions, 7 deletions
diff --git a/app/assets/stylesheets/framework/header.scss b/app/assets/stylesheets/framework/header.scss
index d7b56670140..12b5251291b 100644
--- a/app/assets/stylesheets/framework/header.scss
+++ b/app/assets/stylesheets/framework/header.scss
@@ -85,23 +85,23 @@
padding: 2px 8px;
margin: 5px 2px 5px -8px;
border-radius: $border-radius-default;
-
- &.js-canary-badge {
- padding: 0;
+
+ &.badge {
font-size: 12px;
border-radius: 100px;
margin-top: 6px;
-
+
&:hover,
&:active,
&:focus {
background-color: $green-500;
}
-
- span {
+
+ .color-label {
line-height: 15px;
}
- span:hover {
+
+ .color-label:hover {
text-decoration: none;
}
}