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:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user