@transfermarkt/global-styles 1.54.0 → 1.55.0

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@transfermarkt/global-styles",
3
- "version": "1.54.0",
3
+ "version": "1.55.0",
4
4
  "description": "Shared styles and Global configuration for stylelint rules of the Transfermarkt projects",
5
5
  "author": "Transfermarkt",
6
6
  "license": "MIT",
@@ -337,6 +337,14 @@
337
337
  background-color: tm-color('admiral');
338
338
  border: none;
339
339
  color: tm-color('white');
340
+
341
+ @media (hover: hover) {
342
+ &:hover {
343
+ background-color: tm-color('admiral');
344
+ border: none;
345
+ color: tm-color('white');
346
+ }
347
+ }
340
348
  }
341
349
  }
342
350