From 5c1e42c89455ad1f4aceea9c896385c3e97bcbf0 Mon Sep 17 00:00:00 2001 From: Juanfran Date: Fri, 24 Mar 2017 12:51:14 +0100 Subject: [PATCH] fix issue 5050 prevent apply .tag styles inside code blocks --- app/modules/components/tags/tag/tag.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/modules/components/tags/tag/tag.scss b/app/modules/components/tags/tag/tag.scss index 185940e8..abdb8c98 100644 --- a/app/modules/components/tags/tag/tag.scss +++ b/app/modules/components/tags/tag/tag.scss @@ -1,4 +1,5 @@ -.tag { +// this :not(code) prevent to override prismjs (wysiwyg) styles +:not(code) > .tag { @include font-type(light); @include font-size(small); background: $mass-white;