@fkui/design 6.15.0 → 6.16.1
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/LICENSE.md +1 -1
- package/lib/fkui.css +160 -126
- package/lib/fkui.min.css +1 -1
- package/package.json +6 -6
- package/src/components/badge/_badge.scss +3 -0
- package/src/components/button/_button.scss +12 -15
- package/src/components/calendar-day/_calendar-day.scss +2 -0
- package/src/components/calendar-day/_variables.scss +4 -0
- package/src/components/card/_variables.scss +1 -1
- package/src/components/checkbox/_checkbox.scss +1 -0
- package/src/components/checkbox/_variables.scss +1 -0
- package/src/components/close-button/_close-button.scss +3 -1
- package/src/components/close-button/_variables.scss +1 -1
- package/src/components/combobox/_combobox.scss +10 -2
- package/src/components/dialogue-tree/_dialogue-tree.scss +2 -1
- package/src/components/file-selector/_file-selector.scss +0 -4
- package/src/components/message-box/_message-box.scss +1 -0
- package/src/components/message-box/_variables.scss +1 -0
- package/src/components/radio-button/_radio-button.scss +1 -0
- package/src/components/radio-button/_variables.scss +1 -0
- package/src/components/text-field/_text-field.scss +1 -0
- package/src/components/text-field/_variables.scss +1 -0
- package/src/components/textarea-field/_textarea-field.scss +1 -0
- package/src/components/textarea-field/_variables.scss +1 -0
- package/src/components/wizard/_variables.scss +16 -13
- package/src/components/wizard/_wizard-step.scss +14 -14
- package/src/internal-components/calendar/_calendar.scss +22 -0
- package/src/internal-components/calendar-navbar/_calendar-navbar.scss +38 -2
- package/src/internal-components/calendar-navbar/_variables.scss +3 -0
- package/src/internal-components/popup-error/_popup-error.scss +4 -3
- package/src/internal-components/popup-error/_variables.scss +2 -0
package/lib/fkui.css
CHANGED
|
@@ -1144,6 +1144,11 @@ input[type=search]:focus,
|
|
|
1144
1144
|
background-color: var(--fkds-color-feedback-background-warning-strong, #ffbe10);
|
|
1145
1145
|
border-color: var(--fkds-color-feedback-background-warning-strong, #ffbe10);
|
|
1146
1146
|
}
|
|
1147
|
+
@media (prefers-color-scheme: dark) {
|
|
1148
|
+
.badge--warning {
|
|
1149
|
+
color: var(--fkds-color-text-inverted, #ffffff);
|
|
1150
|
+
}
|
|
1151
|
+
}
|
|
1147
1152
|
.badge--warning-inverted {
|
|
1148
1153
|
color: var(--fkds-color-text-primary, #1b1e23);
|
|
1149
1154
|
background-color: var(--fkds-color-feedback-background-warning, #fffcf3);
|
|
@@ -1200,43 +1205,43 @@ input[type=search]:focus,
|
|
|
1200
1205
|
margin-right: 0;
|
|
1201
1206
|
}
|
|
1202
1207
|
}
|
|
1203
|
-
.button-group > .button.button--discrete, .button-group > .button.button--text {
|
|
1208
|
+
.button-group > .button.button--discrete, .button-group > .button--discrete.calendar-navbar__year-selector-button, .button-group > .button.button--text, .button-group > .button--text.calendar-navbar__year-selector-button {
|
|
1204
1209
|
margin-bottom: calc(1rem * var(--f-density-factor, 1));
|
|
1205
1210
|
margin-right: 1.5rem;
|
|
1206
1211
|
}
|
|
1207
|
-
.button-group > .button.button--discrete:last-child, .button-group > .button.button--text:last-child {
|
|
1212
|
+
.button-group > .button.button--discrete:last-child, .button-group > .button--discrete.calendar-navbar__year-selector-button:last-child, .button-group > .button.button--text:last-child, .button-group > .button--text.calendar-navbar__year-selector-button:last-child {
|
|
1208
1213
|
margin-right: 0;
|
|
1209
1214
|
}
|
|
1210
|
-
.button-group > .button.button--small {
|
|
1215
|
+
.button-group > .button.button--small, .button-group > .button--small.calendar-navbar__year-selector-button {
|
|
1211
1216
|
margin-bottom: calc(0.75rem * var(--f-density-factor, 1));
|
|
1212
1217
|
margin-right: 0.75rem;
|
|
1213
1218
|
}
|
|
1214
|
-
.button-group > .button.button--small:last-child {
|
|
1219
|
+
.button-group > .button.button--small:last-child, .button-group > .button--small.calendar-navbar__year-selector-button:last-child {
|
|
1215
1220
|
margin-right: 0;
|
|
1216
1221
|
}
|
|
1217
1222
|
@media (max-width: 639.98px) {
|
|
1218
|
-
.button-group > .button.button--small.button--full-width {
|
|
1223
|
+
.button-group > .button.button--small.button--full-width, .button-group > .button--small.button--full-width.calendar-navbar__year-selector-button {
|
|
1219
1224
|
margin-right: 0;
|
|
1220
1225
|
}
|
|
1221
1226
|
}
|
|
1222
|
-
.button-group > .button.button--medium {
|
|
1227
|
+
.button-group > .button.button--medium, .button-group > .button--medium.calendar-navbar__year-selector-button {
|
|
1223
1228
|
margin-bottom: calc(0.75rem * var(--f-density-factor, 1));
|
|
1224
1229
|
margin-right: 1rem;
|
|
1225
1230
|
}
|
|
1226
|
-
.button-group > .button.button--medium:last-child {
|
|
1231
|
+
.button-group > .button.button--medium:last-child, .button-group > .button--medium.calendar-navbar__year-selector-button:last-child {
|
|
1227
1232
|
margin-right: 0;
|
|
1228
1233
|
}
|
|
1229
1234
|
@media (max-width: 639.98px) {
|
|
1230
|
-
.button-group > .button.button--medium.button--full-width {
|
|
1235
|
+
.button-group > .button.button--medium.button--full-width, .button-group > .button--medium.button--full-width.calendar-navbar__year-selector-button {
|
|
1231
1236
|
margin-right: 0;
|
|
1232
1237
|
}
|
|
1233
1238
|
}
|
|
1234
1239
|
@media (min-width: 640px) {
|
|
1235
|
-
.button-group > .button.button--large {
|
|
1240
|
+
.button-group > .button.button--large, .button-group > .button--large.calendar-navbar__year-selector-button {
|
|
1236
1241
|
margin-bottom: calc(1rem * var(--f-density-factor, 1));
|
|
1237
1242
|
margin-right: 1.25rem;
|
|
1238
1243
|
}
|
|
1239
|
-
.button-group > .button.button--large:last-child {
|
|
1244
|
+
.button-group > .button.button--large:last-child, .button-group > .button--large.calendar-navbar__year-selector-button:last-child {
|
|
1240
1245
|
margin-right: 0;
|
|
1241
1246
|
}
|
|
1242
1247
|
}
|
|
@@ -1253,14 +1258,14 @@ input[type=search]:focus,
|
|
|
1253
1258
|
margin: 0;
|
|
1254
1259
|
margin-bottom: calc(1rem * var(--f-density-factor, 1));
|
|
1255
1260
|
}
|
|
1256
|
-
.button-list > li button.button.button--small, .button-list > li button.button.button--medium {
|
|
1261
|
+
.button-list > li button.button.button--small, .button-list > li button.button--small.calendar-navbar__year-selector-button, .button-list > li button.button.button--medium, .button-list > li button.button--medium.calendar-navbar__year-selector-button {
|
|
1257
1262
|
margin-bottom: calc(0.75rem * var(--f-density-factor, 1));
|
|
1258
1263
|
}
|
|
1259
|
-
.button-list > li button.button.button--large {
|
|
1264
|
+
.button-list > li button.button.button--large, .button-list > li button.button--large.calendar-navbar__year-selector-button {
|
|
1260
1265
|
margin-bottom: calc(1rem * var(--f-density-factor, 1));
|
|
1261
1266
|
}
|
|
1262
1267
|
|
|
1263
|
-
.button {
|
|
1268
|
+
.button, .calendar-navbar__year-selector-button {
|
|
1264
1269
|
border-color: transparent;
|
|
1265
1270
|
border-radius: var(--f-border-radius-medium, 4px);
|
|
1266
1271
|
border-style: solid;
|
|
@@ -1286,7 +1291,7 @@ input[type=search]:focus,
|
|
|
1286
1291
|
transition: background-color var(--f-animation-duration-medium, 350ms) ease-out;
|
|
1287
1292
|
}
|
|
1288
1293
|
@media (max-width: 639.98px) {
|
|
1289
|
-
.button {
|
|
1294
|
+
.button, .calendar-navbar__year-selector-button {
|
|
1290
1295
|
max-width: var(--f-width-full, 100%);
|
|
1291
1296
|
width: var(--f-width-full, 100%);
|
|
1292
1297
|
}
|
|
@@ -1297,40 +1302,37 @@ input[type=search]:focus,
|
|
|
1297
1302
|
}
|
|
1298
1303
|
.button--text--black {
|
|
1299
1304
|
/* stylelint-disable-next-line scss/at-extend-no-missing-placeholder -- technical debt */
|
|
1300
|
-
color: var(--
|
|
1301
|
-
}
|
|
1302
|
-
.button--text--black > .button__icon {
|
|
1303
|
-
color: var(--f-icon-color-black, #1b1e23);
|
|
1305
|
+
color: var(--fkds-color-action-text-secondary-default, #1b1e23);
|
|
1304
1306
|
}
|
|
1305
1307
|
|
|
1306
|
-
.button {
|
|
1308
|
+
.button, .calendar-navbar__year-selector-button {
|
|
1307
1309
|
background-color: var(--fkds-color-action-background-secondary-default, #f5f6fa);
|
|
1308
1310
|
border-color: var(--fkds-color-action-border-primary-default, #4a52b6);
|
|
1309
1311
|
border-width: var(--f-border-width-medium, 2px);
|
|
1310
1312
|
box-shadow: var(--f-button-shadow, 0 1px 3px rgba(0, 0, 0, 0.3));
|
|
1311
|
-
color: var(--
|
|
1313
|
+
color: var(--fkds-color-action-text-primary-default, #4a52b6);
|
|
1312
1314
|
padding: calc(var(--f-button-standard-padding-top, 1rem) * var(--f-density-factor, 1)) var(--f-button-standard-padding-right, 1.5rem) calc(var(--f-button-standard-padding-bottom, 1rem) * var(--f-density-factor, 1)) var(--f-button-standard-padding-left, 1.5rem);
|
|
1313
1315
|
}
|
|
1314
|
-
.button:hover {
|
|
1316
|
+
.button:hover, .calendar-navbar__year-selector-button:hover {
|
|
1315
1317
|
background-color: var(--fkds-color-action-background-secondary-hover, #e5e5f5);
|
|
1316
1318
|
border-color: var(--fkds-color-action-border-primary-default, #4a52b6);
|
|
1317
|
-
color: var(--
|
|
1319
|
+
color: var(--fkds-color-action-text-primary-default, #4a52b6);
|
|
1318
1320
|
box-shadow: var(--f-button-shadow-hover, 0 1px 3px rgba(0, 0, 0, 0.3));
|
|
1319
1321
|
}
|
|
1320
|
-
.button:active, .button:focus {
|
|
1322
|
+
.button:active, .calendar-navbar__year-selector-button:active, .button:focus, .calendar-navbar__year-selector-button:focus {
|
|
1321
1323
|
border-radius: 0;
|
|
1322
1324
|
box-shadow: var(--f-focus-box-shadow, 0 0 0 2px #ffffff, 0 0 0 4px #1b1e23, 0 0 0 6px #ffffff);
|
|
1323
1325
|
outline: 2px solid transparent;
|
|
1324
1326
|
background-color: var(--fkds-color-action-background-secondary-hover, #e5e5f5);
|
|
1325
1327
|
border-color: var(--fkds-color-action-border-primary-default, #4a52b6);
|
|
1326
|
-
color: var(--
|
|
1328
|
+
color: var(--fkds-color-action-text-primary-default, #4a52b6);
|
|
1327
1329
|
}
|
|
1328
|
-
.button.disabled, .button.disabled:hover, .button:disabled, .button:disabled:hover, .button.button--disabled, .button.button--disabled:hover {
|
|
1330
|
+
.button.disabled, .disabled.calendar-navbar__year-selector-button, .button.disabled:hover, .button:disabled, .calendar-navbar__year-selector-button:disabled, .button:disabled:hover, .button.button--disabled, .button--disabled.calendar-navbar__year-selector-button, .button.button--disabled:hover {
|
|
1329
1331
|
background-color: var(--fkds-color-background-disabled, #f4f4f4);
|
|
1330
1332
|
border-color: var(--fkds-color-border-disabled, #8d8e91);
|
|
1331
1333
|
color: var(--fkds-color-text-disabled, #8d8e91);
|
|
1332
1334
|
}
|
|
1333
|
-
.button.button--primary {
|
|
1335
|
+
.button.button--primary, .button--primary.calendar-navbar__year-selector-button {
|
|
1334
1336
|
background-color: var(--fkds-color-action-background-primary-default, #4a52b6);
|
|
1335
1337
|
border-color: transparent;
|
|
1336
1338
|
border-width: var(--f-border-width-medium, 2px);
|
|
@@ -1338,13 +1340,13 @@ input[type=search]:focus,
|
|
|
1338
1340
|
color: var(--fkds-color-action-text-inverted-default, #ffffff);
|
|
1339
1341
|
padding: calc(var(--f-button-primary-padding-top, 1rem) * var(--f-density-factor, 1)) var(--f-button-primary-padding-right, 1.5rem) calc(var(--f-button-primary-padding-bottom, 1rem) * var(--f-density-factor, 1)) var(--f-button-primary-padding-left, 1.5rem);
|
|
1340
1342
|
}
|
|
1341
|
-
.button.button--primary:hover {
|
|
1343
|
+
.button.button--primary:hover, .button--primary.calendar-navbar__year-selector-button:hover {
|
|
1342
1344
|
background-color: var(--fkds-color-action-background-primary-hover, #3b4292);
|
|
1343
1345
|
border-color: transparent;
|
|
1344
1346
|
color: var(--fkds-color-action-text-inverted-default, #ffffff);
|
|
1345
1347
|
box-shadow: var(--f-button-shadow-hover, 0 1px 3px rgba(0, 0, 0, 0.3));
|
|
1346
1348
|
}
|
|
1347
|
-
.button.button--primary:active, .button.button--primary:focus {
|
|
1349
|
+
.button.button--primary:active, .button--primary.calendar-navbar__year-selector-button:active, .button.button--primary:focus, .button--primary.calendar-navbar__year-selector-button:focus {
|
|
1348
1350
|
border-radius: 0;
|
|
1349
1351
|
box-shadow: var(--f-focus-box-shadow, 0 0 0 2px #ffffff, 0 0 0 4px #1b1e23, 0 0 0 6px #ffffff);
|
|
1350
1352
|
outline: 2px solid transparent;
|
|
@@ -1352,12 +1354,12 @@ input[type=search]:focus,
|
|
|
1352
1354
|
border-color: transparent;
|
|
1353
1355
|
color: var(--fkds-color-action-text-inverted-default, #ffffff);
|
|
1354
1356
|
}
|
|
1355
|
-
.button.button--primary.disabled, .button.button--primary.disabled:hover, .button.button--primary:disabled, .button.button--primary:disabled:hover, .button.button--primary.button--disabled, .button.button--primary.button--disabled:hover {
|
|
1357
|
+
.button.button--primary.disabled, .button--primary.disabled.calendar-navbar__year-selector-button, .button.button--primary.disabled:hover, .button.button--primary:disabled, .button--primary.calendar-navbar__year-selector-button:disabled, .button.button--primary:disabled:hover, .button.button--primary.button--disabled, .button--primary.button--disabled.calendar-navbar__year-selector-button, .button.button--primary.button--disabled:hover {
|
|
1356
1358
|
background-color: var(--fkds-color-background-disabled, #f4f4f4);
|
|
1357
1359
|
border-color: var(--fkds-color-border-disabled, #8d8e91);
|
|
1358
1360
|
color: var(--fkds-color-text-disabled, #8d8e91);
|
|
1359
1361
|
}
|
|
1360
|
-
.button.button--secondary {
|
|
1362
|
+
.button.button--secondary, .button--secondary.calendar-navbar__year-selector-button {
|
|
1361
1363
|
background-color: var(--fkds-color-action-background-secondary-default, #f5f6fa);
|
|
1362
1364
|
border-color: var(--fkds-color-action-border-primary-default, #4a52b6);
|
|
1363
1365
|
border-width: var(--f-border-width-medium, 2px);
|
|
@@ -1365,13 +1367,13 @@ input[type=search]:focus,
|
|
|
1365
1367
|
color: var(--fkds-color-action-text-primary-default, #4a52b6);
|
|
1366
1368
|
padding: calc(var(--f-button-secondary-padding-top, 1rem) * var(--f-density-factor, 1)) var(--f-button-secondary-padding-right, 1.5rem) calc(var(--f-button-secondary-padding-bottom, 1rem) * var(--f-density-factor, 1)) var(--f-button-secondary-padding-left, 1.5rem);
|
|
1367
1369
|
}
|
|
1368
|
-
.button.button--secondary:hover {
|
|
1370
|
+
.button.button--secondary:hover, .button--secondary.calendar-navbar__year-selector-button:hover {
|
|
1369
1371
|
background-color: var(--fkds-color-action-background-secondary-hover, #e5e5f5);
|
|
1370
1372
|
border-color: var(--fkds-color-action-border-primary-default, #4a52b6);
|
|
1371
1373
|
color: var(--fkds-color-action-text-primary-default, #4a52b6);
|
|
1372
1374
|
box-shadow: var(--f-button-shadow-hover, 0 1px 3px rgba(0, 0, 0, 0.3));
|
|
1373
1375
|
}
|
|
1374
|
-
.button.button--secondary:active, .button.button--secondary:focus {
|
|
1376
|
+
.button.button--secondary:active, .button--secondary.calendar-navbar__year-selector-button:active, .button.button--secondary:focus, .button--secondary.calendar-navbar__year-selector-button:focus {
|
|
1375
1377
|
border-radius: 0;
|
|
1376
1378
|
box-shadow: var(--f-focus-box-shadow, 0 0 0 2px #ffffff, 0 0 0 4px #1b1e23, 0 0 0 6px #ffffff);
|
|
1377
1379
|
outline: 2px solid transparent;
|
|
@@ -1379,12 +1381,12 @@ input[type=search]:focus,
|
|
|
1379
1381
|
border-color: var(--fkds-color-action-border-primary-default, #4a52b6);
|
|
1380
1382
|
color: var(--fkds-color-action-text-primary-default, #4a52b6);
|
|
1381
1383
|
}
|
|
1382
|
-
.button.button--secondary.disabled, .button.button--secondary.disabled:hover, .button.button--secondary:disabled, .button.button--secondary:disabled:hover, .button.button--secondary.button--disabled, .button.button--secondary.button--disabled:hover {
|
|
1384
|
+
.button.button--secondary.disabled, .button--secondary.disabled.calendar-navbar__year-selector-button, .button.button--secondary.disabled:hover, .button.button--secondary:disabled, .button--secondary.calendar-navbar__year-selector-button:disabled, .button.button--secondary:disabled:hover, .button.button--secondary.button--disabled, .button--secondary.button--disabled.calendar-navbar__year-selector-button, .button.button--secondary.button--disabled:hover {
|
|
1383
1385
|
background-color: var(--fkds-color-background-disabled, #f4f4f4);
|
|
1384
1386
|
border-color: var(--fkds-color-border-disabled, #8d8e91);
|
|
1385
1387
|
color: var(--fkds-color-text-disabled, #8d8e91);
|
|
1386
1388
|
}
|
|
1387
|
-
.button.button--discrete, .button.button--text {
|
|
1389
|
+
.button.button--discrete, .button--discrete.calendar-navbar__year-selector-button, .button.button--text, .button--text.calendar-navbar__year-selector-button {
|
|
1388
1390
|
width: inherit;
|
|
1389
1391
|
min-width: 0;
|
|
1390
1392
|
font-weight: var(--f-font-weight-bold, 900);
|
|
@@ -1394,16 +1396,16 @@ input[type=search]:focus,
|
|
|
1394
1396
|
border-color: transparent;
|
|
1395
1397
|
border-width: 0;
|
|
1396
1398
|
box-shadow: none;
|
|
1397
|
-
color: var(--
|
|
1399
|
+
color: var(--fkds-color-action-text-primary-default, #4a52b6);
|
|
1398
1400
|
padding: calc(var(--f-button-discrete-padding-top, initial) * var(--f-density-factor, 1)) var(--f-button-discrete-padding-right, initial) calc(var(--f-button-discrete-padding-bottom, initial) * var(--f-density-factor, 1)) var(--f-button-discrete-padding-left, initial);
|
|
1399
1401
|
}
|
|
1400
|
-
.button.button--discrete:hover, .button.button--text:hover {
|
|
1402
|
+
.button.button--discrete:hover, .button--discrete.calendar-navbar__year-selector-button:hover, .button.button--text:hover, .button--text.calendar-navbar__year-selector-button:hover {
|
|
1401
1403
|
background-color: var(--f-background-button-discrete-hover, none);
|
|
1402
1404
|
border-color: transparent;
|
|
1403
1405
|
color: var(--f-text-color-button-discrete-hover, #3b4292);
|
|
1404
1406
|
box-shadow: var(--f-button-shadow-hover, 0 1px 3px rgba(0, 0, 0, 0.3));
|
|
1405
1407
|
}
|
|
1406
|
-
.button.button--discrete:active, .button.button--text:active, .button.button--discrete:focus, .button.button--text:focus {
|
|
1408
|
+
.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 {
|
|
1407
1409
|
border-radius: 0;
|
|
1408
1410
|
box-shadow: var(--f-focus-box-shadow, 0 0 0 2px #ffffff, 0 0 0 4px #1b1e23, 0 0 0 6px #ffffff);
|
|
1409
1411
|
outline: 2px solid transparent;
|
|
@@ -1411,36 +1413,33 @@ input[type=search]:focus,
|
|
|
1411
1413
|
border-color: transparent;
|
|
1412
1414
|
color: var(--f-text-color-button-discrete-hover, #3b4292);
|
|
1413
1415
|
}
|
|
1414
|
-
.button.button--discrete.disabled, .button.disabled.button--text, .button.button--discrete.disabled:hover, .button.button--discrete:disabled, .button.button--text:disabled, .button.button--discrete:disabled:hover, .button.button--discrete.button--disabled, .button.button--disabled.button--text, .button.button--discrete.button--disabled:hover {
|
|
1416
|
+
.button.button--discrete.disabled, .button--discrete.disabled.calendar-navbar__year-selector-button, .button.disabled.button--text, .disabled.button--text.calendar-navbar__year-selector-button, .button.button--discrete.disabled:hover, .button.button--discrete:disabled, .button--discrete.calendar-navbar__year-selector-button:disabled, .button.button--text:disabled, .button--text.calendar-navbar__year-selector-button:disabled, .button.button--discrete:disabled:hover, .button.button--discrete.button--disabled, .button--discrete.button--disabled.calendar-navbar__year-selector-button, .button.button--disabled.button--text, .button--disabled.button--text.calendar-navbar__year-selector-button, .button.button--discrete.button--disabled:hover {
|
|
1415
1417
|
background-color: transparent;
|
|
1416
1418
|
border-color: transparent;
|
|
1417
|
-
color: var(--
|
|
1419
|
+
color: var(--fkds-color-text-disabled, #8d8e91);
|
|
1418
1420
|
}
|
|
1419
1421
|
@media (max-width: 639.98px) {
|
|
1420
|
-
.button.button--discrete, .button.button--text {
|
|
1422
|
+
.button.button--discrete, .button--discrete.calendar-navbar__year-selector-button, .button.button--text, .button--text.calendar-navbar__year-selector-button {
|
|
1421
1423
|
width: auto;
|
|
1422
1424
|
}
|
|
1423
1425
|
}
|
|
1424
|
-
.button.button--discrete--black, .button.button--text--black {
|
|
1426
|
+
.button.button--discrete--black, .button--discrete--black.calendar-navbar__year-selector-button, .button.button--text--black, .button--text--black.calendar-navbar__year-selector-button {
|
|
1425
1427
|
/* stylelint-disable declaration-block-no-redundant-longhand-properties -- readability */
|
|
1426
1428
|
padding-top: calc(var(--f-button-discrete-black-padding-top, initial) * var(--f-density-factor, 1));
|
|
1427
1429
|
padding-right: var(--f-button-discrete-black-padding-right, initial);
|
|
1428
1430
|
padding-bottom: calc(var(--f-button-discrete-black-padding-bottom, initial) * var(--f-density-factor, 1));
|
|
1429
1431
|
padding-left: var(--f-button-discrete-black-padding-left, initial);
|
|
1430
1432
|
/* stylelint-enable declaration-block-no-redundant-longhand-properties */
|
|
1431
|
-
color: var(--
|
|
1432
|
-
}
|
|
1433
|
-
.button.button--discrete--black > .button__icon, .button.button--text--black > .button__icon {
|
|
1434
|
-
color: var(--f-icon-color-black, #1b1e23);
|
|
1433
|
+
color: var(--fkds-color-action-text-secondary-default, #1b1e23);
|
|
1435
1434
|
}
|
|
1436
|
-
.button.button--discrete:hover, .button.button--text:hover {
|
|
1435
|
+
.button.button--discrete:hover, .button--discrete.calendar-navbar__year-selector-button:hover, .button.button--text:hover, .button--text.calendar-navbar__year-selector-button:hover {
|
|
1437
1436
|
box-shadow: none;
|
|
1438
1437
|
mix-blend-mode: multiply;
|
|
1439
1438
|
}
|
|
1440
|
-
.button.button--discrete, .button.button--text, .button.button--discrete:focus, .button.button--discrete:active, .button.button--discrete:hover {
|
|
1439
|
+
.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 {
|
|
1441
1440
|
border-radius: var(--f-button-discrete-radius-hover, none);
|
|
1442
1441
|
}
|
|
1443
|
-
.button.button--discrete-inverted {
|
|
1442
|
+
.button.button--discrete-inverted, .button--discrete-inverted.calendar-navbar__year-selector-button {
|
|
1444
1443
|
width: inherit;
|
|
1445
1444
|
min-width: 0;
|
|
1446
1445
|
font-weight: var(--f-font-weight-bold, 900);
|
|
@@ -1456,16 +1455,16 @@ input[type=search]:focus,
|
|
|
1456
1455
|
border-color: transparent;
|
|
1457
1456
|
border-width: 0;
|
|
1458
1457
|
box-shadow: none;
|
|
1459
|
-
color: var(--
|
|
1458
|
+
color: var(--fkds-color-action-text-inverted-default, #ffffff);
|
|
1460
1459
|
padding: calc(var(--f-button-discrete-padding-top, initial) * var(--f-density-factor, 1)) var(--f-button-discrete-padding-right, initial) calc(var(--f-button-discrete-padding-bottom, initial) * var(--f-density-factor, 1)) var(--f-button-discrete-padding-left, initial);
|
|
1461
1460
|
}
|
|
1462
|
-
.button.button--discrete-inverted:hover {
|
|
1461
|
+
.button.button--discrete-inverted:hover, .button--discrete-inverted.calendar-navbar__year-selector-button:hover {
|
|
1463
1462
|
background-color: transparent;
|
|
1464
1463
|
border-color: transparent;
|
|
1465
1464
|
color: var(--f-text-color-button-discrete-inverted-hover, #ffffff);
|
|
1466
1465
|
box-shadow: var(--f-button-shadow-hover, 0 1px 3px rgba(0, 0, 0, 0.3));
|
|
1467
1466
|
}
|
|
1468
|
-
.button.button--discrete-inverted:active, .button.button--discrete-inverted:focus {
|
|
1467
|
+
.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 {
|
|
1469
1468
|
border-radius: 0;
|
|
1470
1469
|
box-shadow: var(--f-focus-box-shadow, 0 0 0 2px #ffffff, 0 0 0 4px #1b1e23, 0 0 0 6px #ffffff);
|
|
1471
1470
|
outline: 2px solid transparent;
|
|
@@ -1473,20 +1472,20 @@ input[type=search]:focus,
|
|
|
1473
1472
|
border-color: transparent;
|
|
1474
1473
|
color: var(--f-text-color-button-discrete-inverted-hover, #ffffff);
|
|
1475
1474
|
}
|
|
1476
|
-
.button.button--discrete-inverted.disabled, .button.button--discrete-inverted.disabled:hover, .button.button--discrete-inverted:disabled, .button.button--discrete-inverted:disabled:hover, .button.button--discrete-inverted.button--disabled, .button.button--discrete-inverted.button--disabled:hover {
|
|
1475
|
+
.button.button--discrete-inverted.disabled, .button--discrete-inverted.disabled.calendar-navbar__year-selector-button, .button.button--discrete-inverted.disabled:hover, .button.button--discrete-inverted:disabled, .button--discrete-inverted.calendar-navbar__year-selector-button:disabled, .button.button--discrete-inverted:disabled:hover, .button.button--discrete-inverted.button--disabled, .button--discrete-inverted.button--disabled.calendar-navbar__year-selector-button, .button.button--discrete-inverted.button--disabled:hover {
|
|
1477
1476
|
background-color: transparent;
|
|
1478
1477
|
border-color: transparent;
|
|
1479
|
-
color: var(--
|
|
1478
|
+
color: var(--fkds-color-text-disabled, #8d8e91);
|
|
1480
1479
|
}
|
|
1481
1480
|
@media (max-width: 639.98px) {
|
|
1482
|
-
.button.button--discrete-inverted {
|
|
1481
|
+
.button.button--discrete-inverted, .button--discrete-inverted.calendar-navbar__year-selector-button {
|
|
1483
1482
|
width: auto;
|
|
1484
1483
|
}
|
|
1485
1484
|
}
|
|
1486
|
-
.button.button--discrete-inverted, .button.button--discrete-inverted:focus, .button.button--discrete-inverted:active, .button.button--discrete-inverted:hover {
|
|
1485
|
+
.button.button--discrete-inverted, .button--discrete-inverted.calendar-navbar__year-selector-button, .button.button--discrete-inverted:focus, .button.button--discrete-inverted:active, .button.button--discrete-inverted:hover {
|
|
1487
1486
|
border-radius: var(--f-button-discrete-radius-hover, none);
|
|
1488
1487
|
}
|
|
1489
|
-
.button.button--tertiary {
|
|
1488
|
+
.button.button--tertiary, .calendar-navbar__year-selector-button {
|
|
1490
1489
|
width: inherit;
|
|
1491
1490
|
min-width: 0;
|
|
1492
1491
|
font-weight: var(--f-font-weight-medium, 700);
|
|
@@ -1498,13 +1497,13 @@ input[type=search]:focus,
|
|
|
1498
1497
|
color: var(--fkds-color-action-text-primary-default, #4a52b6);
|
|
1499
1498
|
padding: calc(var(--f-button-tertiary-padding-top, 0.75rem) * var(--f-density-factor, 1)) var(--f-button-tertiary-padding-right, 0.5rem) calc(var(--f-button-tertiary-padding-bottom, 0.75rem) * var(--f-density-factor, 1)) var(--f-button-tertiary-padding-left, 0.5rem);
|
|
1500
1499
|
}
|
|
1501
|
-
.button.button--tertiary:hover {
|
|
1500
|
+
.button.button--tertiary:hover, .calendar-navbar__year-selector-button:hover {
|
|
1502
1501
|
background-color: var(--fkds-color-action-background-secondary-hover, #e5e5f5);
|
|
1503
1502
|
border-color: transparent;
|
|
1504
1503
|
color: var(--fkds-color-action-text-primary-default, #4a52b6);
|
|
1505
1504
|
box-shadow: none;
|
|
1506
1505
|
}
|
|
1507
|
-
.button.button--tertiary:active, .button.button--tertiary:focus {
|
|
1506
|
+
.button.button--tertiary:active, .calendar-navbar__year-selector-button:active, .button.button--tertiary:focus, .calendar-navbar__year-selector-button:focus {
|
|
1508
1507
|
border-radius: 0;
|
|
1509
1508
|
box-shadow: var(--f-focus-box-shadow, 0 0 0 2px #ffffff, 0 0 0 4px #1b1e23, 0 0 0 6px #ffffff);
|
|
1510
1509
|
outline: 2px solid transparent;
|
|
@@ -1512,51 +1511,55 @@ input[type=search]:focus,
|
|
|
1512
1511
|
border-color: transparent;
|
|
1513
1512
|
color: var(--fkds-color-action-text-primary-default, #4a52b6);
|
|
1514
1513
|
}
|
|
1515
|
-
.button.button--tertiary.disabled, .button.button--tertiary.disabled:hover, .button.button--tertiary:disabled, .button.button--tertiary:disabled:hover, .button.button--tertiary.button--disabled, .button.button--tertiary.button--disabled:hover {
|
|
1514
|
+
.button.button--tertiary.disabled, .disabled.calendar-navbar__year-selector-button, .button.button--tertiary.disabled:hover, .button.button--tertiary:disabled, .calendar-navbar__year-selector-button:disabled, .button.button--tertiary:disabled:hover, .button.button--tertiary.button--disabled, .button--disabled.calendar-navbar__year-selector-button, .button.button--tertiary.button--disabled:hover {
|
|
1516
1515
|
background-color: transparent;
|
|
1517
1516
|
border-color: transparent;
|
|
1518
1517
|
color: var(--fkds-color-text-disabled, #8d8e91);
|
|
1519
1518
|
}
|
|
1520
1519
|
@media (max-width: 639.98px) {
|
|
1521
|
-
.button.button--tertiary {
|
|
1520
|
+
.button.button--tertiary, .calendar-navbar__year-selector-button {
|
|
1522
1521
|
width: auto;
|
|
1523
1522
|
}
|
|
1524
1523
|
}
|
|
1525
|
-
.button.button--tertiary--black {
|
|
1524
|
+
.button.button--tertiary--black, .calendar-navbar__year-selector-button {
|
|
1526
1525
|
color: var(--fkds-color-action-text-secondary-default, #1b1e23);
|
|
1527
1526
|
}
|
|
1528
|
-
.button.button--tertiary--black:hover, .button.button--tertiary--black:active, .button.button--tertiary--black:focus {
|
|
1527
|
+
.button.button--tertiary--black:hover, .calendar-navbar__year-selector-button:hover, .button.button--tertiary--black:active, .calendar-navbar__year-selector-button:active, .button.button--tertiary--black:focus, .calendar-navbar__year-selector-button:focus {
|
|
1529
1528
|
color: var(--fkds-color-action-text-secondary-default, #1b1e23);
|
|
1530
1529
|
}
|
|
1531
|
-
.button.button--tertiary
|
|
1530
|
+
.button.button--tertiary:disabled, .calendar-navbar__year-selector-button:disabled {
|
|
1531
|
+
border: none;
|
|
1532
|
+
}
|
|
1533
|
+
.button.button--tertiary--inverted, .button--tertiary--inverted.calendar-navbar__year-selector-button {
|
|
1532
1534
|
color: var(--fkds-color-action-text-inverted-default, #ffffff);
|
|
1533
1535
|
}
|
|
1534
|
-
.button.button--tertiary--inverted:hover, .button.button--tertiary--inverted:active, .button.button--tertiary--inverted:focus {
|
|
1536
|
+
.button.button--tertiary--inverted:hover, .button--tertiary--inverted.calendar-navbar__year-selector-button:hover, .button.button--tertiary--inverted:active, .button--tertiary--inverted.calendar-navbar__year-selector-button:active, .button.button--tertiary--inverted:focus, .button--tertiary--inverted.calendar-navbar__year-selector-button:focus {
|
|
1535
1537
|
color: var(--fkds-color-action-text-inverted-focus, #ffffff);
|
|
1536
1538
|
background-color: transparent;
|
|
1537
1539
|
}
|
|
1538
|
-
.button.button--tertiary--inverted:disabled {
|
|
1540
|
+
.button.button--tertiary--inverted:disabled, .button--tertiary--inverted.calendar-navbar__year-selector-button:disabled {
|
|
1539
1541
|
color: var(--fkds-color-text-disabled, #8d8e91);
|
|
1542
|
+
border: none;
|
|
1540
1543
|
border-width: 0;
|
|
1541
1544
|
background-color: transparent;
|
|
1542
1545
|
}
|
|
1543
|
-
.button.button--tertiary--underline {
|
|
1546
|
+
.button.button--tertiary--underline, .button--tertiary--underline.calendar-navbar__year-selector-button {
|
|
1544
1547
|
text-decoration: underline;
|
|
1545
1548
|
text-decoration-thickness: 2px;
|
|
1546
1549
|
text-underline-offset: 4px;
|
|
1547
1550
|
}
|
|
1548
|
-
.button.button--tertiary--underline:disabled {
|
|
1551
|
+
.button.button--tertiary--underline:disabled, .button--tertiary--underline.calendar-navbar__year-selector-button:disabled {
|
|
1549
1552
|
text-decoration: none;
|
|
1550
1553
|
}
|
|
1551
|
-
.button.button--tertiary.button--small {
|
|
1554
|
+
.button.button--tertiary.button--small, .button--small.calendar-navbar__year-selector-button {
|
|
1552
1555
|
min-width: 24px;
|
|
1553
1556
|
padding: calc(0.375rem * var(--f-density-factor, 1)) 0.25rem;
|
|
1554
1557
|
text-underline-offset: 3.5px;
|
|
1555
1558
|
}
|
|
1556
|
-
.button.button--tertiary.button--small.button--align-text {
|
|
1559
|
+
.button.button--tertiary.button--small.button--align-text, .button--small.button--align-text.calendar-navbar__year-selector-button {
|
|
1557
1560
|
margin-left: -0.25rem;
|
|
1558
1561
|
}
|
|
1559
|
-
.button.button--tertiary.button--medium {
|
|
1562
|
+
.button.button--tertiary.button--medium, .button--medium.calendar-navbar__year-selector-button {
|
|
1560
1563
|
min-width: 8rem;
|
|
1561
1564
|
/* stylelint-disable declaration-block-no-redundant-longhand-properties -- readability */
|
|
1562
1565
|
padding-top: calc(var(--f-button-tertiary-padding-top, 0.75rem) * var(--f-density-factor, 1));
|
|
@@ -1565,80 +1568,80 @@ input[type=search]:focus,
|
|
|
1565
1568
|
padding-left: var(--f-button-tertiary-padding-left, 0.5rem);
|
|
1566
1569
|
/* stylelint-enable declaration-block-no-redundant-longhand-properties */
|
|
1567
1570
|
}
|
|
1568
|
-
.button.button--tertiary.button--medium.button--align-text {
|
|
1571
|
+
.button.button--tertiary.button--medium.button--align-text, .button--medium.button--align-text.calendar-navbar__year-selector-button {
|
|
1569
1572
|
margin-left: -0.5rem;
|
|
1570
1573
|
}
|
|
1571
|
-
.button.button--tertiary.button--large {
|
|
1574
|
+
.button.button--tertiary.button--large, .button--large.calendar-navbar__year-selector-button {
|
|
1572
1575
|
min-width: var(--f-button-min-width, 9.5rem);
|
|
1573
1576
|
padding: calc(1.125rem * var(--f-density-factor, 1)) 0.75rem;
|
|
1574
1577
|
}
|
|
1575
|
-
.button.button--tertiary.button--large.button--align-text {
|
|
1578
|
+
.button.button--tertiary.button--large.button--align-text, .button--large.button--align-text.calendar-navbar__year-selector-button {
|
|
1576
1579
|
margin-left: -0.75rem;
|
|
1577
1580
|
}
|
|
1578
|
-
.button.button--tertiary.button--align-text {
|
|
1581
|
+
.button.button--tertiary.button--align-text, .button--align-text.calendar-navbar__year-selector-button {
|
|
1579
1582
|
margin-left: -0.5rem;
|
|
1580
1583
|
min-width: 0;
|
|
1581
1584
|
}
|
|
1582
1585
|
@media (max-width: 639.98px) {
|
|
1583
|
-
.button.button--tertiary.button--full-width {
|
|
1586
|
+
.button.button--tertiary.button--full-width, .button--full-width.calendar-navbar__year-selector-button {
|
|
1584
1587
|
min-width: var(--f-width-full, 100%);
|
|
1585
1588
|
}
|
|
1586
1589
|
}
|
|
1587
|
-
.button.button--full-width {
|
|
1590
|
+
.button.button--full-width, .button--full-width.calendar-navbar__year-selector-button {
|
|
1588
1591
|
min-width: var(--f-width-full, 100%);
|
|
1589
1592
|
}
|
|
1590
|
-
.button.button--margin-bottom-0 {
|
|
1593
|
+
.button.button--margin-bottom-0, .calendar-navbar__year-selector-button {
|
|
1591
1594
|
margin-bottom: 0;
|
|
1592
1595
|
}
|
|
1593
|
-
.button.button--small {
|
|
1596
|
+
.button.button--small, .button--small.calendar-navbar__year-selector-button {
|
|
1594
1597
|
font-size: 14px;
|
|
1595
1598
|
line-height: 1.25rem;
|
|
1596
1599
|
min-width: 4rem;
|
|
1597
1600
|
padding: calc(0.25rem * var(--f-density-factor, 1)) 0.75rem;
|
|
1598
1601
|
}
|
|
1599
1602
|
@media (max-width: 639.98px) {
|
|
1600
|
-
.button.button--small:not(.button--full-width) {
|
|
1603
|
+
.button.button--small:not(.button--full-width), .button--small.calendar-navbar__year-selector-button:not(.button--full-width) {
|
|
1601
1604
|
width: auto;
|
|
1602
1605
|
}
|
|
1603
1606
|
}
|
|
1604
|
-
.button.button--small > .button__icon {
|
|
1607
|
+
.button.button--small > .button__icon, .button--small.calendar-navbar__year-selector-button > .button__icon {
|
|
1605
1608
|
height: 14px;
|
|
1606
1609
|
width: 14px;
|
|
1607
1610
|
}
|
|
1608
|
-
.button.button--medium {
|
|
1611
|
+
.button.button--medium, .button--medium.calendar-navbar__year-selector-button {
|
|
1609
1612
|
line-height: 1.5rem;
|
|
1610
1613
|
min-width: 8rem;
|
|
1611
1614
|
padding: calc(0.625rem * var(--f-density-factor, 1)) 1.25rem;
|
|
1612
1615
|
}
|
|
1613
1616
|
@media (max-width: 639.98px) {
|
|
1614
|
-
.button.button--medium:not(.button--full-width) {
|
|
1617
|
+
.button.button--medium:not(.button--full-width), .button--medium.calendar-navbar__year-selector-button:not(.button--full-width) {
|
|
1615
1618
|
width: auto;
|
|
1616
1619
|
}
|
|
1617
1620
|
}
|
|
1618
|
-
.button.button--large {
|
|
1621
|
+
.button.button--large, .button--large.calendar-navbar__year-selector-button {
|
|
1619
1622
|
line-height: 1.5rem;
|
|
1620
1623
|
min-width: 9.5rem;
|
|
1621
1624
|
padding: calc(1rem * var(--f-density-factor, 1)) 1.5rem;
|
|
1622
1625
|
}
|
|
1623
1626
|
@media (max-width: 639.98px) {
|
|
1624
|
-
.button.button--large {
|
|
1627
|
+
.button.button--large, .button--large.calendar-navbar__year-selector-button {
|
|
1625
1628
|
max-width: var(--f-width-full, 100%);
|
|
1626
1629
|
width: var(--f-width-full, 100%);
|
|
1627
1630
|
}
|
|
1628
1631
|
}
|
|
1629
|
-
.button > .button__icon {
|
|
1632
|
+
.button > .button__icon, .calendar-navbar__year-selector-button > .button__icon {
|
|
1630
1633
|
margin-right: 0.25rem;
|
|
1631
1634
|
transform: translate(0, 15%);
|
|
1632
1635
|
}
|
|
1633
|
-
.button > .button__icon:not(:first-child) {
|
|
1636
|
+
.button > .button__icon:not(:first-child), .calendar-navbar__year-selector-button > .button__icon:not(:first-child) {
|
|
1634
1637
|
margin-left: 0.25rem;
|
|
1635
1638
|
margin-right: 0;
|
|
1636
1639
|
}
|
|
1637
|
-
.button > .button__icon--end {
|
|
1640
|
+
.button > .button__icon--end, .calendar-navbar__year-selector-button > .button__icon--end {
|
|
1638
1641
|
position: absolute;
|
|
1639
1642
|
right: 1.25rem;
|
|
1640
1643
|
}
|
|
1641
|
-
.button.disabled, .button.disabled:hover, .button:disabled, .button:disabled:hover, .button.button--disabled {
|
|
1644
|
+
.button.disabled, .disabled.calendar-navbar__year-selector-button, .button.disabled:hover, .button:disabled, .calendar-navbar__year-selector-button:disabled, .button:disabled:hover, .button.button--disabled, .button--disabled.calendar-navbar__year-selector-button {
|
|
1642
1645
|
border-width: var(--f-border-width-medium, 2px);
|
|
1643
1646
|
box-shadow: none;
|
|
1644
1647
|
cursor: default;
|
|
@@ -1651,6 +1654,7 @@ input[type=search]:focus,
|
|
|
1651
1654
|
justify-content: center;
|
|
1652
1655
|
height: 2.75rem;
|
|
1653
1656
|
width: 100%;
|
|
1657
|
+
color: var(--fkds-color-text-primary, #1b1e23);
|
|
1654
1658
|
}
|
|
1655
1659
|
.calendar-day--highlight {
|
|
1656
1660
|
position: relative;
|
|
@@ -1704,6 +1708,7 @@ input[type=search]:focus,
|
|
|
1704
1708
|
}
|
|
1705
1709
|
.calendar-day:hover:not(.calendar-day--disabled, .calendar-day--selected), .calendar-day--hover:not(.calendar-day--disabled, .calendar-day--selected) {
|
|
1706
1710
|
background-color: var(--fkds-color-select-background-primary-hover, #e5e5f5);
|
|
1711
|
+
color: var(--fkds-color-text-primary, #1b1e23);
|
|
1707
1712
|
}
|
|
1708
1713
|
.calendar-day:active:not(.calendar-day--disabled), .calendar-day--active:not(.calendar-day--disabled) {
|
|
1709
1714
|
color: var(--fkds-color-text-inverted, #ffffff);
|
|
@@ -1752,7 +1757,7 @@ input[type=search]:focus,
|
|
|
1752
1757
|
margin-bottom: 0 !important;
|
|
1753
1758
|
}
|
|
1754
1759
|
.card__error-message {
|
|
1755
|
-
color: var(--
|
|
1760
|
+
color: var(--fkds-color-feedback-text-negative, #ca1515);
|
|
1756
1761
|
}
|
|
1757
1762
|
|
|
1758
1763
|
.list__item {
|
|
@@ -1896,6 +1901,7 @@ input[type=search]:focus,
|
|
|
1896
1901
|
padding-top: 0.1rem;
|
|
1897
1902
|
padding-bottom: 0.1rem;
|
|
1898
1903
|
position: relative;
|
|
1904
|
+
color: var(--fkds-color-text-primary, #1b1e23);
|
|
1899
1905
|
}
|
|
1900
1906
|
.checkbox__label * {
|
|
1901
1907
|
pointer-events: none;
|
|
@@ -2112,7 +2118,7 @@ input[type=search]:focus,
|
|
|
2112
2118
|
align-items: center;
|
|
2113
2119
|
background: inherit;
|
|
2114
2120
|
border: none;
|
|
2115
|
-
color: var(--
|
|
2121
|
+
color: var(--fkds-color-action-text-secondary-default, #1b1e23);
|
|
2116
2122
|
cursor: pointer;
|
|
2117
2123
|
display: flex;
|
|
2118
2124
|
font-weight: 700;
|
|
@@ -2134,23 +2140,23 @@ input[type=search]:focus,
|
|
|
2134
2140
|
padding: 2px;
|
|
2135
2141
|
}
|
|
2136
2142
|
|
|
2137
|
-
.combobox__listbox__list {
|
|
2143
|
+
.calendar__year-selector__listbox, .combobox__listbox__list {
|
|
2138
2144
|
margin: 0;
|
|
2139
2145
|
padding: 0;
|
|
2140
2146
|
}
|
|
2141
2147
|
|
|
2142
|
-
.combobox__listbox__option {
|
|
2148
|
+
.calendar__year-selector__year, .combobox__listbox__option {
|
|
2143
2149
|
color: var(--fkds-color-text-primary, #1b1e23);
|
|
2144
2150
|
cursor: pointer;
|
|
2145
2151
|
list-style-type: none;
|
|
2146
2152
|
padding: 0.75rem;
|
|
2147
2153
|
white-space: nowrap;
|
|
2148
2154
|
}
|
|
2149
|
-
.combobox__listbox__option:hover {
|
|
2155
|
+
.calendar__year-selector__year:hover, .combobox__listbox__option:hover {
|
|
2150
2156
|
background-color: var(--fkds-color-select-background-primary-hover, #e5e5f5);
|
|
2151
2157
|
color: var(--fkds-color-text-primary, #1b1e23);
|
|
2152
2158
|
}
|
|
2153
|
-
.
|
|
2159
|
+
.calendar__year-selector__year--highlight {
|
|
2154
2160
|
background-color: var(--fkds-color-select-background-primary-default, #4a52b6);
|
|
2155
2161
|
color: var(--fkds-color-text-inverted, #ffffff);
|
|
2156
2162
|
font-weight: var(--f-font-weight-medium, 700);
|
|
@@ -2308,6 +2314,7 @@ input[type=search]:focus,
|
|
|
2308
2314
|
width: 100%;
|
|
2309
2315
|
height: 100%;
|
|
2310
2316
|
background-color: inherit;
|
|
2317
|
+
color: var(--fkds-color-action-text-secondary-default, #1b1e23);
|
|
2311
2318
|
display: flex;
|
|
2312
2319
|
align-items: center;
|
|
2313
2320
|
justify-content: space-between;
|
|
@@ -2319,13 +2326,13 @@ input[type=search]:focus,
|
|
|
2319
2326
|
overflow: hidden;
|
|
2320
2327
|
font-weight: var(--f-font-weight-medium, 700);
|
|
2321
2328
|
font-size: var(--f-font-size-standard, 1rem);
|
|
2322
|
-
color: var(--fkds-color-action-text-secondary-default, #1b1e23);
|
|
2323
2329
|
text-align: left;
|
|
2324
2330
|
cursor: pointer;
|
|
2325
2331
|
}
|
|
2326
2332
|
.dialogue-tree__list-item button .icon {
|
|
2327
2333
|
flex-shrink: 0;
|
|
2328
2334
|
margin-left: 1.25rem;
|
|
2335
|
+
color: currentcolor;
|
|
2329
2336
|
}
|
|
2330
2337
|
|
|
2331
2338
|
.entrypoint {
|
|
@@ -2758,9 +2765,6 @@ input[type=search]:focus,
|
|
|
2758
2765
|
border: var(--f-border-width-medium, 2px) solid var(--f-border-color-separator, #ddddde);
|
|
2759
2766
|
}
|
|
2760
2767
|
|
|
2761
|
-
.file-selector svg {
|
|
2762
|
-
color: var(--f-icon-color-primary, #4a52b6);
|
|
2763
|
-
}
|
|
2764
2768
|
.file-selector input[type=file] {
|
|
2765
2769
|
position: absolute;
|
|
2766
2770
|
width: 1px;
|
|
@@ -3808,6 +3812,7 @@ input[type=search]:focus,
|
|
|
3808
3812
|
.message-box {
|
|
3809
3813
|
padding: calc(1.5rem * var(--f-density-factor, 1)) 1.5rem;
|
|
3810
3814
|
margin: 0.5rem 0 calc(2rem * var(--f-density-factor, 1)) 0;
|
|
3815
|
+
color: var(--fkds-color-text-primary, #1b1e23);
|
|
3811
3816
|
}
|
|
3812
3817
|
.message-box__heading {
|
|
3813
3818
|
font-size: var(--f-font-size-h3, 1.375rem);
|
|
@@ -4436,6 +4441,7 @@ input[type=search]:focus,
|
|
|
4436
4441
|
padding-top: 0.1rem;
|
|
4437
4442
|
padding-bottom: 0.1rem;
|
|
4438
4443
|
position: relative;
|
|
4444
|
+
color: var(--fkds-color-text-primary, #1b1e23);
|
|
4439
4445
|
}
|
|
4440
4446
|
.radio-button__label * {
|
|
4441
4447
|
pointer-events: none;
|
|
@@ -4971,6 +4977,7 @@ input[type=search]:focus,
|
|
|
4971
4977
|
}
|
|
4972
4978
|
.text-field__input {
|
|
4973
4979
|
background-color: var(--fkds-color-background-primary, #ffffff);
|
|
4980
|
+
color: var(--fkds-color-text-primary, #1b1e23);
|
|
4974
4981
|
box-shadow: var(--f-input-shadow-inset, inset 0 2px 3px rgba(0, 0, 0, 0.1));
|
|
4975
4982
|
border-radius: var(--f-border-radius-medium, 4px);
|
|
4976
4983
|
border: var(--f-border-width-medium, 2px) solid var(--fkds-color-border-primary, #8d8e91);
|
|
@@ -5065,6 +5072,7 @@ input[type=search]:focus,
|
|
|
5065
5072
|
}
|
|
5066
5073
|
.textarea-field__textarea {
|
|
5067
5074
|
background-color: var(--fkds-color-background-primary, #ffffff);
|
|
5075
|
+
color: var(--fkds-color-text-primary, #1b1e23);
|
|
5068
5076
|
box-shadow: var(--f-input-shadow-inset, inset 0 2px 3px rgba(0, 0, 0, 0.1));
|
|
5069
5077
|
border-radius: var(--f-border-radius-medium, 4px);
|
|
5070
5078
|
border: var(--f-border-width-medium, 2px) solid var(--fkds-color-border-primary, #8d8e91);
|
|
@@ -5244,6 +5252,7 @@ input[type=search]:focus,
|
|
|
5244
5252
|
font-size: 1.25rem;
|
|
5245
5253
|
font-weight: bold;
|
|
5246
5254
|
text-align: center;
|
|
5255
|
+
color: var(--fkds-color-text-primary, #1b1e23);
|
|
5247
5256
|
transition: background-color 400ms ease-out, border-color 400ms ease-out, opacity 400ms ease-out;
|
|
5248
5257
|
}
|
|
5249
5258
|
@media (max-width: 639.98px) {
|
|
@@ -5313,12 +5322,11 @@ input[type=search]:focus,
|
|
|
5313
5322
|
}
|
|
5314
5323
|
.wizard-step--done .wizard-step__header__title .anchor {
|
|
5315
5324
|
color: var(--fkds-color-feedback-text-positive, #35805b);
|
|
5316
|
-
text-decoration-color:
|
|
5325
|
+
text-decoration-color: currentcolor;
|
|
5317
5326
|
text-decoration-thickness: 2px;
|
|
5318
5327
|
text-underline-offset: 0.25em;
|
|
5319
5328
|
}
|
|
5320
5329
|
.wizard-step--done .wizard-step__header__title .anchor:hover {
|
|
5321
|
-
text-decoration-color: var(--fkds-color-feedback-text-positive, #35805b);
|
|
5322
5330
|
text-decoration-thickness: 3px;
|
|
5323
5331
|
text-underline-offset: 0.25em;
|
|
5324
5332
|
}
|
|
@@ -5329,19 +5337,19 @@ input[type=search]:focus,
|
|
|
5329
5337
|
height: auto;
|
|
5330
5338
|
}
|
|
5331
5339
|
.wizard-step--done .wizard-step__icon-container__circle {
|
|
5332
|
-
background-color: var(--
|
|
5333
|
-
border-color: var(--
|
|
5340
|
+
background-color: var(--fkds-color-feedback-background-positive-strong, #35805b);
|
|
5341
|
+
border-color: var(--fkds-color-feedback-border-positive, #35805b);
|
|
5334
5342
|
}
|
|
5335
5343
|
.wizard-step--done .wizard-step__icon-container__number {
|
|
5336
5344
|
display: none;
|
|
5337
5345
|
}
|
|
5338
5346
|
.wizard-step--pending .wizard-step__header__title {
|
|
5339
|
-
color: var(--
|
|
5347
|
+
color: var(--fkds-color-text-primary, #1b1e23);
|
|
5340
5348
|
}
|
|
5341
5349
|
.wizard-step--pending .wizard-step__icon-container__circle {
|
|
5342
5350
|
border: 2px solid var(--fkds-color-border-strong, #5f6165);
|
|
5343
|
-
background-color: var(--fkds-color-background-
|
|
5344
|
-
color: var(--
|
|
5351
|
+
background-color: var(--fkds-color-background-primary, #ffffff);
|
|
5352
|
+
color: var(--fkds-color-text-primary, #1b1e23);
|
|
5345
5353
|
}
|
|
5346
5354
|
@media (forced-colors: active) {
|
|
5347
5355
|
.wizard-step .icon.f-icon-success {
|
|
@@ -5421,6 +5429,11 @@ input[type=search]:focus,
|
|
|
5421
5429
|
box-shadow: var(--f-focus-box-shadow, 0 0 0 2px #ffffff, 0 0 0 4px #1b1e23, 0 0 0 6px #ffffff);
|
|
5422
5430
|
}
|
|
5423
5431
|
|
|
5432
|
+
.calendar-navbar__year-selector-button--title, .calendar-navbar__month--title {
|
|
5433
|
+
font-size: 1.5rem;
|
|
5434
|
+
font-weight: bold;
|
|
5435
|
+
}
|
|
5436
|
+
|
|
5424
5437
|
.calendar-navbar {
|
|
5425
5438
|
display: flex;
|
|
5426
5439
|
flex-direction: row;
|
|
@@ -5428,6 +5441,7 @@ input[type=search]:focus,
|
|
|
5428
5441
|
align-items: center;
|
|
5429
5442
|
text-align: center;
|
|
5430
5443
|
border-bottom: var(--f-border-width-medium, 2px) solid var(--fkds-color-border-weak, #ddddde);
|
|
5444
|
+
color: var(--fkds-color-text-primary, #1b1e23);
|
|
5431
5445
|
padding: 1rem;
|
|
5432
5446
|
gap: 1rem;
|
|
5433
5447
|
margin-bottom: 0.75rem;
|
|
@@ -5435,12 +5449,25 @@ input[type=search]:focus,
|
|
|
5435
5449
|
}
|
|
5436
5450
|
.calendar-navbar__month {
|
|
5437
5451
|
margin-right: auto;
|
|
5438
|
-
font-size: 1.5rem;
|
|
5439
|
-
font-weight: bold;
|
|
5440
5452
|
}
|
|
5441
5453
|
.calendar-navbar__arrow--previous {
|
|
5442
5454
|
transform: scaleX(-1);
|
|
5443
5455
|
}
|
|
5456
|
+
.calendar-navbar__arrow--up {
|
|
5457
|
+
transform: rotate(0.5turn);
|
|
5458
|
+
}
|
|
5459
|
+
.calendar-navbar__year-selector-button {
|
|
5460
|
+
/* stylelint-disable scss/at-extend-no-missing-placeholder -- technical debt */
|
|
5461
|
+
/* stylelint-enable */
|
|
5462
|
+
display: flex;
|
|
5463
|
+
gap: 0.5rem;
|
|
5464
|
+
align-items: center;
|
|
5465
|
+
font-size: 14px;
|
|
5466
|
+
line-height: 1.25rem;
|
|
5467
|
+
min-width: 24px;
|
|
5468
|
+
padding: calc(0.375rem * var(--f-density-factor, 1)) 0.25rem;
|
|
5469
|
+
text-underline-offset: 3.5px;
|
|
5470
|
+
}
|
|
5444
5471
|
.calendar-navbar__icon {
|
|
5445
5472
|
color: var(--fkds-icon-color-action-content-inverted-default, #ffffff);
|
|
5446
5473
|
background-color: var(--fkds-color-action-background-primary-default, #4a52b6);
|
|
@@ -5468,7 +5495,14 @@ input[type=search]:focus,
|
|
|
5468
5495
|
.calendar__wrapper {
|
|
5469
5496
|
width: 100%;
|
|
5470
5497
|
}
|
|
5471
|
-
|
|
5498
|
+
.calendar__year-selector {
|
|
5499
|
+
height: var(--f-calendar-height, 21rem);
|
|
5500
|
+
overflow-x: auto;
|
|
5501
|
+
position: relative;
|
|
5502
|
+
}
|
|
5503
|
+
.calendar__year-selector__year {
|
|
5504
|
+
margin: 5px;
|
|
5505
|
+
}
|
|
5472
5506
|
.iflex {
|
|
5473
5507
|
display: flex;
|
|
5474
5508
|
}
|
|
@@ -5613,7 +5647,7 @@ input[type=search]:focus,
|
|
|
5613
5647
|
display: flex;
|
|
5614
5648
|
justify-content: space-between;
|
|
5615
5649
|
padding: 0.5em 10px;
|
|
5616
|
-
background: var(--
|
|
5650
|
+
background: var(--fkds-icon-color-feedback-border-negative, #ca1515);
|
|
5617
5651
|
line-height: 24px;
|
|
5618
5652
|
position: relative;
|
|
5619
5653
|
}
|
|
@@ -5631,51 +5665,51 @@ input[type=search]:focus,
|
|
|
5631
5665
|
inset: 0;
|
|
5632
5666
|
padding: var(--f-border-width-medium, 2px);
|
|
5633
5667
|
border-radius: inherit;
|
|
5634
|
-
background: var(--
|
|
5668
|
+
background: var(--fkds-icon-color-feedback-background-negative, #fcf3f3) content-box;
|
|
5635
5669
|
}
|
|
5636
5670
|
.popup-error--top {
|
|
5637
5671
|
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;
|
|
5638
|
-
-o-border-image: conic-gradient(var(--
|
|
5639
|
-
border-image: conic-gradient(var(--
|
|
5672
|
+
-o-border-image: conic-gradient(var(--fkds-icon-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;
|
|
5673
|
+
border-image: conic-gradient(var(--fkds-icon-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;
|
|
5640
5674
|
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);
|
|
5641
5675
|
}
|
|
5642
5676
|
.popup-error--bottom {
|
|
5643
5677
|
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;
|
|
5644
|
-
-o-border-image: conic-gradient(var(--
|
|
5645
|
-
border-image: conic-gradient(var(--
|
|
5678
|
+
-o-border-image: conic-gradient(var(--fkds-icon-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;
|
|
5679
|
+
border-image: conic-gradient(var(--fkds-icon-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;
|
|
5646
5680
|
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%);
|
|
5647
5681
|
}
|
|
5648
5682
|
.popup-error--left {
|
|
5649
5683
|
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);
|
|
5650
|
-
-o-border-image: conic-gradient(var(--
|
|
5651
|
-
border-image: conic-gradient(var(--
|
|
5684
|
+
-o-border-image: conic-gradient(var(--fkds-icon-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;
|
|
5685
|
+
border-image: conic-gradient(var(--fkds-icon-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;
|
|
5652
5686
|
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));
|
|
5653
5687
|
}
|
|
5654
5688
|
.popup-error--right {
|
|
5655
5689
|
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;
|
|
5656
|
-
-o-border-image: conic-gradient(var(--
|
|
5657
|
-
border-image: conic-gradient(var(--
|
|
5690
|
+
-o-border-image: conic-gradient(var(--fkds-icon-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;
|
|
5691
|
+
border-image: conic-gradient(var(--fkds-icon-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;
|
|
5658
5692
|
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));
|
|
5659
5693
|
}
|
|
5660
5694
|
.popup-error--top::before {
|
|
5661
5695
|
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));
|
|
5662
|
-
-o-border-image: conic-gradient(var(--
|
|
5663
|
-
border-image: conic-gradient(var(--
|
|
5696
|
+
-o-border-image: conic-gradient(var(--fkds-icon-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;
|
|
5697
|
+
border-image: conic-gradient(var(--fkds-icon-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;
|
|
5664
5698
|
}
|
|
5665
5699
|
.popup-error--bottom::before {
|
|
5666
5700
|
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)));
|
|
5667
|
-
-o-border-image: conic-gradient(var(--
|
|
5668
|
-
border-image: conic-gradient(var(--
|
|
5701
|
+
-o-border-image: conic-gradient(var(--fkds-icon-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;
|
|
5702
|
+
border-image: conic-gradient(var(--fkds-icon-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;
|
|
5669
5703
|
}
|
|
5670
5704
|
.popup-error--left::before {
|
|
5671
5705
|
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));
|
|
5672
|
-
-o-border-image: conic-gradient(var(--
|
|
5673
|
-
border-image: conic-gradient(var(--
|
|
5706
|
+
-o-border-image: conic-gradient(var(--fkds-icon-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;
|
|
5707
|
+
border-image: conic-gradient(var(--fkds-icon-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;
|
|
5674
5708
|
}
|
|
5675
5709
|
.popup-error--right::before {
|
|
5676
5710
|
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));
|
|
5677
|
-
-o-border-image: conic-gradient(var(--
|
|
5678
|
-
border-image: conic-gradient(var(--
|
|
5711
|
+
-o-border-image: conic-gradient(var(--fkds-icon-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;
|
|
5712
|
+
border-image: conic-gradient(var(--fkds-icon-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;
|
|
5679
5713
|
}
|
|
5680
5714
|
|
|
5681
5715
|
.ipopupmenu {
|