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