Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/framework/header.scss')
-rw-r--r--app/assets/stylesheets/framework/header.scss14
1 files changed, 3 insertions, 11 deletions
diff --git a/app/assets/stylesheets/framework/header.scss b/app/assets/stylesheets/framework/header.scss
index 37f92d3cf3d..ed41d10f3b2 100644
--- a/app/assets/stylesheets/framework/header.scss
+++ b/app/assets/stylesheets/framework/header.scss
@@ -48,7 +48,7 @@
opacity: 0;
}
- a {
+ a:not(.canary-badge) {
display: flex;
align-items: center;
padding: 2px 8px;
@@ -61,10 +61,6 @@
}
}
- .canary-badge {
- margin-left: -8px;
- }
-
.project-item-select {
right: auto;
left: 0;
@@ -564,15 +560,11 @@
}
.frequent-items-list-item-container > a:hover {
- background-color: $nav-active-bg;
+ background-color: $nav-active-bg !important;
}
}
.top-nav-toggle {
- .dropdown-icon {
- @include gl-mr-3;
- }
-
.dropdown-chevron {
top: 0;
}
@@ -581,7 +573,7 @@
.top-nav-menu-item {
&.active,
&:hover {
- background-color: $nav-active-bg;
+ background-color: $nav-active-bg !important;
}
.gl-icon {