summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/header.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/framework/header.scss')
-rw-r--r--app/assets/stylesheets/framework/header.scss8
1 files changed, 7 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/header.scss b/app/assets/stylesheets/framework/header.scss
index 9d6e77aa993..69e9b1d2cc4 100644
--- a/app/assets/stylesheets/framework/header.scss
+++ b/app/assets/stylesheets/framework/header.scss
@@ -85,16 +85,22 @@
padding: 2px 8px;
margin: 5px 2px 5px -8px;
border-radius: $border-radius-default;
+
&.js-canary-badge {
padding: 0;
font-size: 12px;
border-radius: 100px;
margin-top: 6px;
- &:hover, &:active, &:focus {
+
+ &:hover,
+ &:active,
+ &:focus {
background-color: #1aaa55;
}
+
span {
line-height: 15px;
+
&:hover {
text-decoration: none;
}