@norges-domstoler/dds-components 0.0.0-dev-20240920124132 → 0.0.0-dev-20240926130212
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/dist/index.css +7 -31
- package/dist/index.css.map +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +6 -6
package/dist/index.css
CHANGED
|
@@ -1282,52 +1282,28 @@
|
|
|
1282
1282
|
.ButtonGroup_group--column > *:first-child {
|
|
1283
1283
|
border-bottom-left-radius: 0;
|
|
1284
1284
|
border-bottom-right-radius: 0;
|
|
1285
|
+
margin-block-end: -1px;
|
|
1285
1286
|
}
|
|
1286
1287
|
.ButtonGroup_group--column > *:last-child {
|
|
1287
1288
|
border-top-left-radius: 0;
|
|
1288
1289
|
border-top-right-radius: 0;
|
|
1289
|
-
&:not(:active) {
|
|
1290
|
-
border-top-color: transparent;
|
|
1291
|
-
}
|
|
1292
1290
|
}
|
|
1293
1291
|
.ButtonGroup_group--column > *:not(:first-child):not(:last-child) {
|
|
1294
1292
|
border-radius: 0;
|
|
1295
|
-
|
|
1296
|
-
border-top-color: transparent;
|
|
1297
|
-
}
|
|
1298
|
-
&:active + * {
|
|
1299
|
-
border-top-color: initial;
|
|
1300
|
-
}
|
|
1301
|
-
}
|
|
1302
|
-
.ButtonGroup_group--column > *:first-child:not(:last-child) {
|
|
1303
|
-
&:active + * {
|
|
1304
|
-
border-top-color: initial;
|
|
1305
|
-
}
|
|
1306
|
-
}
|
|
1307
|
-
.ButtonGroup_group--row > *:not(:first-child):not(:last-child) {
|
|
1308
|
-
border-radius: 0;
|
|
1309
|
-
&:not(:active) {
|
|
1310
|
-
border-left-color: transparent;
|
|
1311
|
-
}
|
|
1312
|
-
&:active + * {
|
|
1313
|
-
border-left-color: initial;
|
|
1314
|
-
}
|
|
1293
|
+
margin-block-end: -1px;
|
|
1315
1294
|
}
|
|
1316
1295
|
.ButtonGroup_group--row > *:first-child {
|
|
1317
1296
|
border-top-right-radius: 0;
|
|
1318
1297
|
border-bottom-right-radius: 0;
|
|
1319
|
-
|
|
1320
|
-
.ButtonGroup_group--row > *:first-child:not(:last-child) {
|
|
1321
|
-
&:active + * {
|
|
1322
|
-
border-left-color: initial;
|
|
1323
|
-
}
|
|
1298
|
+
margin-inline-end: -1px;
|
|
1324
1299
|
}
|
|
1325
1300
|
.ButtonGroup_group--row > *:last-child {
|
|
1326
1301
|
border-top-left-radius: 0;
|
|
1327
1302
|
border-bottom-left-radius: 0;
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
|
-
|
|
1303
|
+
}
|
|
1304
|
+
.ButtonGroup_group--row > *:not(:first-child):not(:last-child) {
|
|
1305
|
+
border-radius: 0;
|
|
1306
|
+
margin-inline-end: -1px;
|
|
1331
1307
|
}
|
|
1332
1308
|
|
|
1333
1309
|
/* src/components/Card/Card.module.css */
|