@fkui/design 6.38.0 → 6.40.0
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/lib/fkui.css +268 -100
- package/lib/fkui.min.css +1 -1
- package/package.json +8 -8
- package/src/components/_index.scss +2 -0
- package/src/components/button/_button.scss +12 -3
- package/src/components/contextmenu/_contextmenu.scss +1 -0
- package/src/components/datepicker-field/_datepicker-field.scss +1 -0
- package/src/components/definition-list/_definition-list.scss +23 -0
- package/src/components/definition-list/_index.scss +1 -0
- package/src/components/definition-list/_variables.scss +1 -0
- package/src/components/dialogue-tree/_dialogue-tree.scss +1 -1
- package/src/components/expandable-panel/_variables.scss +2 -2
- package/src/components/file-item/_file-item.scss +2 -1
- package/src/components/file-selector/_file-selector.scss +10 -5
- package/src/components/navigation-menu/_navigation-menu.scss +22 -0
- package/src/components/paginator/_paginator.scss +1 -1
- package/src/components/sort-filter-dataset/_sort-filter-dataset.scss +4 -58
- package/src/components/sort-filter-dataset/_variables.scss +1 -2
- package/src/components/table-ng/_cell.scss +28 -4
- package/src/components/table-ng/_column.scss +7 -2
- package/src/components/table-ng/_variables.scss +3 -0
- package/src/core/mixins/_button.scss +11 -0
- package/src/internal-components/popup-menu/_popup-menu.scss +15 -0
package/lib/fkui.css
CHANGED
|
@@ -87,7 +87,7 @@ p {
|
|
|
87
87
|
|
|
88
88
|
b,
|
|
89
89
|
strong {
|
|
90
|
-
font-weight: var(--f-font-weight-medium,
|
|
90
|
+
font-weight: var(--f-font-weight-medium, 600);
|
|
91
91
|
}
|
|
92
92
|
|
|
93
93
|
code {
|
|
@@ -115,7 +115,7 @@ h5,
|
|
|
115
115
|
.heading--h5,
|
|
116
116
|
h6,
|
|
117
117
|
.heading--h6 {
|
|
118
|
-
font-weight: var(--f-font-weight-bold,
|
|
118
|
+
font-weight: var(--f-font-weight-bold, 700);
|
|
119
119
|
margin-bottom: 0.25rem;
|
|
120
120
|
line-height: var(--f-line-height-medium, 1.4);
|
|
121
121
|
}
|
|
@@ -152,7 +152,7 @@ h6, .heading--h6 {
|
|
|
152
152
|
|
|
153
153
|
.heading--strong {
|
|
154
154
|
font-size: var(--f-font-size-large, 1.125rem);
|
|
155
|
-
font-weight: var(--f-font-weight-medium,
|
|
155
|
+
font-weight: var(--f-font-weight-medium, 600);
|
|
156
156
|
}
|
|
157
157
|
|
|
158
158
|
* + h1, * + .heading--h1,
|
|
@@ -190,7 +190,7 @@ h6, .heading--h6 {
|
|
|
190
190
|
}
|
|
191
191
|
.heading--strong {
|
|
192
192
|
font-size: var(--f-font-size-large, 1.125rem);
|
|
193
|
-
font-weight: var(--f-font-weight-medium,
|
|
193
|
+
font-weight: var(--f-font-weight-medium, 600);
|
|
194
194
|
}
|
|
195
195
|
}
|
|
196
196
|
.heading--h1 {
|
|
@@ -1096,7 +1096,7 @@ input[type=search]:focus,
|
|
|
1096
1096
|
text-decoration-thickness: 2px;
|
|
1097
1097
|
text-underline-offset: 0.25em;
|
|
1098
1098
|
text-decoration-color: var(--fkds-color-action-text-primary-default, #4a52b6);
|
|
1099
|
-
font-weight: var(--f-font-weight-medium,
|
|
1099
|
+
font-weight: var(--f-font-weight-medium, 600);
|
|
1100
1100
|
line-height: var(--f-line-height-large, 1.5);
|
|
1101
1101
|
}
|
|
1102
1102
|
.anchor:hover, .file-item__file-open:hover {
|
|
@@ -1270,7 +1270,7 @@ input[type=search]:focus,
|
|
|
1270
1270
|
cursor: pointer;
|
|
1271
1271
|
display: inline-block;
|
|
1272
1272
|
font-size: var(--f-font-size-standard, 1rem);
|
|
1273
|
-
font-weight: var(--f-font-weight-medium,
|
|
1273
|
+
font-weight: var(--f-font-weight-medium, 600);
|
|
1274
1274
|
justify-content: center;
|
|
1275
1275
|
align-items: center;
|
|
1276
1276
|
letter-spacing: var(--f-button-letter-spacing, 0.01rem);
|
|
@@ -1327,10 +1327,20 @@ input[type=search]:focus,
|
|
|
1327
1327
|
border-color: var(--fkds-color-action-border-primary-default, #4a52b6);
|
|
1328
1328
|
color: var(--fkds-color-action-text-primary-default, #4a52b6);
|
|
1329
1329
|
}
|
|
1330
|
-
.button.disabled, .disabled.calendar-navbar__year-selector-button, .button.disabled:hover, .button:disabled, .calendar-navbar__year-selector-button:disabled, .button:disabled:hover, .button.button--disabled, .button--disabled.calendar-navbar__year-selector-button, .button.button--disabled:hover {
|
|
1330
|
+
.button.disabled, .disabled.calendar-navbar__year-selector-button, .button.disabled:hover, .button:disabled, .calendar-navbar__year-selector-button:disabled, .button:disabled:hover, .button[aria-disabled=true], [aria-disabled=true].calendar-navbar__year-selector-button, .button[aria-disabled=true]:hover, .button.button--disabled, .button--disabled.calendar-navbar__year-selector-button, .button.button--disabled:hover {
|
|
1331
1331
|
background-color: var(--fkds-color-background-disabled, #f4f4f4);
|
|
1332
1332
|
border-color: var(--fkds-color-border-disabled, #8d8e91);
|
|
1333
1333
|
color: var(--fkds-color-text-disabled, #8d8e91);
|
|
1334
|
+
pointer-events: none;
|
|
1335
|
+
}
|
|
1336
|
+
.button[aria-disabled=true], [aria-disabled=true].calendar-navbar__year-selector-button {
|
|
1337
|
+
pointer-events: none;
|
|
1338
|
+
}
|
|
1339
|
+
@media (forced-colors: active) {
|
|
1340
|
+
.button[aria-disabled=true], [aria-disabled=true].calendar-navbar__year-selector-button {
|
|
1341
|
+
color: GrayText;
|
|
1342
|
+
border-color: GrayText;
|
|
1343
|
+
}
|
|
1334
1344
|
}
|
|
1335
1345
|
.button.button--primary, .button--primary.calendar-navbar__year-selector-button {
|
|
1336
1346
|
background-color: var(--fkds-color-action-background-primary-default, #4a52b6);
|
|
@@ -1354,10 +1364,20 @@ input[type=search]:focus,
|
|
|
1354
1364
|
border-color: transparent;
|
|
1355
1365
|
color: var(--fkds-color-action-text-inverted-default, #fff);
|
|
1356
1366
|
}
|
|
1357
|
-
.button.button--primary.disabled, .button--primary.disabled.calendar-navbar__year-selector-button, .button.button--primary.disabled:hover, .button.button--primary:disabled, .button--primary.calendar-navbar__year-selector-button:disabled, .button.button--primary:disabled:hover, .button.button--primary.button--disabled, .button--primary.button--disabled.calendar-navbar__year-selector-button, .button.button--primary.button--disabled:hover {
|
|
1367
|
+
.button.button--primary.disabled, .button--primary.disabled.calendar-navbar__year-selector-button, .button.button--primary.disabled:hover, .button.button--primary:disabled, .button--primary.calendar-navbar__year-selector-button:disabled, .button.button--primary:disabled:hover, .button.button--primary[aria-disabled=true], .button--primary[aria-disabled=true].calendar-navbar__year-selector-button, .button.button--primary[aria-disabled=true]:hover, .button.button--primary.button--disabled, .button--primary.button--disabled.calendar-navbar__year-selector-button, .button.button--primary.button--disabled:hover {
|
|
1358
1368
|
background-color: var(--fkds-color-background-disabled, #f4f4f4);
|
|
1359
1369
|
border-color: var(--fkds-color-border-disabled, #8d8e91);
|
|
1360
1370
|
color: var(--fkds-color-text-disabled, #8d8e91);
|
|
1371
|
+
pointer-events: none;
|
|
1372
|
+
}
|
|
1373
|
+
.button.button--primary[aria-disabled=true], .button--primary[aria-disabled=true].calendar-navbar__year-selector-button {
|
|
1374
|
+
pointer-events: none;
|
|
1375
|
+
}
|
|
1376
|
+
@media (forced-colors: active) {
|
|
1377
|
+
.button.button--primary[aria-disabled=true], .button--primary[aria-disabled=true].calendar-navbar__year-selector-button {
|
|
1378
|
+
color: GrayText;
|
|
1379
|
+
border-color: GrayText;
|
|
1380
|
+
}
|
|
1361
1381
|
}
|
|
1362
1382
|
.button.button--secondary, .button--secondary.calendar-navbar__year-selector-button {
|
|
1363
1383
|
background-color: var(--fkds-color-action-background-secondary-default, #f5f6fa);
|
|
@@ -1381,17 +1401,28 @@ input[type=search]:focus,
|
|
|
1381
1401
|
border-color: var(--fkds-color-action-border-primary-default, #4a52b6);
|
|
1382
1402
|
color: var(--fkds-color-action-text-primary-default, #4a52b6);
|
|
1383
1403
|
}
|
|
1384
|
-
.button.button--secondary.disabled, .button--secondary.disabled.calendar-navbar__year-selector-button, .button.button--secondary.disabled:hover, .button.button--secondary:disabled, .button--secondary.calendar-navbar__year-selector-button:disabled, .button.button--secondary:disabled:hover, .button.button--secondary.button--disabled, .button--secondary.button--disabled.calendar-navbar__year-selector-button, .button.button--secondary.button--disabled:hover {
|
|
1404
|
+
.button.button--secondary.disabled, .button--secondary.disabled.calendar-navbar__year-selector-button, .button.button--secondary.disabled:hover, .button.button--secondary:disabled, .button--secondary.calendar-navbar__year-selector-button:disabled, .button.button--secondary:disabled:hover, .button.button--secondary[aria-disabled=true], .button--secondary[aria-disabled=true].calendar-navbar__year-selector-button, .button.button--secondary[aria-disabled=true]:hover, .button.button--secondary.button--disabled, .button--secondary.button--disabled.calendar-navbar__year-selector-button, .button.button--secondary.button--disabled:hover {
|
|
1385
1405
|
background-color: var(--fkds-color-background-disabled, #f4f4f4);
|
|
1386
1406
|
border-color: var(--fkds-color-border-disabled, #8d8e91);
|
|
1387
1407
|
color: var(--fkds-color-text-disabled, #8d8e91);
|
|
1408
|
+
pointer-events: none;
|
|
1409
|
+
}
|
|
1410
|
+
.button.button--secondary[aria-disabled=true], .button--secondary[aria-disabled=true].calendar-navbar__year-selector-button {
|
|
1411
|
+
pointer-events: none;
|
|
1412
|
+
}
|
|
1413
|
+
@media (forced-colors: active) {
|
|
1414
|
+
.button.button--secondary[aria-disabled=true], .button--secondary[aria-disabled=true].calendar-navbar__year-selector-button {
|
|
1415
|
+
color: GrayText;
|
|
1416
|
+
border-color: GrayText;
|
|
1417
|
+
}
|
|
1388
1418
|
}
|
|
1389
1419
|
.button.button--discrete, .button--discrete.calendar-navbar__year-selector-button, .button.button--text, .button--text.calendar-navbar__year-selector-button {
|
|
1390
1420
|
width: inherit;
|
|
1391
1421
|
min-width: 0;
|
|
1392
|
-
font-weight: var(--f-font-weight-bold,
|
|
1422
|
+
font-weight: var(--f-font-weight-bold, 700);
|
|
1393
1423
|
outline-offset: 0.25rem;
|
|
1394
1424
|
line-height: calc(1.25 * var(--f-font-size-standard, 1rem));
|
|
1425
|
+
align-items: flex-start;
|
|
1395
1426
|
background-color: transparent;
|
|
1396
1427
|
border-color: transparent;
|
|
1397
1428
|
border-width: 0;
|
|
@@ -1413,10 +1444,20 @@ input[type=search]:focus,
|
|
|
1413
1444
|
border-color: transparent;
|
|
1414
1445
|
color: var(--fkds-color-action-text-primary-hover, #3b4292);
|
|
1415
1446
|
}
|
|
1416
|
-
.button.button--discrete.disabled, .button--discrete.disabled.calendar-navbar__year-selector-button, .button.disabled.button--text, .disabled.button--text.calendar-navbar__year-selector-button, .button.button--discrete.disabled:hover, .button.button--discrete:disabled, .button--discrete.calendar-navbar__year-selector-button:disabled, .button.button--text:disabled, .button--text.calendar-navbar__year-selector-button:disabled, .button.button--discrete:disabled:hover, .button.button--discrete.button--disabled, .button--discrete.button--disabled.calendar-navbar__year-selector-button, .button.button--disabled.button--text, .button--disabled.button--text.calendar-navbar__year-selector-button, .button.button--discrete.button--disabled:hover {
|
|
1447
|
+
.button.button--discrete.disabled, .button--discrete.disabled.calendar-navbar__year-selector-button, .button.disabled.button--text, .disabled.button--text.calendar-navbar__year-selector-button, .button.button--discrete.disabled:hover, .button.button--discrete:disabled, .button--discrete.calendar-navbar__year-selector-button:disabled, .button.button--text:disabled, .button--text.calendar-navbar__year-selector-button:disabled, .button.button--discrete:disabled:hover, .button.button--discrete[aria-disabled=true], .button--discrete[aria-disabled=true].calendar-navbar__year-selector-button, .button[aria-disabled=true].button--text, [aria-disabled=true].button--text.calendar-navbar__year-selector-button, .button.button--discrete[aria-disabled=true]:hover, .button.button--discrete.button--disabled, .button--discrete.button--disabled.calendar-navbar__year-selector-button, .button.button--disabled.button--text, .button--disabled.button--text.calendar-navbar__year-selector-button, .button.button--discrete.button--disabled:hover {
|
|
1417
1448
|
background-color: transparent;
|
|
1418
1449
|
border-color: transparent;
|
|
1419
1450
|
color: var(--fkds-color-text-disabled, #8d8e91);
|
|
1451
|
+
pointer-events: none;
|
|
1452
|
+
}
|
|
1453
|
+
.button.button--discrete[aria-disabled=true], .button--discrete[aria-disabled=true].calendar-navbar__year-selector-button, .button[aria-disabled=true].button--text, [aria-disabled=true].button--text.calendar-navbar__year-selector-button {
|
|
1454
|
+
pointer-events: none;
|
|
1455
|
+
}
|
|
1456
|
+
@media (forced-colors: active) {
|
|
1457
|
+
.button.button--discrete[aria-disabled=true], .button--discrete[aria-disabled=true].calendar-navbar__year-selector-button, .button[aria-disabled=true].button--text, [aria-disabled=true].button--text.calendar-navbar__year-selector-button {
|
|
1458
|
+
color: GrayText;
|
|
1459
|
+
border-color: GrayText;
|
|
1460
|
+
}
|
|
1420
1461
|
}
|
|
1421
1462
|
@media (max-width: 639.98px) {
|
|
1422
1463
|
.button.button--discrete, .button--discrete.calendar-navbar__year-selector-button, .button.button--text, .button--text.calendar-navbar__year-selector-button {
|
|
@@ -1439,10 +1480,13 @@ input[type=search]:focus,
|
|
|
1439
1480
|
.button.button--discrete, .button--discrete.calendar-navbar__year-selector-button, .button.button--text, .button--text.calendar-navbar__year-selector-button, .button.button--discrete:focus, .button.button--discrete:active, .button.button--discrete:hover {
|
|
1440
1481
|
border-radius: var(--f-button-discrete-radius-hover, none);
|
|
1441
1482
|
}
|
|
1483
|
+
.button.button--discrete > .button__icon, .button--discrete.calendar-navbar__year-selector-button > .button__icon, .button.button--text > .button__icon, .button--text.calendar-navbar__year-selector-button > .button__icon {
|
|
1484
|
+
flex-shrink: 0;
|
|
1485
|
+
}
|
|
1442
1486
|
.button.button--discrete-inverted, .button--discrete-inverted.calendar-navbar__year-selector-button {
|
|
1443
1487
|
width: inherit;
|
|
1444
1488
|
min-width: 0;
|
|
1445
|
-
font-weight: var(--f-font-weight-bold,
|
|
1489
|
+
font-weight: var(--f-font-weight-bold, 700);
|
|
1446
1490
|
outline-offset: 0.25rem;
|
|
1447
1491
|
/* stylelint-disable declaration-block-no-redundant-longhand-properties -- readability */
|
|
1448
1492
|
padding-top: calc(var(--f-button-discrete-padding-top, initial) * var(--f-density-factor, 1));
|
|
@@ -1472,10 +1516,20 @@ input[type=search]:focus,
|
|
|
1472
1516
|
border-color: transparent;
|
|
1473
1517
|
color: var(--fkds-color-action-text-inverted-hover, #fff);
|
|
1474
1518
|
}
|
|
1475
|
-
.button.button--discrete-inverted.disabled, .button--discrete-inverted.disabled.calendar-navbar__year-selector-button, .button.button--discrete-inverted.disabled:hover, .button.button--discrete-inverted:disabled, .button--discrete-inverted.calendar-navbar__year-selector-button:disabled, .button.button--discrete-inverted:disabled:hover, .button.button--discrete-inverted.button--disabled, .button--discrete-inverted.button--disabled.calendar-navbar__year-selector-button, .button.button--discrete-inverted.button--disabled:hover {
|
|
1519
|
+
.button.button--discrete-inverted.disabled, .button--discrete-inverted.disabled.calendar-navbar__year-selector-button, .button.button--discrete-inverted.disabled:hover, .button.button--discrete-inverted:disabled, .button--discrete-inverted.calendar-navbar__year-selector-button:disabled, .button.button--discrete-inverted:disabled:hover, .button.button--discrete-inverted[aria-disabled=true], .button--discrete-inverted[aria-disabled=true].calendar-navbar__year-selector-button, .button.button--discrete-inverted[aria-disabled=true]:hover, .button.button--discrete-inverted.button--disabled, .button--discrete-inverted.button--disabled.calendar-navbar__year-selector-button, .button.button--discrete-inverted.button--disabled:hover {
|
|
1476
1520
|
background-color: transparent;
|
|
1477
1521
|
border-color: transparent;
|
|
1478
1522
|
color: var(--fkds-color-text-disabled, #8d8e91);
|
|
1523
|
+
pointer-events: none;
|
|
1524
|
+
}
|
|
1525
|
+
.button.button--discrete-inverted[aria-disabled=true], .button--discrete-inverted[aria-disabled=true].calendar-navbar__year-selector-button {
|
|
1526
|
+
pointer-events: none;
|
|
1527
|
+
}
|
|
1528
|
+
@media (forced-colors: active) {
|
|
1529
|
+
.button.button--discrete-inverted[aria-disabled=true], .button--discrete-inverted[aria-disabled=true].calendar-navbar__year-selector-button {
|
|
1530
|
+
color: GrayText;
|
|
1531
|
+
border-color: GrayText;
|
|
1532
|
+
}
|
|
1479
1533
|
}
|
|
1480
1534
|
@media (max-width: 639.98px) {
|
|
1481
1535
|
.button.button--discrete-inverted, .button--discrete-inverted.calendar-navbar__year-selector-button {
|
|
@@ -1488,7 +1542,7 @@ input[type=search]:focus,
|
|
|
1488
1542
|
.button.button--tertiary, .calendar-navbar__year-selector-button {
|
|
1489
1543
|
width: inherit;
|
|
1490
1544
|
min-width: 0;
|
|
1491
|
-
font-weight: var(--f-font-weight-medium,
|
|
1545
|
+
font-weight: var(--f-font-weight-medium, 600);
|
|
1492
1546
|
outline-offset: 0.25rem;
|
|
1493
1547
|
background-color: transparent;
|
|
1494
1548
|
border-color: transparent;
|
|
@@ -1511,10 +1565,20 @@ input[type=search]:focus,
|
|
|
1511
1565
|
border-color: transparent;
|
|
1512
1566
|
color: var(--fkds-color-action-text-primary-default, #4a52b6);
|
|
1513
1567
|
}
|
|
1514
|
-
.button.button--tertiary.disabled, .disabled.calendar-navbar__year-selector-button, .button.button--tertiary.disabled:hover, .button.button--tertiary:disabled, .calendar-navbar__year-selector-button:disabled, .button.button--tertiary:disabled:hover, .button.button--tertiary.button--disabled, .button--disabled.calendar-navbar__year-selector-button, .button.button--tertiary.button--disabled:hover {
|
|
1568
|
+
.button.button--tertiary.disabled, .disabled.calendar-navbar__year-selector-button, .button.button--tertiary.disabled:hover, .button.button--tertiary:disabled, .calendar-navbar__year-selector-button:disabled, .button.button--tertiary:disabled:hover, .button.button--tertiary[aria-disabled=true], [aria-disabled=true].calendar-navbar__year-selector-button, .button.button--tertiary[aria-disabled=true]:hover, .button.button--tertiary.button--disabled, .button--disabled.calendar-navbar__year-selector-button, .button.button--tertiary.button--disabled:hover {
|
|
1515
1569
|
background-color: transparent;
|
|
1516
1570
|
border-color: transparent;
|
|
1517
1571
|
color: var(--fkds-color-text-disabled, #8d8e91);
|
|
1572
|
+
pointer-events: none;
|
|
1573
|
+
}
|
|
1574
|
+
.button.button--tertiary[aria-disabled=true], [aria-disabled=true].calendar-navbar__year-selector-button {
|
|
1575
|
+
pointer-events: none;
|
|
1576
|
+
}
|
|
1577
|
+
@media (forced-colors: active) {
|
|
1578
|
+
.button.button--tertiary[aria-disabled=true], [aria-disabled=true].calendar-navbar__year-selector-button {
|
|
1579
|
+
color: GrayText;
|
|
1580
|
+
border-color: GrayText;
|
|
1581
|
+
}
|
|
1518
1582
|
}
|
|
1519
1583
|
@media (max-width: 639.98px) {
|
|
1520
1584
|
.button.button--tertiary, .calendar-navbar__year-selector-button {
|
|
@@ -1527,7 +1591,7 @@ input[type=search]:focus,
|
|
|
1527
1591
|
.button.button--tertiary--black:hover, .calendar-navbar__year-selector-button:hover, .button.button--tertiary--black:active, .calendar-navbar__year-selector-button:active, .button.button--tertiary--black:focus, .calendar-navbar__year-selector-button:focus {
|
|
1528
1592
|
color: var(--fkds-color-action-text-secondary-default, #1b1e23);
|
|
1529
1593
|
}
|
|
1530
|
-
.button.button--tertiary:disabled, .calendar-navbar__year-selector-button:disabled {
|
|
1594
|
+
.button.button--tertiary:disabled, .calendar-navbar__year-selector-button:disabled, .button.button--tertiary[aria-disabled=true], [aria-disabled=true].calendar-navbar__year-selector-button {
|
|
1531
1595
|
border: none;
|
|
1532
1596
|
}
|
|
1533
1597
|
.button.button--tertiary--inverted, .button--tertiary--inverted.calendar-navbar__year-selector-button {
|
|
@@ -1537,7 +1601,7 @@ input[type=search]:focus,
|
|
|
1537
1601
|
color: var(--fkds-color-action-text-inverted-focus, #fff);
|
|
1538
1602
|
background-color: transparent;
|
|
1539
1603
|
}
|
|
1540
|
-
.button.button--tertiary--inverted:disabled, .button--tertiary--inverted.calendar-navbar__year-selector-button:disabled {
|
|
1604
|
+
.button.button--tertiary--inverted:disabled, .button--tertiary--inverted.calendar-navbar__year-selector-button:disabled, .button.button--tertiary--inverted[aria-disabled=true], .button--tertiary--inverted[aria-disabled=true].calendar-navbar__year-selector-button {
|
|
1541
1605
|
color: var(--fkds-color-text-disabled, #8d8e91);
|
|
1542
1606
|
border: none;
|
|
1543
1607
|
border-width: 0;
|
|
@@ -1548,7 +1612,7 @@ input[type=search]:focus,
|
|
|
1548
1612
|
text-decoration-thickness: 2px;
|
|
1549
1613
|
text-underline-offset: 4px;
|
|
1550
1614
|
}
|
|
1551
|
-
.button.button--tertiary--underline:disabled, .button--tertiary--underline.calendar-navbar__year-selector-button:disabled {
|
|
1615
|
+
.button.button--tertiary--underline:disabled, .button--tertiary--underline.calendar-navbar__year-selector-button:disabled, .button.button--tertiary--underline[aria-disabled=true], .button--tertiary--underline[aria-disabled=true].calendar-navbar__year-selector-button {
|
|
1552
1616
|
text-decoration: none;
|
|
1553
1617
|
}
|
|
1554
1618
|
.button.button--tertiary.button--small, .button--small.calendar-navbar__year-selector-button {
|
|
@@ -1640,7 +1704,7 @@ input[type=search]:focus,
|
|
|
1640
1704
|
position: absolute;
|
|
1641
1705
|
right: 1.25rem;
|
|
1642
1706
|
}
|
|
1643
|
-
.button.disabled, .disabled.calendar-navbar__year-selector-button, .button.disabled:hover, .button:disabled, .calendar-navbar__year-selector-button:disabled, .button:disabled:hover, .button.button--disabled, .button--disabled.calendar-navbar__year-selector-button {
|
|
1707
|
+
.button.disabled, .disabled.calendar-navbar__year-selector-button, .button.disabled:hover, .button:disabled, .calendar-navbar__year-selector-button:disabled, .button:disabled:hover, .button[aria-disabled=true], [aria-disabled=true].calendar-navbar__year-selector-button, .button[aria-disabled=true]:hover, .button.button--disabled, .button--disabled.calendar-navbar__year-selector-button {
|
|
1644
1708
|
border-width: var(--f-border-width-medium, 2px);
|
|
1645
1709
|
box-shadow: none;
|
|
1646
1710
|
cursor: default;
|
|
@@ -1703,7 +1767,7 @@ input[type=search]:focus,
|
|
|
1703
1767
|
.calendar-day {
|
|
1704
1768
|
align-items: center;
|
|
1705
1769
|
display: inline-flex;
|
|
1706
|
-
font-weight: var(--f-font-weight-medium,
|
|
1770
|
+
font-weight: var(--f-font-weight-medium, 600);
|
|
1707
1771
|
justify-content: center;
|
|
1708
1772
|
height: 2.75rem;
|
|
1709
1773
|
width: 100%;
|
|
@@ -1824,7 +1888,7 @@ input[type=search]:focus,
|
|
|
1824
1888
|
.card__header-label {
|
|
1825
1889
|
color: var(--fkds-color-text-primary, #1b1e23);
|
|
1826
1890
|
font-size: var(--f-font-size-large, 1.125rem);
|
|
1827
|
-
font-weight: var(--f-font-weight-bold,
|
|
1891
|
+
font-weight: var(--f-font-weight-bold, 700);
|
|
1828
1892
|
line-height: var(--f-line-height-large, 1.5);
|
|
1829
1893
|
margin-bottom: calc(0.25rem * var(--f-density-factor, 1));
|
|
1830
1894
|
display: block;
|
|
@@ -2088,7 +2152,7 @@ input[type=search]:focus,
|
|
|
2088
2152
|
display: flex;
|
|
2089
2153
|
align-items: center;
|
|
2090
2154
|
cursor: pointer;
|
|
2091
|
-
font-weight: var(--f-font-weight-medium,
|
|
2155
|
+
font-weight: var(--f-font-weight-medium, 600);
|
|
2092
2156
|
padding: 0.5rem 1rem;
|
|
2093
2157
|
border-radius: 20px;
|
|
2094
2158
|
border: var(--f-border-width-medium, 2px) solid var(--fkds-color-border-primary, #8d8e91);
|
|
@@ -2171,7 +2235,7 @@ input[type=search]:focus,
|
|
|
2171
2235
|
display: flex;
|
|
2172
2236
|
align-items: center;
|
|
2173
2237
|
cursor: pointer;
|
|
2174
|
-
font-weight: var(--f-font-weight-medium,
|
|
2238
|
+
font-weight: var(--f-font-weight-medium, 600);
|
|
2175
2239
|
padding: 0.5rem 1rem;
|
|
2176
2240
|
border-radius: 20px;
|
|
2177
2241
|
border: var(--f-border-width-medium, 2px) solid var(--fkds-color-border-primary, #8d8e91);
|
|
@@ -2280,7 +2344,7 @@ input[type=search]:focus,
|
|
|
2280
2344
|
.calendar__year-selector__year--highlight, .combobox__listbox__option--highlight {
|
|
2281
2345
|
background-color: var(--fkds-color-select-background-primary-default, #4a52b6);
|
|
2282
2346
|
color: var(--fkds-color-text-inverted, #fff);
|
|
2283
|
-
font-weight: var(--f-font-weight-medium,
|
|
2347
|
+
font-weight: var(--f-font-weight-medium, 600);
|
|
2284
2348
|
}
|
|
2285
2349
|
@media (forced-colors: active) {
|
|
2286
2350
|
.calendar__year-selector__year--highlight, .combobox__listbox__option--highlight {
|
|
@@ -2319,6 +2383,7 @@ input[type=search]:focus,
|
|
|
2319
2383
|
display: flex;
|
|
2320
2384
|
align-items: center;
|
|
2321
2385
|
padding: 0.75rem;
|
|
2386
|
+
margin: 0.5rem 0;
|
|
2322
2387
|
}
|
|
2323
2388
|
.contextmenu__list__item a,
|
|
2324
2389
|
.contextmenu__list__item a:visited,
|
|
@@ -2398,6 +2463,7 @@ input[type=search]:focus,
|
|
|
2398
2463
|
.datepicker-field__close > .datepicker-field__close__button {
|
|
2399
2464
|
margin: 0;
|
|
2400
2465
|
padding: 1rem;
|
|
2466
|
+
align-items: center;
|
|
2401
2467
|
}
|
|
2402
2468
|
|
|
2403
2469
|
.popup--overlay .datepicker-field__popup {
|
|
@@ -2420,6 +2486,24 @@ input[type=search]:focus,
|
|
|
2420
2486
|
border: unset;
|
|
2421
2487
|
}
|
|
2422
2488
|
|
|
2489
|
+
.definition-list {
|
|
2490
|
+
margin: 0;
|
|
2491
|
+
color: var(--fkds-color-text-primary, #1b1e23);
|
|
2492
|
+
}
|
|
2493
|
+
.definition-list__term {
|
|
2494
|
+
float: left;
|
|
2495
|
+
clear: left;
|
|
2496
|
+
margin-right: 0.25rem;
|
|
2497
|
+
font-weight: var(--f-font-weight-medium, 600);
|
|
2498
|
+
}
|
|
2499
|
+
.definition-list__term::after {
|
|
2500
|
+
content: ":";
|
|
2501
|
+
}
|
|
2502
|
+
.definition-list__definition {
|
|
2503
|
+
margin-left: 0;
|
|
2504
|
+
margin-bottom: 0.25rem;
|
|
2505
|
+
}
|
|
2506
|
+
|
|
2423
2507
|
.dialogue-tree {
|
|
2424
2508
|
margin: 0 0 var(--f-margin-component-bottom, 1.5rem);
|
|
2425
2509
|
}
|
|
@@ -2452,16 +2536,16 @@ input[type=search]:focus,
|
|
|
2452
2536
|
display: flex;
|
|
2453
2537
|
align-items: center;
|
|
2454
2538
|
justify-content: space-between;
|
|
2539
|
+
cursor: pointer;
|
|
2455
2540
|
}
|
|
2456
2541
|
.dialogue-tree__list-item button span {
|
|
2457
2542
|
display: -webkit-box;
|
|
2458
2543
|
-webkit-line-clamp: 2;
|
|
2459
2544
|
-webkit-box-orient: vertical;
|
|
2460
2545
|
overflow: hidden;
|
|
2461
|
-
font-weight: var(--f-font-weight-medium,
|
|
2546
|
+
font-weight: var(--f-font-weight-medium, 600);
|
|
2462
2547
|
font-size: var(--f-font-size-standard, 1rem);
|
|
2463
2548
|
text-align: left;
|
|
2464
|
-
cursor: pointer;
|
|
2465
2549
|
}
|
|
2466
2550
|
.dialogue-tree__list-item button .icon {
|
|
2467
2551
|
flex-shrink: 0;
|
|
@@ -2475,7 +2559,7 @@ input[type=search]:focus,
|
|
|
2475
2559
|
border-radius: var(--f-border-radius-medium, 4px);
|
|
2476
2560
|
box-shadow: var(--f-button-shadow, 0 1px 3px rgba(0,0,0,.3));
|
|
2477
2561
|
font-size: var(--f-font-size-standard, 1rem);
|
|
2478
|
-
font-weight: var(--f-font-weight-medium,
|
|
2562
|
+
font-weight: var(--f-font-weight-medium, 600);
|
|
2479
2563
|
transition: background-color var(--f-animation-duration-medium, 350ms) ease-out;
|
|
2480
2564
|
display: inline-flex;
|
|
2481
2565
|
justify-content: space-between;
|
|
@@ -2615,7 +2699,7 @@ input[type=search]:focus,
|
|
|
2615
2699
|
margin-bottom: 0 !important;
|
|
2616
2700
|
}
|
|
2617
2701
|
.expandable-panel__heading button {
|
|
2618
|
-
background-color: var(--fkds-color-background-
|
|
2702
|
+
background-color: var(--fkds-color-interactive-surface-background-primary-default, #f4f4f4);
|
|
2619
2703
|
border: var(--f-border-width-medium, 2px) solid var(--fkds-color-border-primary, #8d8e91);
|
|
2620
2704
|
border-radius: var(--f-border-radius-medium, 4px);
|
|
2621
2705
|
color: var(--fkds-color-text-primary, #1b1e23);
|
|
@@ -2627,11 +2711,11 @@ input[type=search]:focus,
|
|
|
2627
2711
|
text-align: left;
|
|
2628
2712
|
width: 100%;
|
|
2629
2713
|
font-size: var(--f-font-size-large, 1.125rem);
|
|
2630
|
-
font-weight: var(--f-font-weight-bold,
|
|
2714
|
+
font-weight: var(--f-font-weight-bold, 700);
|
|
2631
2715
|
line-height: var(--f-line-height-large, 1.5);
|
|
2632
2716
|
}
|
|
2633
2717
|
.expandable-panel__heading button:focus, .expandable-panel__heading button:hover {
|
|
2634
|
-
background-color: var(--fkds-color-
|
|
2718
|
+
background-color: var(--fkds-color-interactive-surface-background-primary-hover, #ddddde);
|
|
2635
2719
|
}
|
|
2636
2720
|
.expandable-panel__title {
|
|
2637
2721
|
flex-grow: 1;
|
|
@@ -2811,7 +2895,8 @@ input[type=search]:focus,
|
|
|
2811
2895
|
.file-item__file-name {
|
|
2812
2896
|
margin-left: 0.25rem;
|
|
2813
2897
|
min-width: 0;
|
|
2814
|
-
overflow-wrap:
|
|
2898
|
+
overflow-wrap: anywhere;
|
|
2899
|
+
hyphens: auto;
|
|
2815
2900
|
white-space: normal;
|
|
2816
2901
|
}
|
|
2817
2902
|
.file-item__separator {
|
|
@@ -2834,14 +2919,24 @@ input[type=search]:focus,
|
|
|
2834
2919
|
box-shadow: var(--f-focus-box-shadow, 0 0 0 2px #fff, 0 0 0 4px #1b1e23, 0 0 0 6px #fff);
|
|
2835
2920
|
outline: 3px solid transparent;
|
|
2836
2921
|
}
|
|
2837
|
-
|
|
2922
|
+
@media (forced-colors: active) {
|
|
2923
|
+
.file-selector label.button.button--tertiary {
|
|
2924
|
+
border-color: ButtonBorder;
|
|
2925
|
+
color: ButtonText;
|
|
2926
|
+
}
|
|
2927
|
+
}
|
|
2928
|
+
.file-selector label.button.button--tertiary {
|
|
2838
2929
|
cursor: pointer;
|
|
2839
2930
|
}
|
|
2840
|
-
.file-selector input
|
|
2841
|
-
background-color: transparent;
|
|
2842
|
-
border-color: transparent;
|
|
2931
|
+
.file-selector input[aria-disabled=true] + label.button.button--tertiary {
|
|
2843
2932
|
cursor: default;
|
|
2844
2933
|
}
|
|
2934
|
+
@media (forced-colors: active) {
|
|
2935
|
+
.file-selector input[aria-disabled=true] + label.button.button--tertiary {
|
|
2936
|
+
color: GrayText;
|
|
2937
|
+
border-color: GrayText;
|
|
2938
|
+
}
|
|
2939
|
+
}
|
|
2845
2940
|
|
|
2846
2941
|
.file-uploader__message-box {
|
|
2847
2942
|
margin-top: 1.25rem;
|
|
@@ -3033,7 +3128,7 @@ input[type=search]:focus,
|
|
|
3033
3128
|
color: var(--fkds-color-text-primary, #1b1e23);
|
|
3034
3129
|
display: inline-block;
|
|
3035
3130
|
font-size: var(--f-font-size-standard, 1rem);
|
|
3036
|
-
font-weight: var(--f-font-weight-medium,
|
|
3131
|
+
font-weight: var(--f-font-weight-medium, 600);
|
|
3037
3132
|
line-height: var(--f-line-height-large, 1.5);
|
|
3038
3133
|
margin-bottom: calc(0.25rem * var(--f-density-factor, 1));
|
|
3039
3134
|
width: var(--f-width-full, 100%);
|
|
@@ -4039,7 +4134,7 @@ input[type=search]:focus,
|
|
|
4039
4134
|
}
|
|
4040
4135
|
.message-box__heading {
|
|
4041
4136
|
font-size: var(--f-font-size-large, 1.125rem);
|
|
4042
|
-
font-weight: var(--f-font-weight-medium,
|
|
4137
|
+
font-weight: var(--f-font-weight-medium, 600);
|
|
4043
4138
|
color: var(--fkds-color-text-primary, #1b1e23);
|
|
4044
4139
|
line-height: var(--f-line-height-medium, 1.4);
|
|
4045
4140
|
align-items: flex-start;
|
|
@@ -4272,7 +4367,7 @@ input[type=search]:focus,
|
|
|
4272
4367
|
}
|
|
4273
4368
|
.modal__header .modal__title {
|
|
4274
4369
|
font-size: var(--f-modal-title-font-size, 1.25rem);
|
|
4275
|
-
font-weight: var(--f-font-weight-bold,
|
|
4370
|
+
font-weight: var(--f-font-weight-bold, 700);
|
|
4276
4371
|
margin-bottom: 0;
|
|
4277
4372
|
margin-top: 0;
|
|
4278
4373
|
color: var(--fkds-color-text-primary, #1b1e23);
|
|
@@ -4395,9 +4490,21 @@ input[type=search]:focus,
|
|
|
4395
4490
|
.imenu__list__item a:active {
|
|
4396
4491
|
color: var(--fkds-color-text-primary, #1b1e23);
|
|
4397
4492
|
}
|
|
4493
|
+
@media (forced-colors: active) {
|
|
4494
|
+
.imenu__list__item a,
|
|
4495
|
+
.imenu__list__item a:visited,
|
|
4496
|
+
.imenu__list__item a:active {
|
|
4497
|
+
color: LinkText;
|
|
4498
|
+
}
|
|
4499
|
+
}
|
|
4398
4500
|
.imenu__list__item a:hover {
|
|
4399
4501
|
color: var(--fkds-color-text-primary, #1b1e23);
|
|
4400
4502
|
}
|
|
4503
|
+
@media (forced-colors: active) {
|
|
4504
|
+
.imenu__list__item a:hover {
|
|
4505
|
+
color: LinkText;
|
|
4506
|
+
}
|
|
4507
|
+
}
|
|
4401
4508
|
.imenu__popup-item {
|
|
4402
4509
|
position: relative;
|
|
4403
4510
|
list-style-type: none;
|
|
@@ -4423,18 +4530,42 @@ input[type=search]:focus,
|
|
|
4423
4530
|
font-weight: var(--f-font-weight-normal, 400);
|
|
4424
4531
|
background-color: var(--fkds-color-navigation-background-hover, #dbe9e2);
|
|
4425
4532
|
}
|
|
4533
|
+
@media (forced-colors: active) {
|
|
4534
|
+
.imenu--vertical .imenu__list__item:hover {
|
|
4535
|
+
outline: 2px solid highlight;
|
|
4536
|
+
}
|
|
4537
|
+
}
|
|
4426
4538
|
.imenu--vertical .imenu__list__item--highlight {
|
|
4427
|
-
font-weight: var(--f-font-weight-medium,
|
|
4539
|
+
font-weight: var(--f-font-weight-medium, 600);
|
|
4428
4540
|
background-color: var(--fkds-color-navigation-background-selected, #35805b);
|
|
4429
4541
|
}
|
|
4542
|
+
@media (forced-colors: active) {
|
|
4543
|
+
.imenu--vertical .imenu__list__item--highlight {
|
|
4544
|
+
background-color: highlight;
|
|
4545
|
+
color: highlightText;
|
|
4546
|
+
forced-color-adjust: none;
|
|
4547
|
+
}
|
|
4548
|
+
}
|
|
4430
4549
|
.imenu--vertical .imenu__list__item--highlight .imenu__list__anchor {
|
|
4431
4550
|
color: var(--fkds-color-text-inverted, #fff);
|
|
4432
4551
|
}
|
|
4552
|
+
@media (forced-colors: active) {
|
|
4553
|
+
.imenu--vertical .imenu__list__item--highlight .imenu__list__anchor {
|
|
4554
|
+
color: HighlightText;
|
|
4555
|
+
}
|
|
4556
|
+
}
|
|
4433
4557
|
.imenu--vertical .imenu__list__item--highlight:hover {
|
|
4434
4558
|
background-color: var(--fkds-color-navigation-background-selected, #35805b);
|
|
4435
|
-
font-weight: var(--f-font-weight-medium,
|
|
4559
|
+
font-weight: var(--f-font-weight-medium, 600);
|
|
4436
4560
|
color: var(--fkds-color-text-inverted, #fff);
|
|
4437
4561
|
}
|
|
4562
|
+
@media (forced-colors: active) {
|
|
4563
|
+
.imenu--vertical .imenu__list__item--highlight:hover {
|
|
4564
|
+
background-color: highlight;
|
|
4565
|
+
color: highlightText;
|
|
4566
|
+
forced-color-adjust: none;
|
|
4567
|
+
}
|
|
4568
|
+
}
|
|
4438
4569
|
|
|
4439
4570
|
.imenu--horizontal {
|
|
4440
4571
|
overflow: hidden;
|
|
@@ -4449,13 +4580,18 @@ input[type=search]:focus,
|
|
|
4449
4580
|
padding-right: 0.75rem;
|
|
4450
4581
|
}
|
|
4451
4582
|
.imenu--horizontal .imenu__list__item--highlight {
|
|
4452
|
-
font-weight: var(--f-font-weight-medium,
|
|
4583
|
+
font-weight: var(--f-font-weight-medium, 600);
|
|
4453
4584
|
}
|
|
4454
4585
|
.imenu--horizontal .imenu__list__item--highlight .imenu__list__anchor-container {
|
|
4455
4586
|
border-bottom: 5px solid var(--fkds-color-navigation-border-selected, #35805b);
|
|
4456
4587
|
}
|
|
4588
|
+
@media (forced-colors: active) {
|
|
4589
|
+
.imenu--horizontal .imenu__list__item--highlight .imenu__list__anchor-container {
|
|
4590
|
+
border-bottom: 5px solid highlight;
|
|
4591
|
+
}
|
|
4592
|
+
}
|
|
4457
4593
|
.imenu--horizontal .imenu__list__item--highlight .imenu__list__anchor:hover {
|
|
4458
|
-
font-weight: var(--f-font-weight-medium,
|
|
4594
|
+
font-weight: var(--f-font-weight-medium, 600);
|
|
4459
4595
|
}
|
|
4460
4596
|
.imenu--horizontal .imenu__list__item--hidden {
|
|
4461
4597
|
visibility: hidden;
|
|
@@ -4463,10 +4599,20 @@ input[type=search]:focus,
|
|
|
4463
4599
|
.imenu--horizontal .imenu__list__item:not(.imenu__list__item--highlight) .imenu__list__anchor-container:hover {
|
|
4464
4600
|
border-bottom: 5px solid var(--fkds-color-navigation-border-hover, #88b49f);
|
|
4465
4601
|
}
|
|
4602
|
+
@media (forced-colors: active) {
|
|
4603
|
+
.imenu--horizontal .imenu__list__item:not(.imenu__list__item--highlight) .imenu__list__anchor-container:hover {
|
|
4604
|
+
border-bottom: 5px solid highlight;
|
|
4605
|
+
}
|
|
4606
|
+
}
|
|
4466
4607
|
.imenu--horizontal .imenu__list__anchor-container {
|
|
4467
4608
|
padding-bottom: 0.5rem;
|
|
4468
4609
|
border-bottom: 5px solid transparent;
|
|
4469
4610
|
}
|
|
4611
|
+
@media (forced-colors: active) {
|
|
4612
|
+
.imenu--horizontal .imenu__list__anchor-container {
|
|
4613
|
+
border-bottom: none;
|
|
4614
|
+
}
|
|
4615
|
+
}
|
|
4470
4616
|
.imenu--horizontal .imenu__list__anchor {
|
|
4471
4617
|
display: inline-flex;
|
|
4472
4618
|
}
|
|
@@ -4575,7 +4721,7 @@ input[type=search]:focus,
|
|
|
4575
4721
|
padding-top: 0.22rem;
|
|
4576
4722
|
margin: 0;
|
|
4577
4723
|
font-size: var(--f-font-size-h3, 1.375rem);
|
|
4578
|
-
font-weight: var(--f-font-weight-medium,
|
|
4724
|
+
font-weight: var(--f-font-weight-medium, 600);
|
|
4579
4725
|
color: var(--fkds-color-header-text-primary, #fff);
|
|
4580
4726
|
white-space: nowrap;
|
|
4581
4727
|
overflow: hidden;
|
|
@@ -4618,7 +4764,7 @@ input[type=search]:focus,
|
|
|
4618
4764
|
}
|
|
4619
4765
|
.paginator__page--active, .paginator__previous--active, .paginator__next--active {
|
|
4620
4766
|
color: var(--fkds-color-action-text-inverted-default, #fff);
|
|
4621
|
-
background-color: var(--fkds-color-
|
|
4767
|
+
background-color: var(--fkds-color-select-background-primary-default, #4a52b6);
|
|
4622
4768
|
}
|
|
4623
4769
|
@media (forced-colors: active) {
|
|
4624
4770
|
.paginator__page--active, .paginator__previous--active, .paginator__next--active {
|
|
@@ -4896,51 +5042,11 @@ input[type=search]:focus,
|
|
|
4896
5042
|
.sort-filter-dataset__sort {
|
|
4897
5043
|
min-width: 80px;
|
|
4898
5044
|
}
|
|
4899
|
-
.sort-filter-dataset__search {
|
|
4900
|
-
position: relative;
|
|
4901
|
-
}
|
|
4902
|
-
.sort-filter-dataset__search input {
|
|
4903
|
-
padding-left: 2.1rem;
|
|
4904
|
-
padding-right: 2.1rem;
|
|
4905
|
-
}
|
|
4906
5045
|
@media (min-width: 640px) {
|
|
4907
5046
|
.sort-filter-dataset__search input {
|
|
4908
5047
|
width: 160px;
|
|
4909
5048
|
}
|
|
4910
5049
|
}
|
|
4911
|
-
.sort-filter-dataset__search__magnify-icon {
|
|
4912
|
-
position: absolute;
|
|
4913
|
-
left: 1.75rem;
|
|
4914
|
-
height: var(--f-height-large, 2.5rem);
|
|
4915
|
-
/* same as textfield */
|
|
4916
|
-
z-index: 1;
|
|
4917
|
-
/* In front of input field */
|
|
4918
|
-
width: 1.2rem;
|
|
4919
|
-
color: var(--fkds-color-text-secondary, #5f6165);
|
|
4920
|
-
}
|
|
4921
|
-
@media (max-width: 639.98px) {
|
|
4922
|
-
.sort-filter-dataset__search__magnify-icon {
|
|
4923
|
-
top: 1.5rem;
|
|
4924
|
-
left: 0.75rem;
|
|
4925
|
-
}
|
|
4926
|
-
}
|
|
4927
|
-
.sort-filter-dataset__search__close-icon.button--discrete {
|
|
4928
|
-
position: absolute;
|
|
4929
|
-
top: -0.75rem;
|
|
4930
|
-
right: 0;
|
|
4931
|
-
color: var(--fkds-color-text-secondary, #5f6165);
|
|
4932
|
-
cursor: pointer;
|
|
4933
|
-
padding: 1rem;
|
|
4934
|
-
}
|
|
4935
|
-
@media (max-width: 639.98px) {
|
|
4936
|
-
.sort-filter-dataset__search__close-icon.button--discrete {
|
|
4937
|
-
top: 1rem;
|
|
4938
|
-
}
|
|
4939
|
-
}
|
|
4940
|
-
.sort-filter-dataset__search__close-icon.button--discrete:hover {
|
|
4941
|
-
box-shadow: none;
|
|
4942
|
-
background-color: transparent;
|
|
4943
|
-
}
|
|
4944
5050
|
|
|
4945
5051
|
.static-panel {
|
|
4946
5052
|
margin-bottom: 2.5rem;
|
|
@@ -4952,7 +5058,7 @@ input[type=search]:focus,
|
|
|
4952
5058
|
border-bottom: 0;
|
|
4953
5059
|
color: var(--fkds-color-text-primary, #1b1e23);
|
|
4954
5060
|
font-size: var(--f-font-size-large, 1.125rem);
|
|
4955
|
-
font-weight: var(--f-font-weight-bold,
|
|
5061
|
+
font-weight: var(--f-font-weight-bold, 700);
|
|
4956
5062
|
line-height: var(--f-line-height-large, 1.5);
|
|
4957
5063
|
margin: 0;
|
|
4958
5064
|
padding: calc(1rem * var(--f-density-factor, 1)) 1rem;
|
|
@@ -5035,7 +5141,7 @@ input[type=search]:focus,
|
|
|
5035
5141
|
background: transparent;
|
|
5036
5142
|
color: var(--fkds-color-text-primary, #1b1e23);
|
|
5037
5143
|
font-size: var(--f-font-size-standard, 1rem);
|
|
5038
|
-
font-weight: var(--f-font-weight-medium,
|
|
5144
|
+
font-weight: var(--f-font-weight-medium, 600);
|
|
5039
5145
|
line-height: var(--f-line-height-large, 1.5);
|
|
5040
5146
|
margin-bottom: calc(0.25rem * var(--f-density-factor, 1));
|
|
5041
5147
|
width: var(--f-width-full, 100%);
|
|
@@ -5046,7 +5152,7 @@ input[type=search]:focus,
|
|
|
5046
5152
|
border-bottom: 2px solid var(--fkds-color-border-primary, #8d8e91);
|
|
5047
5153
|
border-right: 1px solid var(--fkds-color-border-primary, #8d8e91);
|
|
5048
5154
|
color: var(--fkds-color-text-primary, #1b1e23);
|
|
5049
|
-
font-weight: var(--f-font-weight-medium,
|
|
5155
|
+
font-weight: var(--f-font-weight-medium, 600);
|
|
5050
5156
|
line-height: var(--f-line-height-large, 1.5);
|
|
5051
5157
|
padding: calc(0.25rem * var(--f-density-factor, 1)) 0.5rem;
|
|
5052
5158
|
text-align: left;
|
|
@@ -5081,7 +5187,7 @@ input[type=search]:focus,
|
|
|
5081
5187
|
}
|
|
5082
5188
|
.table tbody th {
|
|
5083
5189
|
border-right: 1px solid var(--fkds-color-border-primary, #8d8e91);
|
|
5084
|
-
font-weight: var(--f-font-weight-medium,
|
|
5190
|
+
font-weight: var(--f-font-weight-medium, 600);
|
|
5085
5191
|
line-height: calc(1.5rem * var(--f-density-factor, 1));
|
|
5086
5192
|
}
|
|
5087
5193
|
.table tbody .table__column--action {
|
|
@@ -5223,13 +5329,23 @@ input[type=search]:focus,
|
|
|
5223
5329
|
border-color: transparent;
|
|
5224
5330
|
color: var(--fkds-color-action-text-primary-default, #4a52b6);
|
|
5225
5331
|
}
|
|
5226
|
-
.table__button.disabled, .table__button.disabled:hover, .table__button:disabled, .table__button:disabled:hover, .table__button.table__button--disabled, .table__button.table__button--disabled:hover {
|
|
5332
|
+
.table__button.disabled, .table__button.disabled:hover, .table__button:disabled, .table__button:disabled:hover, .table__button[aria-disabled=true], .table__button[aria-disabled=true]:hover, .table__button.table__button--disabled, .table__button.table__button--disabled:hover {
|
|
5227
5333
|
background-color: transparent;
|
|
5228
5334
|
border-color: transparent;
|
|
5229
5335
|
color: var(--fkds-color-text-disabled, #8d8e91);
|
|
5336
|
+
pointer-events: none;
|
|
5337
|
+
}
|
|
5338
|
+
.table__button[aria-disabled=true] {
|
|
5339
|
+
pointer-events: none;
|
|
5340
|
+
}
|
|
5341
|
+
@media (forced-colors: active) {
|
|
5342
|
+
.table__button[aria-disabled=true] {
|
|
5343
|
+
color: GrayText;
|
|
5344
|
+
border-color: GrayText;
|
|
5345
|
+
}
|
|
5230
5346
|
}
|
|
5231
5347
|
.table__button {
|
|
5232
|
-
font-weight: var(--f-font-weight-medium,
|
|
5348
|
+
font-weight: var(--f-font-weight-medium, 600);
|
|
5233
5349
|
outline-offset: 0.25rem;
|
|
5234
5350
|
font-size: 14px;
|
|
5235
5351
|
line-height: 1.25rem;
|
|
@@ -5258,7 +5374,7 @@ input[type=search]:focus,
|
|
|
5258
5374
|
background: transparent;
|
|
5259
5375
|
color: var(--fkds-color-text-primary, #1b1e23);
|
|
5260
5376
|
font-size: var(--f-font-size-standard, 1rem);
|
|
5261
|
-
font-weight: var(--f-font-weight-medium,
|
|
5377
|
+
font-weight: var(--f-font-weight-medium, 600);
|
|
5262
5378
|
line-height: var(--f-line-height-large, 1.5);
|
|
5263
5379
|
margin-bottom: calc(0.25rem * var(--f-density-factor, 1));
|
|
5264
5380
|
width: var(--f-width-full, 100%);
|
|
@@ -5269,7 +5385,7 @@ input[type=search]:focus,
|
|
|
5269
5385
|
border-bottom: 2px solid var(--fkds-color-border-primary, #8d8e91);
|
|
5270
5386
|
border-right: 1px solid var(--fkds-color-border-primary, #8d8e91);
|
|
5271
5387
|
color: var(--fkds-color-text-primary, #1b1e23);
|
|
5272
|
-
font-weight: var(--f-font-weight-medium,
|
|
5388
|
+
font-weight: var(--f-font-weight-medium, 600);
|
|
5273
5389
|
line-height: var(--f-line-height-large, 1.5);
|
|
5274
5390
|
padding: calc(0.25rem * var(--f-density-factor, 1)) 0.5rem;
|
|
5275
5391
|
text-align: left;
|
|
@@ -5309,6 +5425,7 @@ input[type=search]:focus,
|
|
|
5309
5425
|
.table-ng__cell:focus, .table-ng__cell:focus-within {
|
|
5310
5426
|
box-shadow: none;
|
|
5311
5427
|
outline: 3px solid var(--fkds-color-text-primary, #1b1e23);
|
|
5428
|
+
outline-offset: -3px;
|
|
5312
5429
|
}
|
|
5313
5430
|
.table-ng__cell:not(.table-ng__cell--menu-open):hover:has(button) {
|
|
5314
5431
|
background: var(--fkds-color-action-background-secondary-hover, #e5e5f5);
|
|
@@ -5343,6 +5460,9 @@ input[type=search]:focus,
|
|
|
5343
5460
|
box-shadow: inset 0 -3px 0 0 var(--fkds-color-border-strong, #5f6165);
|
|
5344
5461
|
border-radius: 0;
|
|
5345
5462
|
}
|
|
5463
|
+
.table-ng__cell .table-ng__editable {
|
|
5464
|
+
min-block-size: calc(var(--f-font-size-standard, 1rem) * var(--f-line-height-large, 1.5) + 0.25rem * var(--f-density-factor, 1) * 2 + 6px);
|
|
5465
|
+
}
|
|
5346
5466
|
.table-ng__cell .table-ng__editable:focus-within {
|
|
5347
5467
|
box-shadow: inset 0 -3px 0 0 var(--fkds-color-border-strong, #5f6165);
|
|
5348
5468
|
border-radius: 0;
|
|
@@ -5351,6 +5471,10 @@ input[type=search]:focus,
|
|
|
5351
5471
|
box-shadow: inset 0 -3px 0 0 var(--fkds-color-border-strong, #5f6165);
|
|
5352
5472
|
border-radius: 0;
|
|
5353
5473
|
}
|
|
5474
|
+
.table-ng__cell--select .table-ng__editable {
|
|
5475
|
+
border: 3px solid transparent;
|
|
5476
|
+
box-sizing: border-box;
|
|
5477
|
+
}
|
|
5354
5478
|
.table-ng__cell--text:focus-visible {
|
|
5355
5479
|
box-shadow: none !important;
|
|
5356
5480
|
}
|
|
@@ -5430,7 +5554,7 @@ input[type=search]:focus,
|
|
|
5430
5554
|
background: var(--fkds-color-action-background-secondary-hover, #e5e5f5);
|
|
5431
5555
|
}
|
|
5432
5556
|
.table-ng__cell--rowheader {
|
|
5433
|
-
font-weight: var(--f-font-weight-medium,
|
|
5557
|
+
font-weight: var(--f-font-weight-medium, 600);
|
|
5434
5558
|
text-align: left;
|
|
5435
5559
|
}
|
|
5436
5560
|
.table-ng__cell--custom {
|
|
@@ -5440,6 +5564,7 @@ input[type=search]:focus,
|
|
|
5440
5564
|
.table-ng__cell--custom:focus {
|
|
5441
5565
|
box-shadow: none;
|
|
5442
5566
|
outline: 3px solid var(--fkds-color-text-primary, #1b1e23);
|
|
5567
|
+
outline-offset: -3px;
|
|
5443
5568
|
}
|
|
5444
5569
|
.table-ng__cell--menu-open, .table-ng__cell--menu-open:hover {
|
|
5445
5570
|
background: var(--fkds-color-action-background-primary-active, #3b4292);
|
|
@@ -5466,6 +5591,7 @@ input[type=search]:focus,
|
|
|
5466
5591
|
padding: calc(0.25rem * var(--f-density-factor, 1)) 0.5rem;
|
|
5467
5592
|
display: flex;
|
|
5468
5593
|
align-items: center;
|
|
5594
|
+
margin-block: 2px;
|
|
5469
5595
|
}
|
|
5470
5596
|
.table-ng__editable__text {
|
|
5471
5597
|
flex: 1 1 auto;
|
|
@@ -5478,8 +5604,7 @@ input[type=search]:focus,
|
|
|
5478
5604
|
@media (forced-colors: active) {
|
|
5479
5605
|
.table-ng__editable {
|
|
5480
5606
|
forced-color-adjust: none;
|
|
5481
|
-
|
|
5482
|
-
border-bottom-width: 0;
|
|
5607
|
+
color: CanvasText;
|
|
5483
5608
|
}
|
|
5484
5609
|
.table-ng__cell--text:hover .table-ng__editable,
|
|
5485
5610
|
.table-ng__cell--select:hover .table-ng__editable,
|
|
@@ -5488,6 +5613,16 @@ input[type=search]:focus,
|
|
|
5488
5613
|
box-shadow: inset 0 -3px 0 0 Highlight;
|
|
5489
5614
|
border-radius: 0;
|
|
5490
5615
|
}
|
|
5616
|
+
.table-ng [tabindex="0"]:focus,
|
|
5617
|
+
.table-ng [tabindex="0"]:focus-visible {
|
|
5618
|
+
outline: 3px solid CanvasText;
|
|
5619
|
+
outline-offset: -3px;
|
|
5620
|
+
background: transparent;
|
|
5621
|
+
}
|
|
5622
|
+
.table-ng__cell :is(button, a, input, select, [role=combobox]):focus,
|
|
5623
|
+
.table-ng__cell :is(button, a, input, select, [role=combobox]):focus-visible {
|
|
5624
|
+
outline: none;
|
|
5625
|
+
}
|
|
5491
5626
|
}
|
|
5492
5627
|
.table-ng__column {
|
|
5493
5628
|
padding: calc(0.25rem * var(--f-density-factor, 1)) 0.5rem;
|
|
@@ -5496,8 +5631,8 @@ input[type=search]:focus,
|
|
|
5496
5631
|
}
|
|
5497
5632
|
.table-ng__column:focus, .table-ng__column:focus-within {
|
|
5498
5633
|
box-shadow: none;
|
|
5499
|
-
|
|
5500
|
-
|
|
5634
|
+
outline: 3px solid var(--fkds-color-text-primary, #1b1e23);
|
|
5635
|
+
outline-offset: -3px;
|
|
5501
5636
|
}
|
|
5502
5637
|
.table-ng__column--selectable {
|
|
5503
5638
|
text-align: center;
|
|
@@ -5509,6 +5644,10 @@ input[type=search]:focus,
|
|
|
5509
5644
|
vertical-align: middle;
|
|
5510
5645
|
accent-color: var(--fkds-color-action-background-primary-default, #4a52b6);
|
|
5511
5646
|
}
|
|
5647
|
+
.table-ng__column--selectable input[type=checkbox]:focus,
|
|
5648
|
+
.table-ng__column--selectable input[type=checkbox]:focus-visible {
|
|
5649
|
+
box-shadow: none;
|
|
5650
|
+
}
|
|
5512
5651
|
.table-ng__column--rowheader {
|
|
5513
5652
|
text-align: left;
|
|
5514
5653
|
padding: calc(0.25rem * var(--f-density-factor, 1));
|
|
@@ -5763,7 +5902,7 @@ input[type=search]:focus,
|
|
|
5763
5902
|
}
|
|
5764
5903
|
.tooltip__header {
|
|
5765
5904
|
font-size: var(--f-font-size-large, 1.125rem);
|
|
5766
|
-
font-weight: var(--f-font-weight-bold,
|
|
5905
|
+
font-weight: var(--f-font-weight-bold, 700);
|
|
5767
5906
|
line-height: var(--f-line-height-medium, 1.4);
|
|
5768
5907
|
padding: 0 1rem;
|
|
5769
5908
|
margin-bottom: 0.5rem;
|
|
@@ -6359,9 +6498,21 @@ input[type=search]:focus,
|
|
|
6359
6498
|
.ipopupmenu__list__item a:active {
|
|
6360
6499
|
color: var(--fkds-color-text-primary, #1b1e23);
|
|
6361
6500
|
}
|
|
6501
|
+
@media (forced-colors: active) {
|
|
6502
|
+
.ipopupmenu__list__item a,
|
|
6503
|
+
.ipopupmenu__list__item a:visited,
|
|
6504
|
+
.ipopupmenu__list__item a:active {
|
|
6505
|
+
color: LinkText;
|
|
6506
|
+
}
|
|
6507
|
+
}
|
|
6362
6508
|
.ipopupmenu__list__item a:hover {
|
|
6363
6509
|
color: var(--fkds-color-text-primary, #1b1e23);
|
|
6364
6510
|
}
|
|
6511
|
+
@media (forced-colors: active) {
|
|
6512
|
+
.ipopupmenu__list__item a:hover {
|
|
6513
|
+
color: LinkText;
|
|
6514
|
+
}
|
|
6515
|
+
}
|
|
6365
6516
|
|
|
6366
6517
|
.ipopupmenu--vertical .ipopupmenu__list {
|
|
6367
6518
|
display: block;
|
|
@@ -6373,13 +6524,30 @@ input[type=search]:focus,
|
|
|
6373
6524
|
.ipopupmenu--vertical .ipopupmenu__list__item:hover:not(.ipopupmenu__list__item--highlight) {
|
|
6374
6525
|
background-color: var(--fkds-color-navigation-background-hover, #dbe9e2);
|
|
6375
6526
|
}
|
|
6527
|
+
@media (forced-colors: active) {
|
|
6528
|
+
.ipopupmenu--vertical .ipopupmenu__list__item:hover:not(.ipopupmenu__list__item--highlight) {
|
|
6529
|
+
outline: 2px solid highlight;
|
|
6530
|
+
}
|
|
6531
|
+
}
|
|
6376
6532
|
.ipopupmenu--vertical .ipopupmenu__list__item--highlight {
|
|
6377
6533
|
background-color: var(--fkds-color-navigation-background-selected, #35805b);
|
|
6378
|
-
font-weight: var(--f-font-weight-medium,
|
|
6534
|
+
font-weight: var(--f-font-weight-medium, 600);
|
|
6535
|
+
}
|
|
6536
|
+
@media (forced-colors: active) {
|
|
6537
|
+
.ipopupmenu--vertical .ipopupmenu__list__item--highlight {
|
|
6538
|
+
background-color: highlight;
|
|
6539
|
+
color: highlightText;
|
|
6540
|
+
forced-color-adjust: none;
|
|
6541
|
+
}
|
|
6379
6542
|
}
|
|
6380
6543
|
.ipopupmenu--vertical .ipopupmenu__list__item--highlight a {
|
|
6381
6544
|
color: var(--fkds-color-text-inverted, #fff);
|
|
6382
6545
|
}
|
|
6546
|
+
@media (forced-colors: active) {
|
|
6547
|
+
.ipopupmenu--vertical .ipopupmenu__list__item--highlight a {
|
|
6548
|
+
color: HighlightText;
|
|
6549
|
+
}
|
|
6550
|
+
}
|
|
6383
6551
|
|
|
6384
6552
|
.popup--overlay {
|
|
6385
6553
|
position: absolute;
|
|
@@ -6414,7 +6582,7 @@ input[type=search]:focus,
|
|
|
6414
6582
|
left: 20px;
|
|
6415
6583
|
top: 20px;
|
|
6416
6584
|
font-size: var(--f-font-size-standard, 1rem);
|
|
6417
|
-
font-weight: var(--f-font-weight-medium,
|
|
6585
|
+
font-weight: var(--f-font-weight-medium, 600);
|
|
6418
6586
|
text-decoration: underline;
|
|
6419
6587
|
text-underline-offset: 0.25em;
|
|
6420
6588
|
padding: 0.25rem 0.5rem;
|