@scrippsproduct/entertainment-sites-css 1.1.8-dev.1 → 1.1.8-dev.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/home.scss +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scrippsproduct/entertainment-sites-css",
3
- "version": "1.1.8-dev.1",
3
+ "version": "1.1.8-dev.2",
4
4
  "description": "Universal CSS files for entertainment sites",
5
5
  "author": {
6
6
  "name": "Scripps Digital Product Division",
package/src/home.scss CHANGED
@@ -110,7 +110,7 @@
110
110
  .show-slide,
111
111
  .image-card-slide {
112
112
  a:focus picture > img,
113
- [data-cursor="pointer"] picture > img {
113
+ [data-cursor="pointer"] a:focus picture > img {
114
114
  transform: scale(1.005);
115
115
  filter: brightness(1.05) contrast(1.05);
116
116
  }