@cfpb/cfpb-design-system 4.2.1 → 4.2.3

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": "@cfpb/cfpb-design-system",
3
- "version": "4.2.1",
3
+ "version": "4.2.3",
4
4
  "description": "CFPB's UI framework",
5
5
  "exports": {
6
6
  ".": "./src/index.js",
@@ -113,6 +113,7 @@
113
113
  font-size: 1em;
114
114
  margin-bottom: 0;
115
115
  padding-right: math.div(7.5px, $base-font-size-px) + em;
116
+ vertical-align: bottom;
116
117
  }
117
118
 
118
119
  & .m-card__icon,
@@ -13,6 +13,12 @@
13
13
  // See https://github.com/cfpb/consumerfinance.gov/pull/8252
14
14
  overflow-wrap: break-word;
15
15
  }
16
+
17
+ &:hover {
18
+ .a-link__text {
19
+ text-decoration-style: solid;
20
+ }
21
+ }
16
22
  }
17
23
 
18
24
  //