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:
authorTim Zallmann <tzallmann@gitlab.com>2017-09-28 16:43:52 +0300
committerTim Zallmann <tzallmann@gitlab.com>2017-09-28 16:43:52 +0300
commit59f36b4cce4888903820a6d434463b397cfa386c (patch)
treec62565c43e7d28c748bcb438bfa0b645027c34d7 /app/assets/stylesheets/framework/new-nav.scss
parent11c8b8bc3c2294ef2e3a33196619f6e61f1e8d82 (diff)
Updated All Navigation Icons to Sprite_Icons
Diffstat (limited to 'app/assets/stylesheets/framework/new-nav.scss')
-rw-r--r--app/assets/stylesheets/framework/new-nav.scss13
1 files changed, 8 insertions, 5 deletions
diff --git a/app/assets/stylesheets/framework/new-nav.scss b/app/assets/stylesheets/framework/new-nav.scss
index 81022d4af2a..5e4619638e2 100644
--- a/app/assets/stylesheets/framework/new-nav.scss
+++ b/app/assets/stylesheets/framework/new-nav.scss
@@ -122,15 +122,22 @@ header.navbar-gitlab-new {
min-width: 45px;
padding: 4px $gl-padding;
margin-right: -7px;
- font-size: 14px;
text-align: center;
color: currentColor;
+ svg {
+ fill: currentColor;
+ }
+
&:hover,
&:focus,
&.active {
color: currentColor;
background-color: transparent;
+
+ svg {
+ fill: currentColor;
+ }
}
}
@@ -279,10 +286,6 @@ header.navbar-gitlab-new {
}
}
-.admin-icon i {
- font-size: 18px;
-}
-
.caret-down {
height: 11px;
width: 11px;