summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/contextual-sidebar.scss
diff options
context:
space:
mode:
authorSimon Knox <simon@gitlab.com>2017-11-21 20:39:26 +0000
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-11-21 20:39:26 +0000
commita82b9df5912c9829c492ef0b40fdd0b887d7d2ce (patch)
tree3eda57e892117f2837edfb35a2bf9afefdd354f1 /app/assets/stylesheets/framework/contextual-sidebar.scss
parentb462edfddbd8e8b4449a6ae8cf482a9255f5d550 (diff)
downloadgitlab-ce-a82b9df5912c9829c492ef0b40fdd0b887d7d2ce.tar.gz
default fill color for SVGs
Diffstat (limited to 'app/assets/stylesheets/framework/contextual-sidebar.scss')
-rw-r--r--app/assets/stylesheets/framework/contextual-sidebar.scss19
1 files changed, 0 insertions, 19 deletions
diff --git a/app/assets/stylesheets/framework/contextual-sidebar.scss b/app/assets/stylesheets/framework/contextual-sidebar.scss
index 320f458630a..b73932eb7e1 100644
--- a/app/assets/stylesheets/framework/contextual-sidebar.scss
+++ b/app/assets/stylesheets/framework/contextual-sidebar.scss
@@ -40,12 +40,6 @@
a:hover {
background-color: $link-hover-background;
color: $gl-text-color;
-
- .settings-avatar {
- svg {
- fill: $gl-text-color;
- }
- }
}
.avatar-container {
@@ -138,10 +132,6 @@
color: $gl-text-color-secondary;
}
- svg {
- fill: $gl-text-color-secondary;
- }
-
.nav-item-name {
flex: 1;
}
@@ -224,10 +214,6 @@
&:hover {
color: $gl-text-color;
-
- svg {
- fill: $gl-text-color;
- }
}
}
@@ -338,7 +324,6 @@
align-items: center;
svg {
- fill: $gl-text-color-secondary;
margin-right: 8px;
}
@@ -349,10 +334,6 @@
&:hover {
background-color: $border-color;
color: $gl-text-color;
-
- svg {
- fill: $gl-text-color;
- }
}
}