@danske/sapphire-css 48.0.0 → 48.0.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.
|
@@ -363,6 +363,8 @@ a.sapphire-button {
|
|
|
363
363
|
.sapphire-button--danger-text:not(:disabled):not(.is-disabled):not(:active):not(
|
|
364
364
|
.is-active
|
|
365
365
|
).is-hover {
|
|
366
|
+
text-decoration: underline;
|
|
367
|
+
text-decoration-thickness: var(--sapphire-semantic-size-border-sm);
|
|
366
368
|
color: var(--sapphire-semantic-color-foreground-action-danger-hover);
|
|
367
369
|
}
|
|
368
370
|
|
|
@@ -371,6 +373,8 @@ a.sapphire-button {
|
|
|
371
373
|
.sapphire-button--danger-text:not(:disabled):not(
|
|
372
374
|
.is-disabled
|
|
373
375
|
):focus-visible:active {
|
|
376
|
+
text-decoration: underline;
|
|
377
|
+
text-decoration-thickness: var(--sapphire-semantic-size-border-sm);
|
|
374
378
|
color: var(--sapphire-semantic-color-foreground-action-danger-active);
|
|
375
379
|
}
|
|
376
380
|
|
|
@@ -37,11 +37,14 @@
|
|
|
37
37
|
}
|
|
38
38
|
|
|
39
39
|
.sapphire-tooltip__content {
|
|
40
|
+
display: flex;
|
|
41
|
+
align-items: center;
|
|
42
|
+
min-height: var(--sapphire-global-size-generic-60);
|
|
40
43
|
background: var(--sapphire-semantic-color-background-surface);
|
|
41
44
|
color: var(--sapphire-semantic-color-foreground-primary);
|
|
42
45
|
font-family: var(--sapphire-semantic-font-name-default);
|
|
43
46
|
font-weight: var(--sapphire-semantic-font-weight-default-regular);
|
|
44
|
-
font-size: var(--sapphire-semantic-size-font-body-
|
|
47
|
+
font-size: var(--sapphire-semantic-size-font-body-xs);
|
|
45
48
|
line-height: var(--sapphire-semantic-size-line-height-md);
|
|
46
49
|
padding: var(--sapphire-semantic-size-spacing-3xs)
|
|
47
50
|
var(--sapphire-semantic-size-spacing-xs);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@danske/sapphire-css",
|
|
3
|
-
"version": "48.0.
|
|
3
|
+
"version": "48.0.1",
|
|
4
4
|
"description": "CSS implementation of the Sapphire Design System from Danske Bank A/S",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -69,5 +69,5 @@
|
|
|
69
69
|
"dependencies": {
|
|
70
70
|
"@danske/sapphire-design-tokens": "^42.2.1"
|
|
71
71
|
},
|
|
72
|
-
"gitHead": "
|
|
72
|
+
"gitHead": "62297801a42339d31b5099ad337f29fc5ebd7391"
|
|
73
73
|
}
|