From e55d85453acbec894988a2bf990b71ed282888a6 Mon Sep 17 00:00:00 2001 From: Volker E Date: Wed, 21 Nov 2018 13:33:02 -0800 Subject: [PATCH] Apply `background-color` of header for callout arrow The callout has been carrying the wrong color for the elements it's applied to. Change-Id: Ifedc21f4686b94f368c3a41eed1d3e35b467d635 --- resources/css/ext.uls.mixins.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/css/ext.uls.mixins.less b/resources/css/ext.uls.mixins.less index db770a0d..1e2d17ef 100644 --- a/resources/css/ext.uls.mixins.less +++ b/resources/css/ext.uls.mixins.less @@ -20,7 +20,7 @@ } &:after { /* @noflip */ - border-left: 10px solid #f8f9fa; + border-left: 10px solid #fff; /* @noflip */ right: -10px; } @@ -34,7 +34,7 @@ } &:after { /* @noflip */ - border-right: 10px solid #f8f9fa; + border-right: 10px solid #fff; /* @noflip */ left: -10px; }