@fkui/design 6.20.0 → 6.22.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 CHANGED
@@ -266,7 +266,7 @@ input[type=search]:focus,
266
266
  [tabindex]:focus {
267
267
  border-radius: 0;
268
268
  box-shadow: var(--f-focus-box-shadow, 0 0 0 2px #ffffff, 0 0 0 4px #1b1e23, 0 0 0 6px #ffffff);
269
- outline: 2px solid transparent;
269
+ outline: 3px solid transparent;
270
270
  }
271
271
 
272
272
  [tabindex="-1"]:focus {
@@ -1325,7 +1325,7 @@ input[type=search]:focus,
1325
1325
  .button:active, .calendar-navbar__year-selector-button:active, .button:focus, .calendar-navbar__year-selector-button:focus {
1326
1326
  border-radius: 0;
1327
1327
  box-shadow: var(--f-focus-box-shadow, 0 0 0 2px #ffffff, 0 0 0 4px #1b1e23, 0 0 0 6px #ffffff);
1328
- outline: 2px solid transparent;
1328
+ outline: 3px solid transparent;
1329
1329
  background-color: var(--fkds-color-action-background-secondary-hover, #e5e5f5);
1330
1330
  border-color: var(--fkds-color-action-border-primary-default, #4a52b6);
1331
1331
  color: var(--fkds-color-action-text-primary-default, #4a52b6);
@@ -1352,7 +1352,7 @@ input[type=search]:focus,
1352
1352
  .button.button--primary:active, .button--primary.calendar-navbar__year-selector-button:active, .button.button--primary:focus, .button--primary.calendar-navbar__year-selector-button:focus {
1353
1353
  border-radius: 0;
1354
1354
  box-shadow: var(--f-focus-box-shadow, 0 0 0 2px #ffffff, 0 0 0 4px #1b1e23, 0 0 0 6px #ffffff);
1355
- outline: 2px solid transparent;
1355
+ outline: 3px solid transparent;
1356
1356
  background-color: var(--fkds-color-action-background-primary-hover, #3b4292);
1357
1357
  border-color: transparent;
1358
1358
  color: var(--fkds-color-action-text-inverted-default, #ffffff);
@@ -1379,7 +1379,7 @@ input[type=search]:focus,
1379
1379
  .button.button--secondary:active, .button--secondary.calendar-navbar__year-selector-button:active, .button.button--secondary:focus, .button--secondary.calendar-navbar__year-selector-button:focus {
1380
1380
  border-radius: 0;
1381
1381
  box-shadow: var(--f-focus-box-shadow, 0 0 0 2px #ffffff, 0 0 0 4px #1b1e23, 0 0 0 6px #ffffff);
1382
- outline: 2px solid transparent;
1382
+ outline: 3px solid transparent;
1383
1383
  background-color: var(--fkds-color-action-background-secondary-hover, #e5e5f5);
1384
1384
  border-color: var(--fkds-color-action-border-primary-default, #4a52b6);
1385
1385
  color: var(--fkds-color-action-text-primary-default, #4a52b6);
@@ -1411,7 +1411,7 @@ input[type=search]:focus,
1411
1411
  .button.button--discrete:active, .button--discrete.calendar-navbar__year-selector-button:active, .button.button--text:active, .button--text.calendar-navbar__year-selector-button:active, .button.button--discrete:focus, .button--discrete.calendar-navbar__year-selector-button:focus, .button.button--text:focus, .button--text.calendar-navbar__year-selector-button:focus {
1412
1412
  border-radius: 0;
1413
1413
  box-shadow: var(--f-focus-box-shadow, 0 0 0 2px #ffffff, 0 0 0 4px #1b1e23, 0 0 0 6px #ffffff);
1414
- outline: 2px solid transparent;
1414
+ outline: 3px solid transparent;
1415
1415
  background-color: var(--f-background-button-discrete-hover, none);
1416
1416
  border-color: transparent;
1417
1417
  color: var(--f-text-color-button-discrete-hover, #3b4292);
@@ -1470,7 +1470,7 @@ input[type=search]:focus,
1470
1470
  .button.button--discrete-inverted:active, .button--discrete-inverted.calendar-navbar__year-selector-button:active, .button.button--discrete-inverted:focus, .button--discrete-inverted.calendar-navbar__year-selector-button:focus {
1471
1471
  border-radius: 0;
1472
1472
  box-shadow: var(--f-focus-box-shadow, 0 0 0 2px #ffffff, 0 0 0 4px #1b1e23, 0 0 0 6px #ffffff);
1473
- outline: 2px solid transparent;
1473
+ outline: 3px solid transparent;
1474
1474
  background-color: transparent;
1475
1475
  border-color: transparent;
1476
1476
  color: var(--f-text-color-button-discrete-inverted-hover, #ffffff);
@@ -1509,7 +1509,7 @@ input[type=search]:focus,
1509
1509
  .button.button--tertiary:active, .calendar-navbar__year-selector-button:active, .button.button--tertiary:focus, .calendar-navbar__year-selector-button:focus {
1510
1510
  border-radius: 0;
1511
1511
  box-shadow: var(--f-focus-box-shadow, 0 0 0 2px #ffffff, 0 0 0 4px #1b1e23, 0 0 0 6px #ffffff);
1512
- outline: 2px solid transparent;
1512
+ outline: 3px solid transparent;
1513
1513
  background-color: var(--fkds-color-action-background-secondary-hover, #e5e5f5);
1514
1514
  border-color: transparent;
1515
1515
  color: var(--fkds-color-action-text-primary-default, #4a52b6);
@@ -1702,6 +1702,7 @@ input[type=search]:focus,
1702
1702
  width: calc(var(--f-icon-size-small, 1rem) + 0.25rem);
1703
1703
  }
1704
1704
 
1705
+ /* stylelint-disable no-invalid-position-declaration -- the selector is set when the mixin is included */
1705
1706
  .calendar-day {
1706
1707
  align-items: center;
1707
1708
  display: inline-flex;
@@ -1726,9 +1727,19 @@ input[type=search]:focus,
1726
1727
  .calendar-day--highlight.calendar-day--selected::before {
1727
1728
  border: var(--f-border-width-medium, 2px) solid var(--fkds-color-border-inverted, #ffffff);
1728
1729
  }
1730
+ @media (forced-colors: active) {
1731
+ .calendar-day--highlight.calendar-day--selected::before {
1732
+ border-color: highlightText;
1733
+ }
1734
+ }
1729
1735
  .calendar-day--highlight:active:not(.calendar-day--highlight--disabled)::before {
1730
1736
  border: var(--f-border-width-medium, 2px) solid var(--fkds-color-border-inverted, #ffffff);
1731
1737
  }
1738
+ @media (forced-colors: active) {
1739
+ .calendar-day--highlight:active:not(.calendar-day--highlight--disabled)::before {
1740
+ border-color: highlightText;
1741
+ }
1742
+ }
1732
1743
  .calendar-day--highlight.calendar-day--disabled {
1733
1744
  position: relative;
1734
1745
  }
@@ -1752,6 +1763,13 @@ input[type=search]:focus,
1752
1763
  color: var(--fkds-color-text-inverted, #ffffff);
1753
1764
  background-color: var(--fkds-color-select-background-primary-default, #4a52b6);
1754
1765
  }
1766
+ @media (forced-colors: active) {
1767
+ .calendar-day--selected {
1768
+ background-color: highlight;
1769
+ color: highlightText;
1770
+ forced-color-adjust: none;
1771
+ }
1772
+ }
1755
1773
  .calendar-day--disabled {
1756
1774
  position: relative;
1757
1775
  }
@@ -1765,10 +1783,22 @@ input[type=search]:focus,
1765
1783
  background-color: var(--fkds-color-select-background-primary-hover, #e5e5f5);
1766
1784
  color: var(--fkds-color-text-primary, #1b1e23);
1767
1785
  }
1786
+ @media (forced-colors: active) {
1787
+ .calendar-day:hover:not(.calendar-day--disabled, .calendar-day--selected), .calendar-day--hover:not(.calendar-day--disabled, .calendar-day--selected) {
1788
+ border: 2px solid highlight;
1789
+ }
1790
+ }
1768
1791
  .calendar-day:active:not(.calendar-day--disabled), .calendar-day--active:not(.calendar-day--disabled) {
1769
1792
  color: var(--fkds-color-text-inverted, #ffffff);
1770
1793
  background-color: var(--fkds-color-select-background-primary-default, #4a52b6);
1771
1794
  }
1795
+ @media (forced-colors: active) {
1796
+ .calendar-day:active:not(.calendar-day--disabled), .calendar-day--active:not(.calendar-day--disabled) {
1797
+ background-color: highlight;
1798
+ color: highlightText;
1799
+ forced-color-adjust: none;
1800
+ }
1801
+ }
1772
1802
 
1773
1803
  .card {
1774
1804
  padding: calc(1rem * var(--f-density-factor, 1)) 1rem;
@@ -2032,7 +2062,7 @@ input[type=search]:focus,
2032
2062
  .checkbox input[type=checkbox]:focus + .checkbox__label {
2033
2063
  border-radius: 0;
2034
2064
  box-shadow: var(--f-focus-box-shadow, 0 0 0 2px #ffffff, 0 0 0 4px #1b1e23, 0 0 0 6px #ffffff);
2035
- outline: 2px solid transparent;
2065
+ outline: 3px solid transparent;
2036
2066
  }
2037
2067
 
2038
2068
  .radio-button-group--chip .radio-button-group__label {
@@ -2051,6 +2081,11 @@ input[type=search]:focus,
2051
2081
  color: var(--fkds-color-text-disabled, #8d8e91);
2052
2082
  cursor: not-allowed;
2053
2083
  }
2084
+ @media (forced-colors: active) {
2085
+ .radio-button-group--chip .radio-button.disabled .radio-button__label {
2086
+ color: GrayText;
2087
+ }
2088
+ }
2054
2089
  .radio-button-group--chip .radio-button__label {
2055
2090
  display: flex;
2056
2091
  align-items: center;
@@ -2078,11 +2113,23 @@ input[type=search]:focus,
2078
2113
  background-color: var(--fkds-color-select-background-secondary-hover, #dbe9e2);
2079
2114
  color: var(--fkds-color-text-primary, #1b1e23);
2080
2115
  }
2116
+ @media (forced-colors: active) {
2117
+ .radio-button-group--chip .radio-button__label:hover {
2118
+ border: var(--f-border-width-medium, 2px) solid highlight;
2119
+ }
2120
+ }
2081
2121
  .radio-button-group--chip input[type=radio]:checked + .radio-button__label {
2082
2122
  background: var(--fkds-color-select-background-secondary-default, #35805b);
2083
2123
  border-color: transparent;
2084
2124
  color: var(--fkds-color-text-inverted, #ffffff);
2085
2125
  }
2126
+ @media (forced-colors: active) {
2127
+ .radio-button-group--chip input[type=radio]:checked + .radio-button__label {
2128
+ background-color: highlight;
2129
+ color: highlightText;
2130
+ forced-color-adjust: none;
2131
+ }
2132
+ }
2086
2133
  .radio-button-group--chip input[type=radio]:focus + label.radio-button__label {
2087
2134
  border-radius: 20px;
2088
2135
  }
@@ -2118,6 +2165,11 @@ input[type=search]:focus,
2118
2165
  color: var(--fkds-color-text-disabled, #8d8e91);
2119
2166
  cursor: not-allowed;
2120
2167
  }
2168
+ @media (forced-colors: active) {
2169
+ .checkbox-group--chip .checkbox.disabled .checkbox__label {
2170
+ color: GrayText;
2171
+ }
2172
+ }
2121
2173
  .checkbox-group--chip .checkbox__label {
2122
2174
  display: flex;
2123
2175
  align-items: center;
@@ -2145,11 +2197,23 @@ input[type=search]:focus,
2145
2197
  background-color: var(--fkds-color-select-background-secondary-hover, #dbe9e2);
2146
2198
  color: var(--fkds-color-text-primary, #1b1e23);
2147
2199
  }
2200
+ @media (forced-colors: active) {
2201
+ .checkbox-group--chip .checkbox__label:hover {
2202
+ border: var(--f-border-width-medium, 2px) solid highlight;
2203
+ }
2204
+ }
2148
2205
  .checkbox-group--chip input[type=checkbox]:checked + .checkbox__label {
2149
2206
  background: var(--fkds-color-select-background-secondary-default, #35805b);
2150
2207
  border-color: transparent;
2151
2208
  color: var(--fkds-color-text-inverted, #ffffff);
2152
2209
  }
2210
+ @media (forced-colors: active) {
2211
+ .checkbox-group--chip input[type=checkbox]:checked + .checkbox__label {
2212
+ background-color: highlight;
2213
+ color: highlightText;
2214
+ forced-color-adjust: none;
2215
+ }
2216
+ }
2153
2217
  .checkbox-group--chip input[type=checkbox]:focus + label.checkbox__label {
2154
2218
  border-radius: 20px;
2155
2219
  }
@@ -2207,15 +2271,27 @@ input[type=search]:focus,
2207
2271
  padding: 0.75rem;
2208
2272
  white-space: nowrap;
2209
2273
  }
2210
- .calendar__year-selector__year:hover, .combobox__listbox__option:hover {
2274
+ .calendar__year-selector__year:hover:not(.calendar__year-selector__year--highlight):not(.combobox__listbox__option--highlight), .combobox__listbox__option:hover:not(.calendar__year-selector__year--highlight):not(.combobox__listbox__option--highlight) {
2211
2275
  background-color: var(--fkds-color-select-background-primary-hover, #e5e5f5);
2212
2276
  color: var(--fkds-color-text-primary, #1b1e23);
2213
2277
  }
2278
+ @media (forced-colors: active) {
2279
+ .calendar__year-selector__year:hover:not(.calendar__year-selector__year--highlight):not(.combobox__listbox__option--highlight), .combobox__listbox__option:hover:not(.calendar__year-selector__year--highlight):not(.combobox__listbox__option--highlight) {
2280
+ outline: 2px solid highlight;
2281
+ }
2282
+ }
2214
2283
  .calendar__year-selector__year--highlight, .combobox__listbox__option--highlight {
2215
2284
  background-color: var(--fkds-color-select-background-primary-default, #4a52b6);
2216
2285
  color: var(--fkds-color-text-inverted, #ffffff);
2217
2286
  font-weight: var(--f-font-weight-medium, 700);
2218
2287
  }
2288
+ @media (forced-colors: active) {
2289
+ .calendar__year-selector__year--highlight, .combobox__listbox__option--highlight {
2290
+ background-color: highlight;
2291
+ color: highlightText;
2292
+ forced-color-adjust: none;
2293
+ }
2294
+ }
2219
2295
 
2220
2296
  .combobox__button {
2221
2297
  background: inherit;
@@ -2256,6 +2332,11 @@ input[type=search]:focus,
2256
2332
  color: var(--fkds-color-text-primary, #1b1e23);
2257
2333
  background-color: var(--fkds-color-action-background-secondary-hover, #e5e5f5);
2258
2334
  }
2335
+ @media (forced-colors: active) {
2336
+ .contextmenu__list__item:hover {
2337
+ outline: 2px solid highlight;
2338
+ }
2339
+ }
2259
2340
  @media (min-width: 640px) {
2260
2341
  .contextmenu__list__item {
2261
2342
  white-space: nowrap;
@@ -2388,7 +2469,6 @@ input[type=search]:focus,
2388
2469
  .dialogue-tree__list-item button .icon {
2389
2470
  flex-shrink: 0;
2390
2471
  margin-left: 1.25rem;
2391
- color: currentcolor;
2392
2472
  }
2393
2473
 
2394
2474
  .entrypoint {
@@ -2834,7 +2914,7 @@ input[type=search]:focus,
2834
2914
  .file-selector input[type=file]:focus + label {
2835
2915
  border-radius: 0;
2836
2916
  box-shadow: var(--f-focus-box-shadow, 0 0 0 2px #ffffff, 0 0 0 4px #1b1e23, 0 0 0 6px #ffffff);
2837
- outline: 2px solid transparent;
2917
+ outline: 3px solid transparent;
2838
2918
  }
2839
2919
  .file-selector label {
2840
2920
  cursor: pointer;
@@ -3866,12 +3946,12 @@ input[type=search]:focus,
3866
3946
  }
3867
3947
 
3868
3948
  .message-box {
3869
- padding: calc(1.5rem * var(--f-density-factor, 1)) 1.5rem;
3870
- margin: 0.5rem 0 calc(2rem * var(--f-density-factor, 1)) 0;
3949
+ padding: calc(1rem * var(--f-density-factor, 1)) 1rem;
3950
+ margin: 1.5rem 0 calc(1.5rem * var(--f-density-factor, 1)) 0;
3871
3951
  color: var(--fkds-color-text-primary, #1b1e23);
3872
3952
  }
3873
3953
  .message-box__heading {
3874
- font-size: var(--f-font-size-h3, 1.375rem);
3954
+ font-size: var(--f-font-size-large, 1.125rem);
3875
3955
  font-weight: var(--f-font-weight-medium, 700);
3876
3956
  color: var(--fkds-color-text-primary, #1b1e23);
3877
3957
  line-height: var(--f-line-height-medium, 1.4);
@@ -3879,11 +3959,6 @@ input[type=search]:focus,
3879
3959
  margin-bottom: calc(0.5rem * var(--f-density-factor, 1));
3880
3960
  margin-top: 0;
3881
3961
  }
3882
- @media (max-width: 639.98px) {
3883
- .message-box__heading {
3884
- font-size: var(--f-font-size-large, 1.125rem);
3885
- }
3886
- }
3887
3962
  .message-box__icon {
3888
3963
  line-height: var(--f-line-height-large, 1.5);
3889
3964
  }
@@ -4071,13 +4146,6 @@ input[type=search]:focus,
4071
4146
  .message-box--banner .iflex__item > p {
4072
4147
  margin-bottom: 0;
4073
4148
  }
4074
- @media (max-width: 639.98px) {
4075
- .message-box {
4076
- margin-bottom: calc(1.5rem * var(--f-density-factor, 1));
4077
- margin-top: calc(1.5rem * var(--f-density-factor, 1));
4078
- padding: calc(1rem * var(--f-density-factor, 1)) 1rem;
4079
- }
4080
- }
4081
4149
 
4082
4150
  .modal__backdrop {
4083
4151
  background: var(--f-background-overlay, rgba(0, 0, 0, 0.75));
@@ -4562,7 +4630,7 @@ input[type=search]:focus,
4562
4630
  .radio-button input[type=radio]:focus + label {
4563
4631
  border-radius: 0;
4564
4632
  box-shadow: var(--f-focus-box-shadow, 0 0 0 2px #ffffff, 0 0 0 4px #1b1e23, 0 0 0 6px #ffffff);
4565
- outline: 2px solid transparent;
4633
+ outline: 3px solid transparent;
4566
4634
  }
4567
4635
 
4568
4636
  .radio-button-group__content {
@@ -4740,41 +4808,41 @@ input[type=search]:focus,
4740
4808
  }
4741
4809
 
4742
4810
  .table tbody .table__expandable-row, .table tbody .table__row--normal, .table tbody .table__row {
4743
- background: var(--f-background-grid-default, #ffffff);
4744
- color: var(--f-text-color-default, #1b1e23);
4811
+ background: var(--fkds-color-background-primary, #ffffff);
4812
+ color: var(--fkds-color-text-primary, #1b1e23);
4745
4813
  }
4746
4814
 
4747
4815
  .table--striped tbody .table__row:nth-child(even), .table tbody .table__row--striped {
4748
- background: var(--f-background-grid-striped, #f4f4f4);
4749
- color: var(--f-text-color-default, #1b1e23);
4816
+ background: var(--fkds-color-background-secondary, #f4f4f4);
4817
+ color: var(--fkds-color-text-primary, #1b1e23);
4750
4818
  }
4751
4819
 
4752
4820
  .table--hover tbody .table__row:hover, .table tbody .table__row--hover {
4753
- background: var(--f-background-grid-hover, #f5f6fa);
4754
- color: var(--f-text-color-default, #1b1e23);
4755
- outline: 1px solid var(--f-border-color-grid-hover, #8d8e91);
4821
+ background: var(--fkds-color-select-background-primary-hover, #e5e5f5);
4822
+ color: var(--fkds-color-text-primary, #1b1e23);
4823
+ outline: 1px solid var(--fkds-color-border-primary, #8d8e91);
4756
4824
  }
4757
4825
 
4758
4826
  .table tbody .table__row:focus-within, .table tbody .table__row--focus-within {
4759
- background: var(--f-background-grid-focus-inner, #f5f6fa);
4760
- color: var(--f-text-color-default, #1b1e23);
4827
+ background: var(--fkds-color-select-background-primary-hover, #e5e5f5);
4828
+ color: var(--fkds-color-text-primary, #1b1e23);
4761
4829
  }
4762
4830
 
4763
4831
  .table tbody .table__row:focus, .table tbody .table__row--focus {
4764
- background: var(--f-background-grid-hover, #f5f6fa);
4765
- color: var(--f-text-color-default, #1b1e23);
4766
- outline: 2px solid var(--f-color-focus, #1b1e23);
4832
+ background: var(--fkds-color-select-background-primary-hover, #e5e5f5);
4833
+ color: var(--fkds-color-text-primary, #1b1e23);
4834
+ outline: 2px solid var(--fkds-color-border-strong, #5f6165);
4767
4835
  box-shadow: none;
4768
4836
  }
4769
4837
 
4770
4838
  .table--hover tbody .table__row:hover.table__row--active, .table--striped tbody .table__row:nth-child(even).table__row--active, .table tbody .table__row--active, .table tbody .table__row:focus.table__row--active, .table tbody .table__row--focus.table__row--active, .table tbody .table__row:focus-within.table__row--active, .table tbody .table__row--focus-within.table__row--active {
4771
- background: var(--f-background-grid-active, #e5e5f5);
4772
- color: var(--f-text-color-default, #1b1e23);
4839
+ background: var(--fkds-color-select-background-primary-hover, #e5e5f5);
4840
+ color: var(--fkds-color-text-primary, #1b1e23);
4773
4841
  }
4774
4842
 
4775
4843
  .table tbody .table__row--expanded-border td,
4776
4844
  .table tbody .table__row--expanded-border th {
4777
- border-bottom-color: var(--f-border-color-grid-expanded, #ddddde);
4845
+ border-bottom-color: var(--fkds-color-border-weak, #ddddde);
4778
4846
  }
4779
4847
 
4780
4848
  .table tbody .table__row--expandable {
@@ -4790,12 +4858,12 @@ input[type=search]:focus,
4790
4858
  border: 2px solid transparent;
4791
4859
  }
4792
4860
  .table:focus {
4793
- border-color: var(--f-color-focus, #1b1e23);
4861
+ border-color: var(--fkds-color-border-strong, #5f6165);
4794
4862
  box-shadow: none;
4795
4863
  }
4796
4864
  .table caption {
4797
4865
  background: transparent;
4798
- color: var(--f-text-color-default, #1b1e23);
4866
+ color: var(--fkds-color-text-primary, #1b1e23);
4799
4867
  font-size: var(--f-font-size-standard, 1rem);
4800
4868
  font-weight: var(--f-font-weight-medium, 700);
4801
4869
  line-height: var(--f-line-height-large, 1.5);
@@ -4804,10 +4872,10 @@ input[type=search]:focus,
4804
4872
  text-align: left;
4805
4873
  }
4806
4874
  .table thead th {
4807
- background: var(--f-background-grid-header, #f4f4f4);
4808
- border-bottom: 2px solid var(--f-border-color-grid-header, #8d8e91);
4809
- border-right: 1px solid var(--f-border-color-grid, #8d8e91);
4810
- color: var(--f-text-color-default, #1b1e23);
4875
+ background: var(--fkds-color-background-secondary, #f4f4f4);
4876
+ border-bottom: 2px solid var(--fkds-color-border-primary, #8d8e91);
4877
+ border-right: 1px solid var(--fkds-color-border-primary, #8d8e91);
4878
+ color: var(--fkds-color-text-primary, #1b1e23);
4811
4879
  font-weight: var(--f-font-weight-medium, 700);
4812
4880
  line-height: var(--f-line-height-large, 1.5);
4813
4881
  padding: calc(0.25rem * var(--f-density-factor, 1)) 0.5rem;
@@ -4818,13 +4886,12 @@ input[type=search]:focus,
4818
4886
  border-right: none;
4819
4887
  }
4820
4888
  .table thead th .table__column__header__icon {
4821
- color: var(--f-icon-color-table-header, #1b1e23);
4822
4889
  height: var(--f-icon-size-x-small, 0.75rem);
4823
4890
  width: var(--f-icon-size-x-small, 0.75rem);
4824
4891
  min-width: var(--f-icon-size-x-small, 0.75rem);
4825
4892
  }
4826
4893
  .table thead th .table__column__header__icon--discrete {
4827
- color: var(--f-icon-color-table-header-discrete, #8d8e91);
4894
+ color: var(--fkds-color-text-disabled, #8d8e91);
4828
4895
  }
4829
4896
  .table thead .table__column--numeric {
4830
4897
  text-align: right;
@@ -4835,7 +4902,7 @@ input[type=search]:focus,
4835
4902
  .table tbody td,
4836
4903
  .table tbody th {
4837
4904
  padding: calc(var(--f-table-body-row-padding, 0.5rem) * var(--f-density-factor, 1)) var(--f-table-body-row-padding, 0.5rem);
4838
- border-bottom: 1px solid var(--f-border-color-grid, #8d8e91);
4905
+ border-bottom: 1px solid var(--fkds-color-border-primary, #8d8e91);
4839
4906
  vertical-align: top;
4840
4907
  }
4841
4908
  .table tbody td {
@@ -4843,7 +4910,7 @@ input[type=search]:focus,
4843
4910
  font-weight: var(--f-font-weight-normal, 400);
4844
4911
  }
4845
4912
  .table tbody th {
4846
- border-right: 1px solid var(--f-border-color-grid, #8d8e91);
4913
+ border-right: 1px solid var(--fkds-color-border-primary, #8d8e91);
4847
4914
  font-weight: var(--f-font-weight-medium, 700);
4848
4915
  line-height: calc(1.5rem * var(--f-density-factor, 1));
4849
4916
  }
@@ -4888,7 +4955,7 @@ input[type=search]:focus,
4888
4955
  .table__column__description {
4889
4956
  display: block;
4890
4957
  background: transparent;
4891
- color: var(--f-text-color-discrete, #5f6165);
4958
+ color: var(--fkds-color-text-secondary, #5f6165);
4892
4959
  font-weight: var(--f-font-weight-normal, 400);
4893
4960
  }
4894
4961
  .table--selectable .table__row td:hover,
@@ -4928,7 +4995,7 @@ input[type=search]:focus,
4928
4995
  left: 0.25rem;
4929
4996
  }
4930
4997
  .table__expand-icon {
4931
- color: var(--f-icon-color-primary, #4a52b6);
4998
+ color: var(--fkds-color-action-text-primary-default, #4a52b6);
4932
4999
  background: transparent;
4933
5000
  border: 0;
4934
5001
  flex: 0 0 auto;
@@ -4940,6 +5007,11 @@ input[type=search]:focus,
4940
5007
  align-items: center;
4941
5008
  justify-content: center;
4942
5009
  }
5010
+ @media (forced-colors: active) {
5011
+ .table__expand-icon {
5012
+ color: ButtonText;
5013
+ }
5014
+ }
4943
5015
 
4944
5016
  .table__anchor {
4945
5017
  cursor: pointer;
@@ -4970,7 +5042,7 @@ input[type=search]:focus,
4970
5042
  .table__button:active, .table__button:focus {
4971
5043
  border-radius: 0;
4972
5044
  box-shadow: var(--f-focus-box-shadow, 0 0 0 2px #ffffff, 0 0 0 4px #1b1e23, 0 0 0 6px #ffffff);
4973
- outline: 2px solid transparent;
5045
+ outline: 3px solid transparent;
4974
5046
  background-color: var(--fkds-color-action-background-secondary-hover, #e5e5f5);
4975
5047
  border-color: transparent;
4976
5048
  color: var(--fkds-color-action-text-primary-default, #4a52b6);
@@ -4991,6 +5063,7 @@ input[type=search]:focus,
4991
5063
  margin: var(--f-button-tertiary-table-column-action-margin, 0 0 0 0.5rem);
4992
5064
  width: -moz-max-content;
4993
5065
  width: max-content;
5066
+ border: none;
4994
5067
  }
4995
5068
  .table__button .button__icon {
4996
5069
  margin: var(--f-button-tertiary-table-column-action-icon-margin, 0 8px 0 2px);
@@ -5037,6 +5110,11 @@ input[type=search]:focus,
5037
5110
  .table-ng tbody .table-ng__row--empty {
5038
5111
  text-align: center;
5039
5112
  }
5113
+ .table-ng__column__description {
5114
+ background: transparent;
5115
+ color: var(--f-text-color-discrete, #5f6165);
5116
+ font-weight: var(--f-font-weight-normal, 400);
5117
+ }
5040
5118
  .table-ng--striped tbody .table-ng__row:nth-child(even) {
5041
5119
  background: var(--f-background-grid-striped, #f4f4f4);
5042
5120
  color: var(--f-text-color-default, #1b1e23);
@@ -5089,14 +5167,20 @@ input[type=search]:focus,
5089
5167
  height: var(--f-icon-size-medium, 1.25rem);
5090
5168
  width: var(--f-icon-size-medium, 1.25rem);
5091
5169
  }
5092
- .table-ng__cell--button button {
5093
- background: inherit;
5094
- border: 0;
5095
- cursor: pointer;
5170
+ .table-ng__cell--expand button, .table-ng__cell--button button {
5171
+ padding: 0;
5096
5172
  margin: 0;
5173
+ border: 0;
5097
5174
  min-width: var(--f-icon-size-medium, 1.25rem);
5098
- padding: 0;
5099
5175
  width: 100%;
5176
+ background: inherit;
5177
+ cursor: pointer;
5178
+ }
5179
+ .table-ng__cell--expand button svg, .table-ng__cell--button button svg {
5180
+ vertical-align: middle;
5181
+ }
5182
+ .table-ng__cell--expand {
5183
+ width: var(--f-icon-size-medium, 1.25rem);
5100
5184
  }
5101
5185
  .table-ng__cell--rowheader {
5102
5186
  font-weight: var(--f-font-weight-medium, 700);
@@ -5132,6 +5216,15 @@ input[type=search]:focus,
5132
5216
  flex: none;
5133
5217
  }
5134
5218
 
5219
+ .table-ng__custom-expandable {
5220
+ padding: calc(0.25rem * var(--f-density-factor, 1)) 0.5rem;
5221
+ border: 2px solid transparent;
5222
+ }
5223
+ .table-ng__custom-expandable:focus {
5224
+ box-shadow: none;
5225
+ border: 2px solid var(--f-color-focus, #1b1e23);
5226
+ }
5227
+
5135
5228
  .table-ng__cell--select:hover .table-ng__editable, .table-ng__cell--text:hover .table-ng__editable {
5136
5229
  background: var(--fkds-color-action-background-secondary-hover, #e5e5f5);
5137
5230
  }