mp-design-system 1.2.61 → 1.2.62

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mp-design-system",
3
- "version": "1.2.61",
3
+ "version": "1.2.62",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "dev": "npm-run-all --parallel bundle:*",
@@ -35,7 +35,7 @@ module.exports = {
35
35
  {
36
36
  title: 'With link',
37
37
  context: {
38
- content: '<p><a href="#">During the COVID-19 situation</a>, our sales team are still available to answer all your sales enquiries</p>'
38
+ content: '<p><a class="c-alert__text-link c-twi" href="#">During the COVID-19 situation</a>, our sales team are still available to answer all your sales enquiries</p>'
39
39
  }
40
40
  },
41
41
  {
@@ -24,4 +24,4 @@
24
24
  <div class="{{ classNames }}">
25
25
  {{ params.content | safe }}
26
26
  {{ icon({ id: params.icon or icons[type] }) }}
27
- </div>
27
+ </div>
@@ -15,7 +15,13 @@
15
15
  margin-top: 1em;
16
16
  }
17
17
 
18
- a {
18
+ :has(.u-fill):hover .c-alert__text-link {
19
+ text-decoration: none;
20
+ }
21
+
22
+ a,
23
+ &__text-link,
24
+ &__text-link.c-twi {
19
25
  color: var(--alert-border);
20
26
  text-decoration: underline;
21
27