From: Colin Marshall Date: Mon, 25 Apr 2016 18:54:59 +0000 (-0600) Subject: Added better styling to sticky callouts with anchors visual test X-Git-Tag: v6.2.2-rc1~50 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b5340470a516869c4d9a1469f9b16979c67ad18f;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Added better styling to sticky callouts with anchors visual test --- 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; }