@danske/sapphire-css 32.2.0 → 32.2.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.
|
@@ -231,6 +231,8 @@
|
|
|
231
231
|
|
|
232
232
|
.sapphire-table__row {
|
|
233
233
|
position: relative;
|
|
234
|
+
border-bottom: var(--sapphire-semantic-size-border-s) solid
|
|
235
|
+
var(--sapphire-table-color-border-separator);
|
|
234
236
|
}
|
|
235
237
|
|
|
236
238
|
.sapphire-table__row--active {
|
|
@@ -247,16 +249,15 @@
|
|
|
247
249
|
/**
|
|
248
250
|
* Row divider. Only shown when row is not focused, because of z-index issue with the focus ring.
|
|
249
251
|
*/
|
|
250
|
-
.sapphire-table__row
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
) {
|
|
255
|
-
box-shadow: inset 0px -1px 0px 0px var(--sapphire-table-color-border-separator);
|
|
252
|
+
.sapphire-table__row.is-focus,
|
|
253
|
+
.sapphire-table__row:not(.js-focus):focus-visible,
|
|
254
|
+
.sapphire-table__row.sapphire-table__row--expanded {
|
|
255
|
+
border-bottom-color: transparent;
|
|
256
256
|
}
|
|
257
257
|
|
|
258
258
|
.sapphire-table__row-expanded-view {
|
|
259
|
-
|
|
259
|
+
border-bottom: var(--sapphire-semantic-size-border-s) solid
|
|
260
|
+
var(--sapphire-table-color-border-separator);
|
|
260
261
|
}
|
|
261
262
|
|
|
262
263
|
.sapphire-table__row-expand-button {
|
|
@@ -278,7 +279,7 @@
|
|
|
278
279
|
.is-focus,
|
|
279
280
|
:not(.js-focus):focus-visible
|
|
280
281
|
):last-child {
|
|
281
|
-
|
|
282
|
+
border-bottom-color: transparent;
|
|
282
283
|
}
|
|
283
284
|
|
|
284
285
|
.sapphire-table--interactive .sapphire-table__row,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@danske/sapphire-css",
|
|
3
|
-
"version": "32.2.
|
|
3
|
+
"version": "32.2.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,
|
|
@@ -68,5 +68,5 @@
|
|
|
68
68
|
"dependencies": {
|
|
69
69
|
"@danske/sapphire-design-tokens": "^40.0.1"
|
|
70
70
|
},
|
|
71
|
-
"gitHead": "
|
|
71
|
+
"gitHead": "5e2a8940e35f0f19bb62daa6b4abf5ef3ebf6c00"
|
|
72
72
|
}
|