@fkui/design 6.21.0 → 6.23.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 +201 -91
- package/lib/fkui.min.css +1 -1
- package/package.json +5 -5
- package/src/components/button/_variables.scss +0 -5
- package/src/components/calendar-day/_calendar-day.scss +15 -0
- package/src/components/checkbox/_variables.scss +2 -2
- package/src/components/chip/_chip.scss +11 -1
- package/src/components/combobox/_combobox.scss +6 -1
- package/src/components/combobox/_variables.scss +2 -2
- package/src/components/contextmenu/_contextmenu.scss +2 -0
- package/src/components/datepicker-field/_variables.scss +3 -3
- package/src/components/dialogue-tree/_dialogue-tree.scss +0 -1
- package/src/components/file-item/_file-item.scss +2 -1
- package/src/components/file-item/_variables.scss +1 -1
- package/src/components/icon/_icon.scss +16 -3
- package/src/components/icon/_variables.scss +17 -8
- package/src/components/message-box/_variables.scss +1 -1
- package/src/components/modal/_modal.scss +1 -0
- package/src/components/select-field/_select-field.scss +1 -1
- package/src/components/select-field/_variables.scss +3 -2
- package/src/components/table/_table.scss +31 -28
- package/src/components/table/_table_button.scss +1 -0
- package/src/components/table/_variables.scss +9 -9
- package/src/components/table-ng/_table-ng.scss +13 -0
- package/src/components/text-field/_text-field.scss +5 -1
- package/src/components/text-field/_variables.scss +3 -2
- package/src/components/wizard/_variables.scss +1 -1
- package/src/core/mixins/_focus.scss +1 -1
- package/src/core/mixins/_forcedcolors.scss +16 -0
- package/src/internal-components/calendar-navbar/_variables.scss +2 -2
- package/src/internal-components/popup-error/_popup-error.scss +1 -0
- package/src/internal-components/popup-error/_variables.scss +3 -2
- package/stylelint/rules/deprecated-variable.js +2 -2
- package/stylelint/rules/deprecated-variable.test.mjs +8 -0
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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;
|
|
@@ -1979,7 +2009,7 @@ input[type=search]:focus,
|
|
|
1979
2009
|
transition: background-color ease var(--f-animation-duration-medium, 350ms), border-color ease var(--f-animation-duration-medium, 350ms), opacity ease var(--f-animation-duration-medium, 350ms);
|
|
1980
2010
|
}
|
|
1981
2011
|
.checkbox__label::after {
|
|
1982
|
-
background-color: var(--fkds-
|
|
2012
|
+
background-color: var(--fkds-color-text-inverted, #ffffff);
|
|
1983
2013
|
opacity: 0;
|
|
1984
2014
|
transition: opacity ease var(--f-animation-duration-medium, 350ms);
|
|
1985
2015
|
}
|
|
@@ -2014,7 +2044,7 @@ input[type=search]:focus,
|
|
|
2014
2044
|
}
|
|
2015
2045
|
}
|
|
2016
2046
|
.checkbox.disabled input[type=checkbox]:checked + .checkbox__label::after {
|
|
2017
|
-
background-color: var(--fkds-
|
|
2047
|
+
background-color: var(--fkds-color-text-disabled, #8d8e91);
|
|
2018
2048
|
}
|
|
2019
2049
|
.checkbox input[type=checkbox]:checked + label::before {
|
|
2020
2050
|
background-color: var(--fkds-color-select-background-primary-default, #4a52b6);
|
|
@@ -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:
|
|
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,25 +2271,37 @@ 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;
|
|
2222
2298
|
border: none;
|
|
2223
|
-
color: var(--fkds-
|
|
2299
|
+
color: var(--fkds-color-action-text-primary-default, #4a52b6);
|
|
2224
2300
|
margin: 0;
|
|
2225
2301
|
padding: 0;
|
|
2226
2302
|
}
|
|
2227
2303
|
.combobox__button:disabled {
|
|
2228
|
-
color: var(--fkds-
|
|
2304
|
+
color: var(--fkds-color-text-disabled, #8d8e91);
|
|
2229
2305
|
}
|
|
2230
2306
|
|
|
2231
2307
|
.contextmenu {
|
|
@@ -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;
|
|
@@ -2294,7 +2375,7 @@ input[type=search]:focus,
|
|
|
2294
2375
|
cursor: pointer;
|
|
2295
2376
|
}
|
|
2296
2377
|
.datepicker-field__button .icon {
|
|
2297
|
-
color: var(--fkds-
|
|
2378
|
+
color: var(--fkds-color-action-text-primary-default, #4a52b6);
|
|
2298
2379
|
min-height: var(--f-icon-size-large, 1.5rem);
|
|
2299
2380
|
min-width: var(--f-icon-size-large, 1.5rem);
|
|
2300
2381
|
height: calc(var(--f-icon-size-x-large, 2rem) * var(--f-density-factor, 1));
|
|
@@ -2302,10 +2383,10 @@ input[type=search]:focus,
|
|
|
2302
2383
|
vertical-align: middle;
|
|
2303
2384
|
}
|
|
2304
2385
|
.datepicker-field__button:hover .icon {
|
|
2305
|
-
color: var(--fkds-
|
|
2386
|
+
color: var(--fkds-color-action-text-primary-hover, #3b4292);
|
|
2306
2387
|
}
|
|
2307
2388
|
.datepicker-field__button:disabled .icon {
|
|
2308
|
-
color: var(--fkds-
|
|
2389
|
+
color: var(--fkds-color-text-disabled, #8d8e91);
|
|
2309
2390
|
}
|
|
2310
2391
|
.datepicker-field__popup {
|
|
2311
2392
|
margin-top: -16px;
|
|
@@ -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 {
|
|
@@ -2525,35 +2605,48 @@ input[type=search]:focus,
|
|
|
2525
2605
|
|
|
2526
2606
|
.icon-stack--tooltip .f-icon-circle,
|
|
2527
2607
|
.icon--stack--tooltip .f-icon-circle {
|
|
2528
|
-
fill: var(--
|
|
2529
|
-
color: var(--
|
|
2608
|
+
fill: var(--fkds-color-action-background-primary-default, #4a52b6);
|
|
2609
|
+
color: var(--fkds-color-action-border-primary-default, #4a52b6);
|
|
2530
2610
|
}
|
|
2531
2611
|
.icon-stack--tooltip .f-icon-i,
|
|
2532
2612
|
.icon--stack--tooltip .f-icon-i {
|
|
2533
|
-
color: var(--
|
|
2613
|
+
color: var(--fkds-color-text-inverted, #ffffff);
|
|
2534
2614
|
}
|
|
2535
2615
|
.icon-stack--info .f-icon-circle,
|
|
2536
2616
|
.icon--stack--info .f-icon-circle {
|
|
2537
|
-
color: var(--fkds-
|
|
2538
|
-
fill: var(--fkds-
|
|
2617
|
+
color: var(--fkds-color-feedback-background-info, #f5f6fa);
|
|
2618
|
+
fill: var(--fkds-color-feedback-border-info, #4a52b6);
|
|
2619
|
+
}
|
|
2620
|
+
.icon-stack--info .f-icon-i,
|
|
2621
|
+
.icon--stack--info .f-icon-i {
|
|
2622
|
+
color: var(--fkds-color-text-primary, #1b1e23);
|
|
2539
2623
|
}
|
|
2540
2624
|
.icon-stack--warning .f-icon-circle,
|
|
2541
2625
|
.icon--stack--warning .f-icon-circle {
|
|
2542
|
-
color: var(--fkds-
|
|
2543
|
-
fill: var(--fkds-
|
|
2626
|
+
color: var(--fkds-color-feedback-background-warning, #fffcf3);
|
|
2627
|
+
fill: var(--fkds-color-feedback-border-warning, #ffbe10);
|
|
2628
|
+
}
|
|
2629
|
+
.icon-stack--warning .f-icon-alert,
|
|
2630
|
+
.icon--stack--warning .f-icon-alert {
|
|
2631
|
+
color: var(--fkds-color-text-primary, #1b1e23);
|
|
2544
2632
|
}
|
|
2545
2633
|
.icon-stack--error .f-icon-triangle,
|
|
2546
2634
|
.icon--stack--error .f-icon-triangle {
|
|
2547
|
-
color: var(--fkds-
|
|
2548
|
-
fill: var(--fkds-
|
|
2635
|
+
color: var(--fkds-color-feedback-background-negative, #fcf3f3);
|
|
2636
|
+
fill: var(--fkds-color-feedback-border-negative, #ca1515);
|
|
2637
|
+
}
|
|
2638
|
+
.icon-stack--error .f-icon-alert,
|
|
2639
|
+
.icon--stack--error .f-icon-alert {
|
|
2640
|
+
color: var(--fkds-color-text-primary, #1b1e23);
|
|
2549
2641
|
}
|
|
2550
2642
|
.icon-stack--success .f-icon-circle,
|
|
2551
2643
|
.icon--stack--success .f-icon-circle {
|
|
2552
|
-
color: var(--fkds-
|
|
2553
|
-
fill: var(--fkds-
|
|
2644
|
+
color: var(--fkds-color-feedback-background-positive, #f3f8f5);
|
|
2645
|
+
fill: var(--fkds-color-feedback-border-positive, #35805b);
|
|
2554
2646
|
}
|
|
2555
2647
|
.icon-stack--success .f-icon-success,
|
|
2556
2648
|
.icon--stack--success .f-icon-success {
|
|
2649
|
+
color: var(--fkds-color-text-primary, #1b1e23);
|
|
2557
2650
|
transform: scale(0.6);
|
|
2558
2651
|
}
|
|
2559
2652
|
.icon-stack--large,
|
|
@@ -2805,7 +2898,7 @@ input[type=search]:focus,
|
|
|
2805
2898
|
flex: 0 0 auto;
|
|
2806
2899
|
}
|
|
2807
2900
|
.file-item__file-abort svg {
|
|
2808
|
-
color: var(--
|
|
2901
|
+
color: var(--fkds-color-feedback-text-negative, #ca1515);
|
|
2809
2902
|
}
|
|
2810
2903
|
.file-item__change-info {
|
|
2811
2904
|
margin-top: -1.25rem;
|
|
@@ -2834,7 +2927,7 @@ input[type=search]:focus,
|
|
|
2834
2927
|
.file-selector input[type=file]:focus + label {
|
|
2835
2928
|
border-radius: 0;
|
|
2836
2929
|
box-shadow: var(--f-focus-box-shadow, 0 0 0 2px #ffffff, 0 0 0 4px #1b1e23, 0 0 0 6px #ffffff);
|
|
2837
|
-
outline:
|
|
2930
|
+
outline: 3px solid transparent;
|
|
2838
2931
|
}
|
|
2839
2932
|
.file-selector label {
|
|
2840
2933
|
cursor: pointer;
|
|
@@ -3917,7 +4010,7 @@ input[type=search]:focus,
|
|
|
3917
4010
|
transform: translateY(-0.05rem);
|
|
3918
4011
|
}
|
|
3919
4012
|
.message-box--info-short .message-box__icon .icon__banner {
|
|
3920
|
-
fill: var(--fkds-
|
|
4013
|
+
fill: var(--fkds-color-feedback-text-negative, #ca1515);
|
|
3921
4014
|
color: white;
|
|
3922
4015
|
}
|
|
3923
4016
|
.message-box--info-short .message-box__icon__banner {
|
|
@@ -3958,7 +4051,7 @@ input[type=search]:focus,
|
|
|
3958
4051
|
transform: translateY(-0.05rem);
|
|
3959
4052
|
}
|
|
3960
4053
|
.message-box--error-short .message-box__icon .icon__banner {
|
|
3961
|
-
fill: var(--fkds-
|
|
4054
|
+
fill: var(--fkds-color-feedback-text-negative, #ca1515);
|
|
3962
4055
|
color: white;
|
|
3963
4056
|
}
|
|
3964
4057
|
.message-box--error-short .message-box__icon__banner {
|
|
@@ -3999,7 +4092,7 @@ input[type=search]:focus,
|
|
|
3999
4092
|
transform: translateY(-0.05rem);
|
|
4000
4093
|
}
|
|
4001
4094
|
.message-box--warning-short .message-box__icon .icon__banner {
|
|
4002
|
-
fill: var(--fkds-
|
|
4095
|
+
fill: var(--fkds-color-feedback-text-negative, #ca1515);
|
|
4003
4096
|
color: white;
|
|
4004
4097
|
}
|
|
4005
4098
|
.message-box--warning-short .message-box__icon__banner {
|
|
@@ -4040,7 +4133,7 @@ input[type=search]:focus,
|
|
|
4040
4133
|
transform: translateY(-0.05rem);
|
|
4041
4134
|
}
|
|
4042
4135
|
.message-box--success-short .message-box__icon .icon__banner {
|
|
4043
|
-
fill: var(--fkds-
|
|
4136
|
+
fill: var(--fkds-color-feedback-text-negative, #ca1515);
|
|
4044
4137
|
color: white;
|
|
4045
4138
|
}
|
|
4046
4139
|
.message-box--success-short .message-box__icon__banner {
|
|
@@ -4140,6 +4233,7 @@ input[type=search]:focus,
|
|
|
4140
4233
|
}
|
|
4141
4234
|
.modal__dialog-container--fullscreen .modal__dialog {
|
|
4142
4235
|
min-height: 100vh;
|
|
4236
|
+
min-height: 100dvh;
|
|
4143
4237
|
}
|
|
4144
4238
|
.modal__dialog-container--fullscreen .modal__dialog-inner {
|
|
4145
4239
|
flex: 1 1 auto;
|
|
@@ -4327,7 +4421,7 @@ input[type=search]:focus,
|
|
|
4327
4421
|
transform: translateY(-0.05rem);
|
|
4328
4422
|
}
|
|
4329
4423
|
.offline .offline__icon .icon__banner {
|
|
4330
|
-
fill: var(--fkds-
|
|
4424
|
+
fill: var(--fkds-color-feedback-text-negative, #ca1515);
|
|
4331
4425
|
color: white;
|
|
4332
4426
|
}
|
|
4333
4427
|
.offline .offline__icon__banner {
|
|
@@ -4550,7 +4644,7 @@ input[type=search]:focus,
|
|
|
4550
4644
|
.radio-button input[type=radio]:focus + label {
|
|
4551
4645
|
border-radius: 0;
|
|
4552
4646
|
box-shadow: var(--f-focus-box-shadow, 0 0 0 2px #ffffff, 0 0 0 4px #1b1e23, 0 0 0 6px #ffffff);
|
|
4553
|
-
outline:
|
|
4647
|
+
outline: 3px solid transparent;
|
|
4554
4648
|
}
|
|
4555
4649
|
|
|
4556
4650
|
.radio-button-group__content {
|
|
@@ -4625,16 +4719,16 @@ input[type=search]:focus,
|
|
|
4625
4719
|
opacity: 1;
|
|
4626
4720
|
}
|
|
4627
4721
|
.select-field__select:disabled + .select-field__icon {
|
|
4628
|
-
color: var(--fkds-
|
|
4722
|
+
color: var(--fkds-color-text-disabled, #8d8e91);
|
|
4629
4723
|
}
|
|
4630
4724
|
.select-field__icon-wrapper {
|
|
4631
4725
|
position: relative;
|
|
4632
4726
|
}
|
|
4633
4727
|
.select-field__icon {
|
|
4634
|
-
color: var(--fkds-
|
|
4728
|
+
color: var(--fkds-color-action-text-primary-default, #4a52b6);
|
|
4635
4729
|
}
|
|
4636
4730
|
.select-field__error-popup-icon {
|
|
4637
|
-
color: var(--
|
|
4731
|
+
color: var(--fkds-color-feedback-text-negative, #ca1515);
|
|
4638
4732
|
display: inline;
|
|
4639
4733
|
position: absolute;
|
|
4640
4734
|
right: calc(var(--f-icon-size-large, 1.5rem) + 0.75rem);
|
|
@@ -4728,41 +4822,41 @@ input[type=search]:focus,
|
|
|
4728
4822
|
}
|
|
4729
4823
|
|
|
4730
4824
|
.table tbody .table__expandable-row, .table tbody .table__row--normal, .table tbody .table__row {
|
|
4731
|
-
background: var(--
|
|
4732
|
-
color: var(--
|
|
4825
|
+
background: var(--fkds-color-background-primary, #ffffff);
|
|
4826
|
+
color: var(--fkds-color-text-primary, #1b1e23);
|
|
4733
4827
|
}
|
|
4734
4828
|
|
|
4735
4829
|
.table--striped tbody .table__row:nth-child(even), .table tbody .table__row--striped {
|
|
4736
|
-
background: var(--
|
|
4737
|
-
color: var(--
|
|
4830
|
+
background: var(--fkds-color-background-secondary, #f4f4f4);
|
|
4831
|
+
color: var(--fkds-color-text-primary, #1b1e23);
|
|
4738
4832
|
}
|
|
4739
4833
|
|
|
4740
4834
|
.table--hover tbody .table__row:hover, .table tbody .table__row--hover {
|
|
4741
|
-
background: var(--
|
|
4742
|
-
color: var(--
|
|
4743
|
-
outline: 1px solid var(--
|
|
4835
|
+
background: var(--fkds-color-select-background-primary-hover, #e5e5f5);
|
|
4836
|
+
color: var(--fkds-color-text-primary, #1b1e23);
|
|
4837
|
+
outline: 1px solid var(--fkds-color-border-primary, #8d8e91);
|
|
4744
4838
|
}
|
|
4745
4839
|
|
|
4746
4840
|
.table tbody .table__row:focus-within, .table tbody .table__row--focus-within {
|
|
4747
|
-
background: var(--
|
|
4748
|
-
color: var(--
|
|
4841
|
+
background: var(--fkds-color-select-background-primary-hover, #e5e5f5);
|
|
4842
|
+
color: var(--fkds-color-text-primary, #1b1e23);
|
|
4749
4843
|
}
|
|
4750
4844
|
|
|
4751
4845
|
.table tbody .table__row:focus, .table tbody .table__row--focus {
|
|
4752
|
-
background: var(--
|
|
4753
|
-
color: var(--
|
|
4754
|
-
outline: 2px solid var(--
|
|
4846
|
+
background: var(--fkds-color-select-background-primary-hover, #e5e5f5);
|
|
4847
|
+
color: var(--fkds-color-text-primary, #1b1e23);
|
|
4848
|
+
outline: 2px solid var(--fkds-color-border-strong, #5f6165);
|
|
4755
4849
|
box-shadow: none;
|
|
4756
4850
|
}
|
|
4757
4851
|
|
|
4758
4852
|
.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 {
|
|
4759
|
-
background: var(--
|
|
4760
|
-
color: var(--
|
|
4853
|
+
background: var(--fkds-color-select-background-primary-hover, #e5e5f5);
|
|
4854
|
+
color: var(--fkds-color-text-primary, #1b1e23);
|
|
4761
4855
|
}
|
|
4762
4856
|
|
|
4763
4857
|
.table tbody .table__row--expanded-border td,
|
|
4764
4858
|
.table tbody .table__row--expanded-border th {
|
|
4765
|
-
border-bottom-color: var(--
|
|
4859
|
+
border-bottom-color: var(--fkds-color-border-weak, #ddddde);
|
|
4766
4860
|
}
|
|
4767
4861
|
|
|
4768
4862
|
.table tbody .table__row--expandable {
|
|
@@ -4778,12 +4872,12 @@ input[type=search]:focus,
|
|
|
4778
4872
|
border: 2px solid transparent;
|
|
4779
4873
|
}
|
|
4780
4874
|
.table:focus {
|
|
4781
|
-
border-color: var(--
|
|
4875
|
+
border-color: var(--fkds-color-border-strong, #5f6165);
|
|
4782
4876
|
box-shadow: none;
|
|
4783
4877
|
}
|
|
4784
4878
|
.table caption {
|
|
4785
4879
|
background: transparent;
|
|
4786
|
-
color: var(--
|
|
4880
|
+
color: var(--fkds-color-text-primary, #1b1e23);
|
|
4787
4881
|
font-size: var(--f-font-size-standard, 1rem);
|
|
4788
4882
|
font-weight: var(--f-font-weight-medium, 700);
|
|
4789
4883
|
line-height: var(--f-line-height-large, 1.5);
|
|
@@ -4792,10 +4886,10 @@ input[type=search]:focus,
|
|
|
4792
4886
|
text-align: left;
|
|
4793
4887
|
}
|
|
4794
4888
|
.table thead th {
|
|
4795
|
-
background: var(--
|
|
4796
|
-
border-bottom: 2px solid var(--
|
|
4797
|
-
border-right: 1px solid var(--
|
|
4798
|
-
color: var(--
|
|
4889
|
+
background: var(--fkds-color-background-secondary, #f4f4f4);
|
|
4890
|
+
border-bottom: 2px solid var(--fkds-color-border-primary, #8d8e91);
|
|
4891
|
+
border-right: 1px solid var(--fkds-color-border-primary, #8d8e91);
|
|
4892
|
+
color: var(--fkds-color-text-primary, #1b1e23);
|
|
4799
4893
|
font-weight: var(--f-font-weight-medium, 700);
|
|
4800
4894
|
line-height: var(--f-line-height-large, 1.5);
|
|
4801
4895
|
padding: calc(0.25rem * var(--f-density-factor, 1)) 0.5rem;
|
|
@@ -4806,13 +4900,12 @@ input[type=search]:focus,
|
|
|
4806
4900
|
border-right: none;
|
|
4807
4901
|
}
|
|
4808
4902
|
.table thead th .table__column__header__icon {
|
|
4809
|
-
color: var(--f-icon-color-table-header, #1b1e23);
|
|
4810
4903
|
height: var(--f-icon-size-x-small, 0.75rem);
|
|
4811
4904
|
width: var(--f-icon-size-x-small, 0.75rem);
|
|
4812
4905
|
min-width: var(--f-icon-size-x-small, 0.75rem);
|
|
4813
4906
|
}
|
|
4814
4907
|
.table thead th .table__column__header__icon--discrete {
|
|
4815
|
-
color: var(--
|
|
4908
|
+
color: var(--fkds-color-text-disabled, #8d8e91);
|
|
4816
4909
|
}
|
|
4817
4910
|
.table thead .table__column--numeric {
|
|
4818
4911
|
text-align: right;
|
|
@@ -4823,7 +4916,7 @@ input[type=search]:focus,
|
|
|
4823
4916
|
.table tbody td,
|
|
4824
4917
|
.table tbody th {
|
|
4825
4918
|
padding: calc(var(--f-table-body-row-padding, 0.5rem) * var(--f-density-factor, 1)) var(--f-table-body-row-padding, 0.5rem);
|
|
4826
|
-
border-bottom: 1px solid var(--
|
|
4919
|
+
border-bottom: 1px solid var(--fkds-color-border-primary, #8d8e91);
|
|
4827
4920
|
vertical-align: top;
|
|
4828
4921
|
}
|
|
4829
4922
|
.table tbody td {
|
|
@@ -4831,7 +4924,7 @@ input[type=search]:focus,
|
|
|
4831
4924
|
font-weight: var(--f-font-weight-normal, 400);
|
|
4832
4925
|
}
|
|
4833
4926
|
.table tbody th {
|
|
4834
|
-
border-right: 1px solid var(--
|
|
4927
|
+
border-right: 1px solid var(--fkds-color-border-primary, #8d8e91);
|
|
4835
4928
|
font-weight: var(--f-font-weight-medium, 700);
|
|
4836
4929
|
line-height: calc(1.5rem * var(--f-density-factor, 1));
|
|
4837
4930
|
}
|
|
@@ -4876,7 +4969,7 @@ input[type=search]:focus,
|
|
|
4876
4969
|
.table__column__description {
|
|
4877
4970
|
display: block;
|
|
4878
4971
|
background: transparent;
|
|
4879
|
-
color: var(--
|
|
4972
|
+
color: var(--fkds-color-text-secondary, #5f6165);
|
|
4880
4973
|
font-weight: var(--f-font-weight-normal, 400);
|
|
4881
4974
|
}
|
|
4882
4975
|
.table--selectable .table__row td:hover,
|
|
@@ -4916,7 +5009,7 @@ input[type=search]:focus,
|
|
|
4916
5009
|
left: 0.25rem;
|
|
4917
5010
|
}
|
|
4918
5011
|
.table__expand-icon {
|
|
4919
|
-
color: var(--
|
|
5012
|
+
color: var(--fkds-color-action-text-primary-default, #4a52b6);
|
|
4920
5013
|
background: transparent;
|
|
4921
5014
|
border: 0;
|
|
4922
5015
|
flex: 0 0 auto;
|
|
@@ -4928,6 +5021,11 @@ input[type=search]:focus,
|
|
|
4928
5021
|
align-items: center;
|
|
4929
5022
|
justify-content: center;
|
|
4930
5023
|
}
|
|
5024
|
+
@media (forced-colors: active) {
|
|
5025
|
+
.table__expand-icon {
|
|
5026
|
+
color: ButtonText;
|
|
5027
|
+
}
|
|
5028
|
+
}
|
|
4931
5029
|
|
|
4932
5030
|
.table__anchor {
|
|
4933
5031
|
cursor: pointer;
|
|
@@ -4958,7 +5056,7 @@ input[type=search]:focus,
|
|
|
4958
5056
|
.table__button:active, .table__button:focus {
|
|
4959
5057
|
border-radius: 0;
|
|
4960
5058
|
box-shadow: var(--f-focus-box-shadow, 0 0 0 2px #ffffff, 0 0 0 4px #1b1e23, 0 0 0 6px #ffffff);
|
|
4961
|
-
outline:
|
|
5059
|
+
outline: 3px solid transparent;
|
|
4962
5060
|
background-color: var(--fkds-color-action-background-secondary-hover, #e5e5f5);
|
|
4963
5061
|
border-color: transparent;
|
|
4964
5062
|
color: var(--fkds-color-action-text-primary-default, #4a52b6);
|
|
@@ -4979,6 +5077,7 @@ input[type=search]:focus,
|
|
|
4979
5077
|
margin: var(--f-button-tertiary-table-column-action-margin, 0 0 0 0.5rem);
|
|
4980
5078
|
width: -moz-max-content;
|
|
4981
5079
|
width: max-content;
|
|
5080
|
+
border: none;
|
|
4982
5081
|
}
|
|
4983
5082
|
.table__button .button__icon {
|
|
4984
5083
|
margin: var(--f-button-tertiary-table-column-action-icon-margin, 0 8px 0 2px);
|
|
@@ -5025,6 +5124,11 @@ input[type=search]:focus,
|
|
|
5025
5124
|
.table-ng tbody .table-ng__row--empty {
|
|
5026
5125
|
text-align: center;
|
|
5027
5126
|
}
|
|
5127
|
+
.table-ng__column__description {
|
|
5128
|
+
background: transparent;
|
|
5129
|
+
color: var(--f-text-color-discrete, #5f6165);
|
|
5130
|
+
font-weight: var(--f-font-weight-normal, 400);
|
|
5131
|
+
}
|
|
5028
5132
|
.table-ng--striped tbody .table-ng__row:nth-child(even) {
|
|
5029
5133
|
background: var(--f-background-grid-striped, #f4f4f4);
|
|
5030
5134
|
color: var(--f-text-color-default, #1b1e23);
|
|
@@ -5204,7 +5308,7 @@ input[type=search]:focus,
|
|
|
5204
5308
|
display: none;
|
|
5205
5309
|
}
|
|
5206
5310
|
.text-field__error-popup-icon {
|
|
5207
|
-
color: var(--
|
|
5311
|
+
color: var(--fkds-color-feedback-text-negative, #ca1515);
|
|
5208
5312
|
height: 16px;
|
|
5209
5313
|
}
|
|
5210
5314
|
.text-field__input-wrapper {
|
|
@@ -5248,7 +5352,7 @@ input[type=search]:focus,
|
|
|
5248
5352
|
top: 3px;
|
|
5249
5353
|
}
|
|
5250
5354
|
.text-field__input:disabled + .text-field__icon {
|
|
5251
|
-
color: var(--fkds-
|
|
5355
|
+
color: var(--fkds-color-text-disabled, #8d8e91);
|
|
5252
5356
|
}
|
|
5253
5357
|
.text-field__input:disabled {
|
|
5254
5358
|
border-color: var(--fkds-color-border-disabled, #8d8e91);
|
|
@@ -5273,10 +5377,15 @@ input[type=search]:focus,
|
|
|
5273
5377
|
cursor: pointer;
|
|
5274
5378
|
}
|
|
5275
5379
|
.text-field .clear-button__icon {
|
|
5276
|
-
color: var(--fkds-
|
|
5380
|
+
color: var(--fkds-color-text-secondary, #5f6165);
|
|
5277
5381
|
height: var(--f-icon-size-x-small, 0.75rem);
|
|
5278
5382
|
width: var(--f-icon-size-x-small, 0.75rem);
|
|
5279
5383
|
}
|
|
5384
|
+
@media (forced-colors: active) {
|
|
5385
|
+
.text-field .clear-button__icon {
|
|
5386
|
+
color: buttonText;
|
|
5387
|
+
}
|
|
5388
|
+
}
|
|
5280
5389
|
.text-field {
|
|
5281
5390
|
/* stylelint-disable property-no-vendor-prefix */
|
|
5282
5391
|
}
|
|
@@ -5571,7 +5680,7 @@ input[type=search]:focus,
|
|
|
5571
5680
|
}
|
|
5572
5681
|
.wizard-step--done .icon.f-icon-success {
|
|
5573
5682
|
display: block;
|
|
5574
|
-
color: var(--fkds-
|
|
5683
|
+
color: var(--fkds-color-text-inverted, #ffffff);
|
|
5575
5684
|
width: 20px;
|
|
5576
5685
|
height: auto;
|
|
5577
5686
|
}
|
|
@@ -5708,7 +5817,7 @@ input[type=search]:focus,
|
|
|
5708
5817
|
text-underline-offset: 3.5px;
|
|
5709
5818
|
}
|
|
5710
5819
|
.calendar-navbar__icon {
|
|
5711
|
-
color: var(--fkds-
|
|
5820
|
+
color: var(--fkds-color-action-text-inverted-default, #ffffff);
|
|
5712
5821
|
background-color: var(--fkds-color-action-background-primary-default, #4a52b6);
|
|
5713
5822
|
width: var(--f-icon-size-large, 1.5rem);
|
|
5714
5823
|
height: var(--f-icon-size-large, 1.5rem);
|
|
@@ -5717,7 +5826,7 @@ input[type=search]:focus,
|
|
|
5717
5826
|
box-shadow: var(--f-button-shadow, 0 1px 3px rgba(0, 0, 0, 0.3));
|
|
5718
5827
|
}
|
|
5719
5828
|
.calendar-navbar__icon--disabled {
|
|
5720
|
-
color: var(--fkds-
|
|
5829
|
+
color: var(--fkds-color-text-disabled, #8d8e91);
|
|
5721
5830
|
background-color: var(--fkds-color-background-disabled, #f4f4f4);
|
|
5722
5831
|
padding: 4px;
|
|
5723
5832
|
border: 1px solid var(--fkds-color-border-disabled, #8d8e91);
|
|
@@ -5872,6 +5981,7 @@ input[type=search]:focus,
|
|
|
5872
5981
|
position: absolute;
|
|
5873
5982
|
z-index: 9996;
|
|
5874
5983
|
white-space: nowrap;
|
|
5984
|
+
color: var(--fkds-color-text-primary, #1b1e23);
|
|
5875
5985
|
}
|
|
5876
5986
|
.popup-error--inline {
|
|
5877
5987
|
position: static;
|
|
@@ -5886,7 +5996,7 @@ input[type=search]:focus,
|
|
|
5886
5996
|
display: flex;
|
|
5887
5997
|
justify-content: space-between;
|
|
5888
5998
|
padding: 0.5em 10px;
|
|
5889
|
-
background: var(--fkds-
|
|
5999
|
+
background: var(--fkds-color-feedback-border-negative, #ca1515);
|
|
5890
6000
|
line-height: 24px;
|
|
5891
6001
|
position: relative;
|
|
5892
6002
|
}
|
|
@@ -5904,51 +6014,51 @@ input[type=search]:focus,
|
|
|
5904
6014
|
inset: 0;
|
|
5905
6015
|
padding: var(--f-border-width-medium, 2px);
|
|
5906
6016
|
border-radius: inherit;
|
|
5907
|
-
background: var(--fkds-
|
|
6017
|
+
background: var(--fkds-color-feedback-background-negative, #fcf3f3) content-box;
|
|
5908
6018
|
}
|
|
5909
6019
|
.popup-error--top {
|
|
5910
6020
|
border-radius: min(5.7735026919px, 100% - var(--i-popup-error-offset, 24px) - 60deg) min(5.7735026919px, 100% - (100% - var(--i-popup-error-offset, 24px)) - 60deg) 5.7735026919px 5.7735026919px/5.7735026919px;
|
|
5911
|
-
-o-border-image: conic-gradient(var(--fkds-
|
|
5912
|
-
border-image: conic-gradient(var(--fkds-
|
|
6021
|
+
-o-border-image: conic-gradient(var(--fkds-color-feedback-border-negative, #ca1515) 0 0) 0/0 max(0%, 100% - (100% - var(--i-popup-error-offset, 24px)) - 5.7735026919px) 0.2em max(0%, 100% - var(--i-popup-error-offset, 24px) - 5.7735026919px)/10px 0 0 0;
|
|
6022
|
+
border-image: conic-gradient(var(--fkds-color-feedback-border-negative, #ca1515) 0 0) fill 0/0 max(0%, 100% - (100% - var(--i-popup-error-offset, 24px)) - 5.7735026919px) 0.2em max(0%, 100% - var(--i-popup-error-offset, 24px) - 5.7735026919px)/10px 0 0 0;
|
|
5913
6023
|
clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0, min(100%, 100% - var(--i-popup-error-offset, 24px) + 5.7735026919px) 0, calc(100% - var(--i-popup-error-offset, 24px)) -10px, max(0%, 100% - var(--i-popup-error-offset, 24px) - 5.7735026919px) 0);
|
|
5914
6024
|
}
|
|
5915
6025
|
.popup-error--bottom {
|
|
5916
6026
|
border-radius: 5.7735026919px 5.7735026919px min(5.7735026919px, 100% - (100% - var(--i-popup-error-offset, 24px)) - 60deg) min(5.7735026919px, 100% - var(--i-popup-error-offset, 24px) - 60deg)/5.7735026919px;
|
|
5917
|
-
-o-border-image: conic-gradient(var(--fkds-
|
|
5918
|
-
border-image: conic-gradient(var(--fkds-
|
|
6027
|
+
-o-border-image: conic-gradient(var(--fkds-color-feedback-border-negative, #ca1515) 0 0) 0/0.2em max(0%, 100% - (100% - var(--i-popup-error-offset, 24px)) - 5.7735026919px) 0 max(0%, 100% - var(--i-popup-error-offset, 24px) - 5.7735026919px)/0 0 10px 0;
|
|
6028
|
+
border-image: conic-gradient(var(--fkds-color-feedback-border-negative, #ca1515) 0 0) fill 0/0.2em max(0%, 100% - (100% - var(--i-popup-error-offset, 24px)) - 5.7735026919px) 0 max(0%, 100% - var(--i-popup-error-offset, 24px) - 5.7735026919px)/0 0 10px 0;
|
|
5919
6029
|
clip-path: polygon(0 100%, 0 0, 100% 0, 100% 100%, min(100%, 100% - var(--i-popup-error-offset, 24px) + 5.7735026919px) 100%, calc(100% - var(--i-popup-error-offset, 24px)) calc(100% + 10px), max(0%, 100% - var(--i-popup-error-offset, 24px) - 5.7735026919px) 100%);
|
|
5920
6030
|
}
|
|
5921
6031
|
.popup-error--left {
|
|
5922
6032
|
border-radius: 5.7735026919px/min(5.7735026919px, 100% - var(--i-popup-error-offset, 24px) - 60deg) 5.7735026919px 5.7735026919px min(5.7735026919px, 100% - (100% - var(--i-popup-error-offset, 24px)) - 60deg);
|
|
5923
|
-
-o-border-image: conic-gradient(var(--fkds-
|
|
5924
|
-
border-image: conic-gradient(var(--fkds-
|
|
6033
|
+
-o-border-image: conic-gradient(var(--fkds-color-feedback-border-negative, #ca1515) 0 0) 0/max(0%, 100% - var(--i-popup-error-offset, 24px) - 5.7735026919px) 0.2em max(0%, 100% - (100% - var(--i-popup-error-offset, 24px)) - 5.7735026919px) 0/0 0 0 10px;
|
|
6034
|
+
border-image: conic-gradient(var(--fkds-color-feedback-border-negative, #ca1515) 0 0) fill 0/max(0%, 100% - var(--i-popup-error-offset, 24px) - 5.7735026919px) 0.2em max(0%, 100% - (100% - var(--i-popup-error-offset, 24px)) - 5.7735026919px) 0/0 0 0 10px;
|
|
5925
6035
|
clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 min(100%, 100% - var(--i-popup-error-offset, 24px) + 5.7735026919px), -10px calc(100% - var(--i-popup-error-offset, 24px)), 0 max(0%, 100% - var(--i-popup-error-offset, 24px) - 5.7735026919px));
|
|
5926
6036
|
}
|
|
5927
6037
|
.popup-error--right {
|
|
5928
6038
|
border-radius: 5.7735026919px/5.7735026919px min(5.7735026919px, 100% - var(--i-popup-error-offset, 24px) - 60deg) min(5.7735026919px, 100% - (100% - var(--i-popup-error-offset, 24px)) - 60deg) 5.7735026919px;
|
|
5929
|
-
-o-border-image: conic-gradient(var(--fkds-
|
|
5930
|
-
border-image: conic-gradient(var(--fkds-
|
|
6039
|
+
-o-border-image: conic-gradient(var(--fkds-color-feedback-border-negative, #ca1515) 0 0) 0/max(0%, 100% - var(--i-popup-error-offset, 24px) - 5.7735026919px) 0 max(0%, 100% - (100% - var(--i-popup-error-offset, 24px)) - 5.7735026919px) 0.2em/0 10px 0 0;
|
|
6040
|
+
border-image: conic-gradient(var(--fkds-color-feedback-border-negative, #ca1515) 0 0) fill 0/max(0%, 100% - var(--i-popup-error-offset, 24px) - 5.7735026919px) 0 max(0%, 100% - (100% - var(--i-popup-error-offset, 24px)) - 5.7735026919px) 0.2em/0 10px 0 0;
|
|
5931
6041
|
clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%, 100% min(100%, 100% - var(--i-popup-error-offset, 24px) + 5.7735026919px), calc(100% + 10px) calc(100% - var(--i-popup-error-offset, 24px)), 100% max(0%, 100% - var(--i-popup-error-offset, 24px) - 5.7735026919px));
|
|
5932
6042
|
}
|
|
5933
6043
|
.popup-error--top::before {
|
|
5934
6044
|
clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0, min(100% - var(--f-border-width-medium, 2px), 100% - var(--i-popup-error-offset, 24px) + 5.7735026919px - var(--f-border-width-medium, 2px) * 0.5773502692) var(--f-border-width-medium, 2px), calc(100% - var(--i-popup-error-offset, 24px)) calc(var(--f-border-width-medium, 2px) / 0.5 - 10px), max(var(--f-border-width-medium, 2px), 100% - var(--i-popup-error-offset, 24px) - 5.7735026919px + var(--f-border-width-medium, 2px) * 0.5773502692) var(--f-border-width-medium, 2px));
|
|
5935
|
-
-o-border-image: conic-gradient(var(--fkds-
|
|
5936
|
-
border-image: conic-gradient(var(--fkds-
|
|
6045
|
+
-o-border-image: conic-gradient(var(--fkds-color-feedback-background-negative, #fcf3f3) 0 0) 0/0 max(var(--f-border-width-medium, 2px), 100% - (100% - var(--i-popup-error-offset, 24px)) - 5.7735026919px) 0.2em max(var(--f-border-width-medium, 2px), 100% - var(--i-popup-error-offset, 24px) - 5.7735026919px)/10px 0 0 0;
|
|
6046
|
+
border-image: conic-gradient(var(--fkds-color-feedback-background-negative, #fcf3f3) 0 0) fill 0/0 max(var(--f-border-width-medium, 2px), 100% - (100% - var(--i-popup-error-offset, 24px)) - 5.7735026919px) 0.2em max(var(--f-border-width-medium, 2px), 100% - var(--i-popup-error-offset, 24px) - 5.7735026919px)/10px 0 0 0;
|
|
5937
6047
|
}
|
|
5938
6048
|
.popup-error--bottom::before {
|
|
5939
6049
|
clip-path: polygon(0 100%, 0 0, 100% 0, 100% 100%, min(100% - var(--f-border-width-medium, 2px), 100% - var(--i-popup-error-offset, 24px) + 5.7735026919px - var(--f-border-width-medium, 2px) * 0.5773502692) calc(100% - var(--f-border-width-medium, 2px)), calc(100% - var(--i-popup-error-offset, 24px)) calc(100% + 10px - var(--f-border-width-medium, 2px) / 0.5), max(var(--f-border-width-medium, 2px), 100% - var(--i-popup-error-offset, 24px) - 5.7735026919px + var(--f-border-width-medium, 2px) * 0.5773502692) calc(100% - var(--f-border-width-medium, 2px)));
|
|
5940
|
-
-o-border-image: conic-gradient(var(--fkds-
|
|
5941
|
-
border-image: conic-gradient(var(--fkds-
|
|
6050
|
+
-o-border-image: conic-gradient(var(--fkds-color-feedback-background-negative, #fcf3f3) 0 0) 0/0.2em max(var(--f-border-width-medium, 2px), 100% - (100% - var(--i-popup-error-offset, 24px)) - 5.7735026919px) 0 max(var(--f-border-width-medium, 2px), 100% - var(--i-popup-error-offset, 24px) - 5.7735026919px)/0 0 10px 0;
|
|
6051
|
+
border-image: conic-gradient(var(--fkds-color-feedback-background-negative, #fcf3f3) 0 0) fill 0/0.2em max(var(--f-border-width-medium, 2px), 100% - (100% - var(--i-popup-error-offset, 24px)) - 5.7735026919px) 0 max(var(--f-border-width-medium, 2px), 100% - var(--i-popup-error-offset, 24px) - 5.7735026919px)/0 0 10px 0;
|
|
5942
6052
|
}
|
|
5943
6053
|
.popup-error--left::before {
|
|
5944
6054
|
clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, var(--f-border-width-medium, 2px) min(100% - var(--f-border-width-medium, 2px), 100% - var(--i-popup-error-offset, 24px) + 5.7735026919px - var(--f-border-width-medium, 2px) * 0.5773502692), calc(var(--f-border-width-medium, 2px) / 0.5 - 10px) calc(100% - var(--i-popup-error-offset, 24px)), var(--f-border-width-medium, 2px) max(var(--f-border-width-medium, 2px), 100% - var(--i-popup-error-offset, 24px) - 5.7735026919px + var(--f-border-width-medium, 2px) * 0.5773502692));
|
|
5945
|
-
-o-border-image: conic-gradient(var(--fkds-
|
|
5946
|
-
border-image: conic-gradient(var(--fkds-
|
|
6055
|
+
-o-border-image: conic-gradient(var(--fkds-color-feedback-background-negative, #fcf3f3) 0 0) 0/max(var(--f-border-width-medium, 2px), 100% - var(--i-popup-error-offset, 24px) - 5.7735026919px) 0.2em max(var(--f-border-width-medium, 2px), 100% - (100% - var(--i-popup-error-offset, 24px)) - 5.7735026919px) 0/0 0 0 10px;
|
|
6056
|
+
border-image: conic-gradient(var(--fkds-color-feedback-background-negative, #fcf3f3) 0 0) fill 0/max(var(--f-border-width-medium, 2px), 100% - var(--i-popup-error-offset, 24px) - 5.7735026919px) 0.2em max(var(--f-border-width-medium, 2px), 100% - (100% - var(--i-popup-error-offset, 24px)) - 5.7735026919px) 0/0 0 0 10px;
|
|
5947
6057
|
}
|
|
5948
6058
|
.popup-error--right::before {
|
|
5949
6059
|
clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%, calc(100% - var(--f-border-width-medium, 2px)) min(100% - var(--f-border-width-medium, 2px), 100% - var(--i-popup-error-offset, 24px) + 5.7735026919px - var(--f-border-width-medium, 2px) * 0.5773502692), calc(100% + 10px - var(--f-border-width-medium, 2px) / 0.5) calc(100% - var(--i-popup-error-offset, 24px)), calc(100% - var(--f-border-width-medium, 2px)) max(var(--f-border-width-medium, 2px), 100% - var(--i-popup-error-offset, 24px) - 5.7735026919px + var(--f-border-width-medium, 2px) * 0.5773502692));
|
|
5950
|
-
-o-border-image: conic-gradient(var(--fkds-
|
|
5951
|
-
border-image: conic-gradient(var(--fkds-
|
|
6060
|
+
-o-border-image: conic-gradient(var(--fkds-color-feedback-background-negative, #fcf3f3) 0 0) 0/max(var(--f-border-width-medium, 2px), 100% - var(--i-popup-error-offset, 24px) - 5.7735026919px) 0 max(var(--f-border-width-medium, 2px), 100% - (100% - var(--i-popup-error-offset, 24px)) - 5.7735026919px) 0.2em/0 10px 0 0;
|
|
6061
|
+
border-image: conic-gradient(var(--fkds-color-feedback-background-negative, #fcf3f3) 0 0) fill 0/max(var(--f-border-width-medium, 2px), 100% - var(--i-popup-error-offset, 24px) - 5.7735026919px) 0 max(var(--f-border-width-medium, 2px), 100% - (100% - var(--i-popup-error-offset, 24px)) - 5.7735026919px) 0.2em/0 10px 0 0;
|
|
5952
6062
|
}
|
|
5953
6063
|
|
|
5954
6064
|
.ipopupmenu {
|