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
This commit is contained in:
Volker E
2018-11-21 13:33:02 -08:00
committed by jenkins-bot
parent a7067645d5
commit e55d85453a

View File

@@ -20,7 +20,7 @@
} }
&:after { &:after {
/* @noflip */ /* @noflip */
border-left: 10px solid #f8f9fa; border-left: 10px solid #fff;
/* @noflip */ /* @noflip */
right: -10px; right: -10px;
} }
@@ -34,7 +34,7 @@
} }
&:after { &:after {
/* @noflip */ /* @noflip */
border-right: 10px solid #f8f9fa; border-right: 10px solid #fff;
/* @noflip */ /* @noflip */
left: -10px; left: -10px;
} }