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

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 +10 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scrippsproduct/entertainment-sites-css",
3
- "version": "1.1.8-dev.0",
3
+ "version": "1.1.8-dev.1",
4
4
  "description": "Universal CSS files for entertainment sites",
5
5
  "author": {
6
6
  "name": "Scripps Digital Product Division",
package/src/home.scss CHANGED
@@ -99,15 +99,22 @@
99
99
  }
100
100
 
101
101
  .show-slide:hover,
102
- .show-slide:focus,
103
- .image-card-slide:hover,
104
- .image-card-slide:focus {
102
+ .image-card-slide:hover {
105
103
  a picture > img,
106
104
  [data-cursor="pointer"] picture > img {
107
105
  transform: scale(1.005);
108
106
  filter: brightness(1.05) contrast(1.05);
109
107
  }
110
108
  }
109
+
110
+ .show-slide,
111
+ .image-card-slide {
112
+ a:focus picture > img,
113
+ [data-cursor="pointer"] picture > img {
114
+ transform: scale(1.005);
115
+ filter: brightness(1.05) contrast(1.05);
116
+ }
117
+ }
111
118
  }
112
119
 
113
120
  .brand-promotion-carousel {