summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/nav.scss
diff options
context:
space:
mode:
authorAnnabel Dunstone <annabel.dunstone@gmail.com>2016-06-01 16:54:04 -0600
committerAnnabel Dunstone <annabel.dunstone@gmail.com>2016-06-08 13:00:23 -0500
commit52080f74d42a62298654b8550e6dfbcd06de65a7 (patch)
tree0d0e58944de87885423a89d44cc3eb61eddf0d57 /app/assets/stylesheets/framework/nav.scss
parent5e9e9a1e8284a8d87780725f765a6c04ab100117 (diff)
downloadgitlab-ce-52080f74d42a62298654b8550e6dfbcd06de65a7.tar.gz
Add new icons to group page layout nav
Diffstat (limited to 'app/assets/stylesheets/framework/nav.scss')
-rw-r--r--app/assets/stylesheets/framework/nav.scss21
1 files changed, 21 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/nav.scss b/app/assets/stylesheets/framework/nav.scss
index a811778df70..0918f673607 100644
--- a/app/assets/stylesheets/framework/nav.scss
+++ b/app/assets/stylesheets/framework/nav.scss
@@ -304,6 +304,19 @@
border-bottom: none;
height: 51px;
+ svg {
+ position: relative;
+ top: 2px;
+ margin-right: 2px;
+ height: 15px;
+ width: auto;
+
+ path,
+ polygon {
+ fill: $layout-link-gray;
+ }
+ }
+
.fade-right {
@include fade(left, rgba(250, 250, 250, 0.4), $background-color);
right: 0;
@@ -325,9 +338,17 @@
}
&.active {
+
a, i {
color: $black;
}
+
+ svg {
+ path,
+ polygon {
+ fill: $black;
+ }
+ }
}
.badge {