From a82b9df5912c9829c492ef0b40fdd0b887d7d2ce Mon Sep 17 00:00:00 2001 From: Simon Knox Date: Tue, 21 Nov 2017 20:39:26 +0000 Subject: default fill color for SVGs --- app/assets/stylesheets/framework/filters.scss | 5 ----- 1 file changed, 5 deletions(-) (limited to 'app/assets/stylesheets/framework/filters.scss') diff --git a/app/assets/stylesheets/framework/filters.scss b/app/assets/stylesheets/framework/filters.scss index 74b6b31b07e..cf8165eab5b 100644 --- a/app/assets/stylesheets/framework/filters.scss +++ b/app/assets/stylesheets/framework/filters.scss @@ -305,16 +305,11 @@ color: $gl-text-color; border-color: $dropdown-input-focus-border; outline: none; - - svg { - fill: $gl-text-color; - } } svg { height: 14px; width: 14px; - fill: $gl-text-color-secondary; vertical-align: middle; } -- cgit v1.2.1