From b5340470a516869c4d9a1469f9b16979c67ad18f Mon Sep 17 00:00:00 2001 From: Colin Marshall Date: Mon, 25 Apr 2016 12:54:59 -0600 Subject: [PATCH] Added better styling to sticky callouts with anchors visual test --- test/visual/sticky/anchors-with-callouts.html | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/test/visual/sticky/anchors-with-callouts.html b/test/visual/sticky/anchors-with-callouts.html index e228245de..a9532ab18 100644 --- a/test/visual/sticky/anchors-with-callouts.html +++ b/test/visual/sticky/anchors-with-callouts.html @@ -9,8 +9,15 @@ body { background-color: darkgrey; } + + .sticky-container { + background-color: #f00; + transition: height .5s ease; + } + .foo { height: 30rem; + color: white; } .foo h1 { @@ -20,12 +27,10 @@ .foo:nth-child(odd) { background-color: lightgreen; - color: white; } .foo:nth-child(even) { background-color: lightblue; - color: white; } -- 2.47.2