@fkui/design 6.38.0 → 6.39.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 +141 -40
- package/lib/fkui.min.css +1 -1
- package/package.json +8 -8
- package/src/components/button/_button.scss +4 -0
- package/src/components/contextmenu/_contextmenu.scss +1 -0
- package/src/components/expandable-panel/_variables.scss +2 -2
- package/src/components/navigation-menu/_navigation-menu.scss +22 -0
- package/src/components/table-ng/_cell.scss +23 -2
- 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);
|
|
@@ -1389,9 +1389,10 @@ input[type=search]:focus,
|
|
|
1389
1389
|
.button.button--discrete, .button--discrete.calendar-navbar__year-selector-button, .button.button--text, .button--text.calendar-navbar__year-selector-button {
|
|
1390
1390
|
width: inherit;
|
|
1391
1391
|
min-width: 0;
|
|
1392
|
-
font-weight: var(--f-font-weight-bold,
|
|
1392
|
+
font-weight: var(--f-font-weight-bold, 700);
|
|
1393
1393
|
outline-offset: 0.25rem;
|
|
1394
1394
|
line-height: calc(1.25 * var(--f-font-size-standard, 1rem));
|
|
1395
|
+
align-items: flex-start;
|
|
1395
1396
|
background-color: transparent;
|
|
1396
1397
|
border-color: transparent;
|
|
1397
1398
|
border-width: 0;
|
|
@@ -1439,10 +1440,13 @@ input[type=search]:focus,
|
|
|
1439
1440
|
.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
1441
|
border-radius: var(--f-button-discrete-radius-hover, none);
|
|
1441
1442
|
}
|
|
1443
|
+
.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 {
|
|
1444
|
+
flex-shrink: 0;
|
|
1445
|
+
}
|
|
1442
1446
|
.button.button--discrete-inverted, .button--discrete-inverted.calendar-navbar__year-selector-button {
|
|
1443
1447
|
width: inherit;
|
|
1444
1448
|
min-width: 0;
|
|
1445
|
-
font-weight: var(--f-font-weight-bold,
|
|
1449
|
+
font-weight: var(--f-font-weight-bold, 700);
|
|
1446
1450
|
outline-offset: 0.25rem;
|
|
1447
1451
|
/* stylelint-disable declaration-block-no-redundant-longhand-properties -- readability */
|
|
1448
1452
|
padding-top: calc(var(--f-button-discrete-padding-top, initial) * var(--f-density-factor, 1));
|
|
@@ -1488,7 +1492,7 @@ input[type=search]:focus,
|
|
|
1488
1492
|
.button.button--tertiary, .calendar-navbar__year-selector-button {
|
|
1489
1493
|
width: inherit;
|
|
1490
1494
|
min-width: 0;
|
|
1491
|
-
font-weight: var(--f-font-weight-medium,
|
|
1495
|
+
font-weight: var(--f-font-weight-medium, 600);
|
|
1492
1496
|
outline-offset: 0.25rem;
|
|
1493
1497
|
background-color: transparent;
|
|
1494
1498
|
border-color: transparent;
|
|
@@ -1703,7 +1707,7 @@ input[type=search]:focus,
|
|
|
1703
1707
|
.calendar-day {
|
|
1704
1708
|
align-items: center;
|
|
1705
1709
|
display: inline-flex;
|
|
1706
|
-
font-weight: var(--f-font-weight-medium,
|
|
1710
|
+
font-weight: var(--f-font-weight-medium, 600);
|
|
1707
1711
|
justify-content: center;
|
|
1708
1712
|
height: 2.75rem;
|
|
1709
1713
|
width: 100%;
|
|
@@ -1824,7 +1828,7 @@ input[type=search]:focus,
|
|
|
1824
1828
|
.card__header-label {
|
|
1825
1829
|
color: var(--fkds-color-text-primary, #1b1e23);
|
|
1826
1830
|
font-size: var(--f-font-size-large, 1.125rem);
|
|
1827
|
-
font-weight: var(--f-font-weight-bold,
|
|
1831
|
+
font-weight: var(--f-font-weight-bold, 700);
|
|
1828
1832
|
line-height: var(--f-line-height-large, 1.5);
|
|
1829
1833
|
margin-bottom: calc(0.25rem * var(--f-density-factor, 1));
|
|
1830
1834
|
display: block;
|
|
@@ -2088,7 +2092,7 @@ input[type=search]:focus,
|
|
|
2088
2092
|
display: flex;
|
|
2089
2093
|
align-items: center;
|
|
2090
2094
|
cursor: pointer;
|
|
2091
|
-
font-weight: var(--f-font-weight-medium,
|
|
2095
|
+
font-weight: var(--f-font-weight-medium, 600);
|
|
2092
2096
|
padding: 0.5rem 1rem;
|
|
2093
2097
|
border-radius: 20px;
|
|
2094
2098
|
border: var(--f-border-width-medium, 2px) solid var(--fkds-color-border-primary, #8d8e91);
|
|
@@ -2171,7 +2175,7 @@ input[type=search]:focus,
|
|
|
2171
2175
|
display: flex;
|
|
2172
2176
|
align-items: center;
|
|
2173
2177
|
cursor: pointer;
|
|
2174
|
-
font-weight: var(--f-font-weight-medium,
|
|
2178
|
+
font-weight: var(--f-font-weight-medium, 600);
|
|
2175
2179
|
padding: 0.5rem 1rem;
|
|
2176
2180
|
border-radius: 20px;
|
|
2177
2181
|
border: var(--f-border-width-medium, 2px) solid var(--fkds-color-border-primary, #8d8e91);
|
|
@@ -2280,7 +2284,7 @@ input[type=search]:focus,
|
|
|
2280
2284
|
.calendar__year-selector__year--highlight, .combobox__listbox__option--highlight {
|
|
2281
2285
|
background-color: var(--fkds-color-select-background-primary-default, #4a52b6);
|
|
2282
2286
|
color: var(--fkds-color-text-inverted, #fff);
|
|
2283
|
-
font-weight: var(--f-font-weight-medium,
|
|
2287
|
+
font-weight: var(--f-font-weight-medium, 600);
|
|
2284
2288
|
}
|
|
2285
2289
|
@media (forced-colors: active) {
|
|
2286
2290
|
.calendar__year-selector__year--highlight, .combobox__listbox__option--highlight {
|
|
@@ -2319,6 +2323,7 @@ input[type=search]:focus,
|
|
|
2319
2323
|
display: flex;
|
|
2320
2324
|
align-items: center;
|
|
2321
2325
|
padding: 0.75rem;
|
|
2326
|
+
margin: 0.5rem 0;
|
|
2322
2327
|
}
|
|
2323
2328
|
.contextmenu__list__item a,
|
|
2324
2329
|
.contextmenu__list__item a:visited,
|
|
@@ -2458,7 +2463,7 @@ input[type=search]:focus,
|
|
|
2458
2463
|
-webkit-line-clamp: 2;
|
|
2459
2464
|
-webkit-box-orient: vertical;
|
|
2460
2465
|
overflow: hidden;
|
|
2461
|
-
font-weight: var(--f-font-weight-medium,
|
|
2466
|
+
font-weight: var(--f-font-weight-medium, 600);
|
|
2462
2467
|
font-size: var(--f-font-size-standard, 1rem);
|
|
2463
2468
|
text-align: left;
|
|
2464
2469
|
cursor: pointer;
|
|
@@ -2475,7 +2480,7 @@ input[type=search]:focus,
|
|
|
2475
2480
|
border-radius: var(--f-border-radius-medium, 4px);
|
|
2476
2481
|
box-shadow: var(--f-button-shadow, 0 1px 3px rgba(0,0,0,.3));
|
|
2477
2482
|
font-size: var(--f-font-size-standard, 1rem);
|
|
2478
|
-
font-weight: var(--f-font-weight-medium,
|
|
2483
|
+
font-weight: var(--f-font-weight-medium, 600);
|
|
2479
2484
|
transition: background-color var(--f-animation-duration-medium, 350ms) ease-out;
|
|
2480
2485
|
display: inline-flex;
|
|
2481
2486
|
justify-content: space-between;
|
|
@@ -2615,7 +2620,7 @@ input[type=search]:focus,
|
|
|
2615
2620
|
margin-bottom: 0 !important;
|
|
2616
2621
|
}
|
|
2617
2622
|
.expandable-panel__heading button {
|
|
2618
|
-
background-color: var(--fkds-color-background-
|
|
2623
|
+
background-color: var(--fkds-color-interactive-surface-background-primary-default, #f4f4f4);
|
|
2619
2624
|
border: var(--f-border-width-medium, 2px) solid var(--fkds-color-border-primary, #8d8e91);
|
|
2620
2625
|
border-radius: var(--f-border-radius-medium, 4px);
|
|
2621
2626
|
color: var(--fkds-color-text-primary, #1b1e23);
|
|
@@ -2627,11 +2632,11 @@ input[type=search]:focus,
|
|
|
2627
2632
|
text-align: left;
|
|
2628
2633
|
width: 100%;
|
|
2629
2634
|
font-size: var(--f-font-size-large, 1.125rem);
|
|
2630
|
-
font-weight: var(--f-font-weight-bold,
|
|
2635
|
+
font-weight: var(--f-font-weight-bold, 700);
|
|
2631
2636
|
line-height: var(--f-line-height-large, 1.5);
|
|
2632
2637
|
}
|
|
2633
2638
|
.expandable-panel__heading button:focus, .expandable-panel__heading button:hover {
|
|
2634
|
-
background-color: var(--fkds-color-
|
|
2639
|
+
background-color: var(--fkds-color-interactive-surface-background-primary-hover, #ddddde);
|
|
2635
2640
|
}
|
|
2636
2641
|
.expandable-panel__title {
|
|
2637
2642
|
flex-grow: 1;
|
|
@@ -3033,7 +3038,7 @@ input[type=search]:focus,
|
|
|
3033
3038
|
color: var(--fkds-color-text-primary, #1b1e23);
|
|
3034
3039
|
display: inline-block;
|
|
3035
3040
|
font-size: var(--f-font-size-standard, 1rem);
|
|
3036
|
-
font-weight: var(--f-font-weight-medium,
|
|
3041
|
+
font-weight: var(--f-font-weight-medium, 600);
|
|
3037
3042
|
line-height: var(--f-line-height-large, 1.5);
|
|
3038
3043
|
margin-bottom: calc(0.25rem * var(--f-density-factor, 1));
|
|
3039
3044
|
width: var(--f-width-full, 100%);
|
|
@@ -4039,7 +4044,7 @@ input[type=search]:focus,
|
|
|
4039
4044
|
}
|
|
4040
4045
|
.message-box__heading {
|
|
4041
4046
|
font-size: var(--f-font-size-large, 1.125rem);
|
|
4042
|
-
font-weight: var(--f-font-weight-medium,
|
|
4047
|
+
font-weight: var(--f-font-weight-medium, 600);
|
|
4043
4048
|
color: var(--fkds-color-text-primary, #1b1e23);
|
|
4044
4049
|
line-height: var(--f-line-height-medium, 1.4);
|
|
4045
4050
|
align-items: flex-start;
|
|
@@ -4272,7 +4277,7 @@ input[type=search]:focus,
|
|
|
4272
4277
|
}
|
|
4273
4278
|
.modal__header .modal__title {
|
|
4274
4279
|
font-size: var(--f-modal-title-font-size, 1.25rem);
|
|
4275
|
-
font-weight: var(--f-font-weight-bold,
|
|
4280
|
+
font-weight: var(--f-font-weight-bold, 700);
|
|
4276
4281
|
margin-bottom: 0;
|
|
4277
4282
|
margin-top: 0;
|
|
4278
4283
|
color: var(--fkds-color-text-primary, #1b1e23);
|
|
@@ -4395,9 +4400,21 @@ input[type=search]:focus,
|
|
|
4395
4400
|
.imenu__list__item a:active {
|
|
4396
4401
|
color: var(--fkds-color-text-primary, #1b1e23);
|
|
4397
4402
|
}
|
|
4403
|
+
@media (forced-colors: active) {
|
|
4404
|
+
.imenu__list__item a,
|
|
4405
|
+
.imenu__list__item a:visited,
|
|
4406
|
+
.imenu__list__item a:active {
|
|
4407
|
+
color: LinkText;
|
|
4408
|
+
}
|
|
4409
|
+
}
|
|
4398
4410
|
.imenu__list__item a:hover {
|
|
4399
4411
|
color: var(--fkds-color-text-primary, #1b1e23);
|
|
4400
4412
|
}
|
|
4413
|
+
@media (forced-colors: active) {
|
|
4414
|
+
.imenu__list__item a:hover {
|
|
4415
|
+
color: LinkText;
|
|
4416
|
+
}
|
|
4417
|
+
}
|
|
4401
4418
|
.imenu__popup-item {
|
|
4402
4419
|
position: relative;
|
|
4403
4420
|
list-style-type: none;
|
|
@@ -4423,18 +4440,42 @@ input[type=search]:focus,
|
|
|
4423
4440
|
font-weight: var(--f-font-weight-normal, 400);
|
|
4424
4441
|
background-color: var(--fkds-color-navigation-background-hover, #dbe9e2);
|
|
4425
4442
|
}
|
|
4443
|
+
@media (forced-colors: active) {
|
|
4444
|
+
.imenu--vertical .imenu__list__item:hover {
|
|
4445
|
+
outline: 2px solid highlight;
|
|
4446
|
+
}
|
|
4447
|
+
}
|
|
4426
4448
|
.imenu--vertical .imenu__list__item--highlight {
|
|
4427
|
-
font-weight: var(--f-font-weight-medium,
|
|
4449
|
+
font-weight: var(--f-font-weight-medium, 600);
|
|
4428
4450
|
background-color: var(--fkds-color-navigation-background-selected, #35805b);
|
|
4429
4451
|
}
|
|
4452
|
+
@media (forced-colors: active) {
|
|
4453
|
+
.imenu--vertical .imenu__list__item--highlight {
|
|
4454
|
+
background-color: highlight;
|
|
4455
|
+
color: highlightText;
|
|
4456
|
+
forced-color-adjust: none;
|
|
4457
|
+
}
|
|
4458
|
+
}
|
|
4430
4459
|
.imenu--vertical .imenu__list__item--highlight .imenu__list__anchor {
|
|
4431
4460
|
color: var(--fkds-color-text-inverted, #fff);
|
|
4432
4461
|
}
|
|
4462
|
+
@media (forced-colors: active) {
|
|
4463
|
+
.imenu--vertical .imenu__list__item--highlight .imenu__list__anchor {
|
|
4464
|
+
color: HighlightText;
|
|
4465
|
+
}
|
|
4466
|
+
}
|
|
4433
4467
|
.imenu--vertical .imenu__list__item--highlight:hover {
|
|
4434
4468
|
background-color: var(--fkds-color-navigation-background-selected, #35805b);
|
|
4435
|
-
font-weight: var(--f-font-weight-medium,
|
|
4469
|
+
font-weight: var(--f-font-weight-medium, 600);
|
|
4436
4470
|
color: var(--fkds-color-text-inverted, #fff);
|
|
4437
4471
|
}
|
|
4472
|
+
@media (forced-colors: active) {
|
|
4473
|
+
.imenu--vertical .imenu__list__item--highlight:hover {
|
|
4474
|
+
background-color: highlight;
|
|
4475
|
+
color: highlightText;
|
|
4476
|
+
forced-color-adjust: none;
|
|
4477
|
+
}
|
|
4478
|
+
}
|
|
4438
4479
|
|
|
4439
4480
|
.imenu--horizontal {
|
|
4440
4481
|
overflow: hidden;
|
|
@@ -4449,13 +4490,18 @@ input[type=search]:focus,
|
|
|
4449
4490
|
padding-right: 0.75rem;
|
|
4450
4491
|
}
|
|
4451
4492
|
.imenu--horizontal .imenu__list__item--highlight {
|
|
4452
|
-
font-weight: var(--f-font-weight-medium,
|
|
4493
|
+
font-weight: var(--f-font-weight-medium, 600);
|
|
4453
4494
|
}
|
|
4454
4495
|
.imenu--horizontal .imenu__list__item--highlight .imenu__list__anchor-container {
|
|
4455
4496
|
border-bottom: 5px solid var(--fkds-color-navigation-border-selected, #35805b);
|
|
4456
4497
|
}
|
|
4498
|
+
@media (forced-colors: active) {
|
|
4499
|
+
.imenu--horizontal .imenu__list__item--highlight .imenu__list__anchor-container {
|
|
4500
|
+
border-bottom: 5px solid highlight;
|
|
4501
|
+
}
|
|
4502
|
+
}
|
|
4457
4503
|
.imenu--horizontal .imenu__list__item--highlight .imenu__list__anchor:hover {
|
|
4458
|
-
font-weight: var(--f-font-weight-medium,
|
|
4504
|
+
font-weight: var(--f-font-weight-medium, 600);
|
|
4459
4505
|
}
|
|
4460
4506
|
.imenu--horizontal .imenu__list__item--hidden {
|
|
4461
4507
|
visibility: hidden;
|
|
@@ -4463,10 +4509,20 @@ input[type=search]:focus,
|
|
|
4463
4509
|
.imenu--horizontal .imenu__list__item:not(.imenu__list__item--highlight) .imenu__list__anchor-container:hover {
|
|
4464
4510
|
border-bottom: 5px solid var(--fkds-color-navigation-border-hover, #88b49f);
|
|
4465
4511
|
}
|
|
4512
|
+
@media (forced-colors: active) {
|
|
4513
|
+
.imenu--horizontal .imenu__list__item:not(.imenu__list__item--highlight) .imenu__list__anchor-container:hover {
|
|
4514
|
+
border-bottom: 5px solid highlight;
|
|
4515
|
+
}
|
|
4516
|
+
}
|
|
4466
4517
|
.imenu--horizontal .imenu__list__anchor-container {
|
|
4467
4518
|
padding-bottom: 0.5rem;
|
|
4468
4519
|
border-bottom: 5px solid transparent;
|
|
4469
4520
|
}
|
|
4521
|
+
@media (forced-colors: active) {
|
|
4522
|
+
.imenu--horizontal .imenu__list__anchor-container {
|
|
4523
|
+
border-bottom: none;
|
|
4524
|
+
}
|
|
4525
|
+
}
|
|
4470
4526
|
.imenu--horizontal .imenu__list__anchor {
|
|
4471
4527
|
display: inline-flex;
|
|
4472
4528
|
}
|
|
@@ -4575,7 +4631,7 @@ input[type=search]:focus,
|
|
|
4575
4631
|
padding-top: 0.22rem;
|
|
4576
4632
|
margin: 0;
|
|
4577
4633
|
font-size: var(--f-font-size-h3, 1.375rem);
|
|
4578
|
-
font-weight: var(--f-font-weight-medium,
|
|
4634
|
+
font-weight: var(--f-font-weight-medium, 600);
|
|
4579
4635
|
color: var(--fkds-color-header-text-primary, #fff);
|
|
4580
4636
|
white-space: nowrap;
|
|
4581
4637
|
overflow: hidden;
|
|
@@ -4952,7 +5008,7 @@ input[type=search]:focus,
|
|
|
4952
5008
|
border-bottom: 0;
|
|
4953
5009
|
color: var(--fkds-color-text-primary, #1b1e23);
|
|
4954
5010
|
font-size: var(--f-font-size-large, 1.125rem);
|
|
4955
|
-
font-weight: var(--f-font-weight-bold,
|
|
5011
|
+
font-weight: var(--f-font-weight-bold, 700);
|
|
4956
5012
|
line-height: var(--f-line-height-large, 1.5);
|
|
4957
5013
|
margin: 0;
|
|
4958
5014
|
padding: calc(1rem * var(--f-density-factor, 1)) 1rem;
|
|
@@ -5035,7 +5091,7 @@ input[type=search]:focus,
|
|
|
5035
5091
|
background: transparent;
|
|
5036
5092
|
color: var(--fkds-color-text-primary, #1b1e23);
|
|
5037
5093
|
font-size: var(--f-font-size-standard, 1rem);
|
|
5038
|
-
font-weight: var(--f-font-weight-medium,
|
|
5094
|
+
font-weight: var(--f-font-weight-medium, 600);
|
|
5039
5095
|
line-height: var(--f-line-height-large, 1.5);
|
|
5040
5096
|
margin-bottom: calc(0.25rem * var(--f-density-factor, 1));
|
|
5041
5097
|
width: var(--f-width-full, 100%);
|
|
@@ -5046,7 +5102,7 @@ input[type=search]:focus,
|
|
|
5046
5102
|
border-bottom: 2px solid var(--fkds-color-border-primary, #8d8e91);
|
|
5047
5103
|
border-right: 1px solid var(--fkds-color-border-primary, #8d8e91);
|
|
5048
5104
|
color: var(--fkds-color-text-primary, #1b1e23);
|
|
5049
|
-
font-weight: var(--f-font-weight-medium,
|
|
5105
|
+
font-weight: var(--f-font-weight-medium, 600);
|
|
5050
5106
|
line-height: var(--f-line-height-large, 1.5);
|
|
5051
5107
|
padding: calc(0.25rem * var(--f-density-factor, 1)) 0.5rem;
|
|
5052
5108
|
text-align: left;
|
|
@@ -5081,7 +5137,7 @@ input[type=search]:focus,
|
|
|
5081
5137
|
}
|
|
5082
5138
|
.table tbody th {
|
|
5083
5139
|
border-right: 1px solid var(--fkds-color-border-primary, #8d8e91);
|
|
5084
|
-
font-weight: var(--f-font-weight-medium,
|
|
5140
|
+
font-weight: var(--f-font-weight-medium, 600);
|
|
5085
5141
|
line-height: calc(1.5rem * var(--f-density-factor, 1));
|
|
5086
5142
|
}
|
|
5087
5143
|
.table tbody .table__column--action {
|
|
@@ -5229,7 +5285,7 @@ input[type=search]:focus,
|
|
|
5229
5285
|
color: var(--fkds-color-text-disabled, #8d8e91);
|
|
5230
5286
|
}
|
|
5231
5287
|
.table__button {
|
|
5232
|
-
font-weight: var(--f-font-weight-medium,
|
|
5288
|
+
font-weight: var(--f-font-weight-medium, 600);
|
|
5233
5289
|
outline-offset: 0.25rem;
|
|
5234
5290
|
font-size: 14px;
|
|
5235
5291
|
line-height: 1.25rem;
|
|
@@ -5258,7 +5314,7 @@ input[type=search]:focus,
|
|
|
5258
5314
|
background: transparent;
|
|
5259
5315
|
color: var(--fkds-color-text-primary, #1b1e23);
|
|
5260
5316
|
font-size: var(--f-font-size-standard, 1rem);
|
|
5261
|
-
font-weight: var(--f-font-weight-medium,
|
|
5317
|
+
font-weight: var(--f-font-weight-medium, 600);
|
|
5262
5318
|
line-height: var(--f-line-height-large, 1.5);
|
|
5263
5319
|
margin-bottom: calc(0.25rem * var(--f-density-factor, 1));
|
|
5264
5320
|
width: var(--f-width-full, 100%);
|
|
@@ -5269,7 +5325,7 @@ input[type=search]:focus,
|
|
|
5269
5325
|
border-bottom: 2px solid var(--fkds-color-border-primary, #8d8e91);
|
|
5270
5326
|
border-right: 1px solid var(--fkds-color-border-primary, #8d8e91);
|
|
5271
5327
|
color: var(--fkds-color-text-primary, #1b1e23);
|
|
5272
|
-
font-weight: var(--f-font-weight-medium,
|
|
5328
|
+
font-weight: var(--f-font-weight-medium, 600);
|
|
5273
5329
|
line-height: var(--f-line-height-large, 1.5);
|
|
5274
5330
|
padding: calc(0.25rem * var(--f-density-factor, 1)) 0.5rem;
|
|
5275
5331
|
text-align: left;
|
|
@@ -5309,6 +5365,7 @@ input[type=search]:focus,
|
|
|
5309
5365
|
.table-ng__cell:focus, .table-ng__cell:focus-within {
|
|
5310
5366
|
box-shadow: none;
|
|
5311
5367
|
outline: 3px solid var(--fkds-color-text-primary, #1b1e23);
|
|
5368
|
+
outline-offset: -3px;
|
|
5312
5369
|
}
|
|
5313
5370
|
.table-ng__cell:not(.table-ng__cell--menu-open):hover:has(button) {
|
|
5314
5371
|
background: var(--fkds-color-action-background-secondary-hover, #e5e5f5);
|
|
@@ -5351,6 +5408,10 @@ input[type=search]:focus,
|
|
|
5351
5408
|
box-shadow: inset 0 -3px 0 0 var(--fkds-color-border-strong, #5f6165);
|
|
5352
5409
|
border-radius: 0;
|
|
5353
5410
|
}
|
|
5411
|
+
.table-ng__cell--select .table-ng__editable {
|
|
5412
|
+
border: 3px solid transparent;
|
|
5413
|
+
box-sizing: border-box;
|
|
5414
|
+
}
|
|
5354
5415
|
.table-ng__cell--text:focus-visible {
|
|
5355
5416
|
box-shadow: none !important;
|
|
5356
5417
|
}
|
|
@@ -5430,7 +5491,7 @@ input[type=search]:focus,
|
|
|
5430
5491
|
background: var(--fkds-color-action-background-secondary-hover, #e5e5f5);
|
|
5431
5492
|
}
|
|
5432
5493
|
.table-ng__cell--rowheader {
|
|
5433
|
-
font-weight: var(--f-font-weight-medium,
|
|
5494
|
+
font-weight: var(--f-font-weight-medium, 600);
|
|
5434
5495
|
text-align: left;
|
|
5435
5496
|
}
|
|
5436
5497
|
.table-ng__cell--custom {
|
|
@@ -5440,6 +5501,7 @@ input[type=search]:focus,
|
|
|
5440
5501
|
.table-ng__cell--custom:focus {
|
|
5441
5502
|
box-shadow: none;
|
|
5442
5503
|
outline: 3px solid var(--fkds-color-text-primary, #1b1e23);
|
|
5504
|
+
outline-offset: -3px;
|
|
5443
5505
|
}
|
|
5444
5506
|
.table-ng__cell--menu-open, .table-ng__cell--menu-open:hover {
|
|
5445
5507
|
background: var(--fkds-color-action-background-primary-active, #3b4292);
|
|
@@ -5466,6 +5528,7 @@ input[type=search]:focus,
|
|
|
5466
5528
|
padding: calc(0.25rem * var(--f-density-factor, 1)) 0.5rem;
|
|
5467
5529
|
display: flex;
|
|
5468
5530
|
align-items: center;
|
|
5531
|
+
margin-block: 2px;
|
|
5469
5532
|
}
|
|
5470
5533
|
.table-ng__editable__text {
|
|
5471
5534
|
flex: 1 1 auto;
|
|
@@ -5478,8 +5541,7 @@ input[type=search]:focus,
|
|
|
5478
5541
|
@media (forced-colors: active) {
|
|
5479
5542
|
.table-ng__editable {
|
|
5480
5543
|
forced-color-adjust: none;
|
|
5481
|
-
|
|
5482
|
-
border-bottom-width: 0;
|
|
5544
|
+
color: CanvasText;
|
|
5483
5545
|
}
|
|
5484
5546
|
.table-ng__cell--text:hover .table-ng__editable,
|
|
5485
5547
|
.table-ng__cell--select:hover .table-ng__editable,
|
|
@@ -5488,6 +5550,16 @@ input[type=search]:focus,
|
|
|
5488
5550
|
box-shadow: inset 0 -3px 0 0 Highlight;
|
|
5489
5551
|
border-radius: 0;
|
|
5490
5552
|
}
|
|
5553
|
+
.table-ng [tabindex="0"]:focus,
|
|
5554
|
+
.table-ng [tabindex="0"]:focus-visible {
|
|
5555
|
+
outline: 3px solid CanvasText;
|
|
5556
|
+
outline-offset: -3px;
|
|
5557
|
+
background: transparent;
|
|
5558
|
+
}
|
|
5559
|
+
.table-ng__cell :is(button, a, input, select, [role=combobox]):focus,
|
|
5560
|
+
.table-ng__cell :is(button, a, input, select, [role=combobox]):focus-visible {
|
|
5561
|
+
outline: none;
|
|
5562
|
+
}
|
|
5491
5563
|
}
|
|
5492
5564
|
.table-ng__column {
|
|
5493
5565
|
padding: calc(0.25rem * var(--f-density-factor, 1)) 0.5rem;
|
|
@@ -5763,7 +5835,7 @@ input[type=search]:focus,
|
|
|
5763
5835
|
}
|
|
5764
5836
|
.tooltip__header {
|
|
5765
5837
|
font-size: var(--f-font-size-large, 1.125rem);
|
|
5766
|
-
font-weight: var(--f-font-weight-bold,
|
|
5838
|
+
font-weight: var(--f-font-weight-bold, 700);
|
|
5767
5839
|
line-height: var(--f-line-height-medium, 1.4);
|
|
5768
5840
|
padding: 0 1rem;
|
|
5769
5841
|
margin-bottom: 0.5rem;
|
|
@@ -6359,9 +6431,21 @@ input[type=search]:focus,
|
|
|
6359
6431
|
.ipopupmenu__list__item a:active {
|
|
6360
6432
|
color: var(--fkds-color-text-primary, #1b1e23);
|
|
6361
6433
|
}
|
|
6434
|
+
@media (forced-colors: active) {
|
|
6435
|
+
.ipopupmenu__list__item a,
|
|
6436
|
+
.ipopupmenu__list__item a:visited,
|
|
6437
|
+
.ipopupmenu__list__item a:active {
|
|
6438
|
+
color: LinkText;
|
|
6439
|
+
}
|
|
6440
|
+
}
|
|
6362
6441
|
.ipopupmenu__list__item a:hover {
|
|
6363
6442
|
color: var(--fkds-color-text-primary, #1b1e23);
|
|
6364
6443
|
}
|
|
6444
|
+
@media (forced-colors: active) {
|
|
6445
|
+
.ipopupmenu__list__item a:hover {
|
|
6446
|
+
color: LinkText;
|
|
6447
|
+
}
|
|
6448
|
+
}
|
|
6365
6449
|
|
|
6366
6450
|
.ipopupmenu--vertical .ipopupmenu__list {
|
|
6367
6451
|
display: block;
|
|
@@ -6373,13 +6457,30 @@ input[type=search]:focus,
|
|
|
6373
6457
|
.ipopupmenu--vertical .ipopupmenu__list__item:hover:not(.ipopupmenu__list__item--highlight) {
|
|
6374
6458
|
background-color: var(--fkds-color-navigation-background-hover, #dbe9e2);
|
|
6375
6459
|
}
|
|
6460
|
+
@media (forced-colors: active) {
|
|
6461
|
+
.ipopupmenu--vertical .ipopupmenu__list__item:hover:not(.ipopupmenu__list__item--highlight) {
|
|
6462
|
+
outline: 2px solid highlight;
|
|
6463
|
+
}
|
|
6464
|
+
}
|
|
6376
6465
|
.ipopupmenu--vertical .ipopupmenu__list__item--highlight {
|
|
6377
6466
|
background-color: var(--fkds-color-navigation-background-selected, #35805b);
|
|
6378
|
-
font-weight: var(--f-font-weight-medium,
|
|
6467
|
+
font-weight: var(--f-font-weight-medium, 600);
|
|
6468
|
+
}
|
|
6469
|
+
@media (forced-colors: active) {
|
|
6470
|
+
.ipopupmenu--vertical .ipopupmenu__list__item--highlight {
|
|
6471
|
+
background-color: highlight;
|
|
6472
|
+
color: highlightText;
|
|
6473
|
+
forced-color-adjust: none;
|
|
6474
|
+
}
|
|
6379
6475
|
}
|
|
6380
6476
|
.ipopupmenu--vertical .ipopupmenu__list__item--highlight a {
|
|
6381
6477
|
color: var(--fkds-color-text-inverted, #fff);
|
|
6382
6478
|
}
|
|
6479
|
+
@media (forced-colors: active) {
|
|
6480
|
+
.ipopupmenu--vertical .ipopupmenu__list__item--highlight a {
|
|
6481
|
+
color: HighlightText;
|
|
6482
|
+
}
|
|
6483
|
+
}
|
|
6383
6484
|
|
|
6384
6485
|
.popup--overlay {
|
|
6385
6486
|
position: absolute;
|
|
@@ -6414,7 +6515,7 @@ input[type=search]:focus,
|
|
|
6414
6515
|
left: 20px;
|
|
6415
6516
|
top: 20px;
|
|
6416
6517
|
font-size: var(--f-font-size-standard, 1rem);
|
|
6417
|
-
font-weight: var(--f-font-weight-medium,
|
|
6518
|
+
font-weight: var(--f-font-weight-medium, 600);
|
|
6418
6519
|
text-decoration: underline;
|
|
6419
6520
|
text-underline-offset: 0.25em;
|
|
6420
6521
|
padding: 0.25rem 0.5rem;
|