From a51076f30eb602c3345e66f63cdfaa24a145f0cc Mon Sep 17 00:00:00 2001
From: Thibaut Courouble <thibaut@me.com>
Date: Sat, 29 Jul 2017 09:58:24 -0400
Subject: [PATCH] Actually "fix wrong icons shown in the path bar"

Rel: #654
---
 assets/stylesheets/global/_icons.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/assets/stylesheets/global/_icons.scss b/assets/stylesheets/global/_icons.scss
index 36a7323b..0f5601c5 100644
--- a/assets/stylesheets/global/_icons.scss
+++ b/assets/stylesheets/global/_icons.scss
@@ -17,7 +17,7 @@
 }
 
 %doc-icon-2 {
-  background-image: image-url('docs-2.png');
+  background-image: image-url('docs-2.png') !important;
 }
 
 @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {