@carbon/ibm-products 1.36.0 → 1.37.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/README.md +3 -3
- package/css/index-full-carbon.css +267 -262
- package/css/index-full-carbon.css.map +1 -1
- package/css/index-full-carbon.min.css +3 -3
- package/css/index-full-carbon.min.css.map +1 -1
- package/css/index-without-carbon-released-only.css +59 -65
- package/css/index-without-carbon-released-only.css.map +1 -1
- package/css/index-without-carbon-released-only.min.css +2 -2
- package/css/index-without-carbon-released-only.min.css.map +1 -1
- package/css/index-without-carbon.css +69 -67
- package/css/index-without-carbon.css.map +1 -1
- package/css/index-without-carbon.min.css +1 -1
- package/css/index-without-carbon.min.css.map +1 -1
- package/css/index.css +236 -234
- package/css/index.css.map +1 -1
- package/css/index.min.css +2 -2
- package/css/index.min.css.map +1 -1
- package/es/components/DataSpreadsheet/DataSpreadsheet.js +2 -1
- package/es/components/DataSpreadsheet/utils/handleCellDeletion.js +8 -1
- package/es/components/Datagrid/Datagrid/addons/Filtering/FilterProvider.js +88 -0
- package/es/components/FilterSummary/FilterSummary.js +54 -0
- package/es/components/FilterSummary/index.js +7 -0
- package/es/components/PageHeader/PageHeaderTitle.js +2 -4
- package/lib/components/DataSpreadsheet/DataSpreadsheet.js +2 -1
- package/lib/components/DataSpreadsheet/utils/handleCellDeletion.js +8 -1
- package/lib/components/Datagrid/Datagrid/addons/Filtering/FilterProvider.js +101 -0
- package/lib/components/FilterSummary/FilterSummary.js +63 -0
- package/lib/components/FilterSummary/index.js +13 -0
- package/lib/components/PageHeader/PageHeaderTitle.js +2 -4
- package/package.json +15 -15
- package/scss/components/FilterSummary/_filter-summary.scss +17 -0
- package/scss/components/FilterSummary/_index.scss +10 -0
- package/scss/components/FilterSummary/_storybook-styles.scss +14 -0
- package/scss/components/PageHeader/_page-header.scss +0 -4
- package/scss/components/_index.scss +1 -0
@@ -192,7 +192,7 @@ h1 {
|
|
192
192
|
|
193
193
|
h2 {
|
194
194
|
font-size: var(--cds-productive-heading-05-font-size, 2rem);
|
195
|
-
font-weight: var(--cds-productive-heading-05-font-weight,
|
195
|
+
font-weight: var(--cds-productive-heading-05-font-weight, 400);
|
196
196
|
line-height: var(--cds-productive-heading-05-line-height, 1.25);
|
197
197
|
letter-spacing: var(--cds-productive-heading-05-letter-spacing, 0);
|
198
198
|
}
|
@@ -997,7 +997,7 @@ em {
|
|
997
997
|
|
998
998
|
@media screen and (-ms-high-contrast: active), (forced-colors: active) {
|
999
999
|
.bx--snippet--single,
|
1000
|
-
.bx--snippet--multi {
|
1000
|
+
.bx--snippet--multi {
|
1001
1001
|
outline: 1px solid transparent;
|
1002
1002
|
}
|
1003
1003
|
}
|
@@ -1229,8 +1229,8 @@ em {
|
|
1229
1229
|
}
|
1230
1230
|
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
|
1231
1231
|
.bx--btn.bx--btn--icon-only.bx--tooltip__trigger::before, .bx--btn.bx--btn--icon-only.bx--tooltip__trigger::after,
|
1232
|
-
.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .bx--assistive-text,
|
1233
|
-
.bx--btn.bx--btn--icon-only.bx--tooltip__trigger + .bx--assistive-text {
|
1232
|
+
.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .bx--assistive-text,
|
1233
|
+
.bx--btn.bx--btn--icon-only.bx--tooltip__trigger + .bx--assistive-text {
|
1234
1234
|
display: inline-block;
|
1235
1235
|
}
|
1236
1236
|
}
|
@@ -1282,29 +1282,29 @@ em {
|
|
1282
1282
|
}
|
1283
1283
|
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
|
1284
1284
|
.bx--btn.bx--btn--icon-only.bx--tooltip__trigger::after,
|
1285
|
-
.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .bx--assistive-text,
|
1286
|
-
.bx--btn.bx--btn--icon-only.bx--tooltip__trigger + .bx--assistive-text {
|
1285
|
+
.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .bx--assistive-text,
|
1286
|
+
.bx--btn.bx--btn--icon-only.bx--tooltip__trigger + .bx--assistive-text {
|
1287
1287
|
width: auto;
|
1288
1288
|
}
|
1289
1289
|
}
|
1290
1290
|
@supports (-ms-accelerator: true) {
|
1291
1291
|
.bx--btn.bx--btn--icon-only.bx--tooltip__trigger::after,
|
1292
|
-
.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .bx--assistive-text,
|
1293
|
-
.bx--btn.bx--btn--icon-only.bx--tooltip__trigger + .bx--assistive-text {
|
1292
|
+
.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .bx--assistive-text,
|
1293
|
+
.bx--btn.bx--btn--icon-only.bx--tooltip__trigger + .bx--assistive-text {
|
1294
1294
|
width: auto;
|
1295
1295
|
}
|
1296
1296
|
}
|
1297
1297
|
@supports (-ms-ime-align: auto) {
|
1298
1298
|
.bx--btn.bx--btn--icon-only.bx--tooltip__trigger::after,
|
1299
|
-
.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .bx--assistive-text,
|
1300
|
-
.bx--btn.bx--btn--icon-only.bx--tooltip__trigger + .bx--assistive-text {
|
1299
|
+
.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .bx--assistive-text,
|
1300
|
+
.bx--btn.bx--btn--icon-only.bx--tooltip__trigger + .bx--assistive-text {
|
1301
1301
|
width: auto;
|
1302
1302
|
}
|
1303
1303
|
}
|
1304
1304
|
@media screen and (-ms-high-contrast: active), screen and (prefers-contrast) {
|
1305
1305
|
.bx--btn.bx--btn--icon-only.bx--tooltip__trigger::after,
|
1306
|
-
.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .bx--assistive-text,
|
1307
|
-
.bx--btn.bx--btn--icon-only.bx--tooltip__trigger + .bx--assistive-text {
|
1306
|
+
.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .bx--assistive-text,
|
1307
|
+
.bx--btn.bx--btn--icon-only.bx--tooltip__trigger + .bx--assistive-text {
|
1308
1308
|
border: 1px solid transparent;
|
1309
1309
|
}
|
1310
1310
|
}
|
@@ -1419,8 +1419,8 @@ em {
|
|
1419
1419
|
}
|
1420
1420
|
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
|
1421
1421
|
.bx--tooltip__trigger.bx--btn--icon-only--top::before, .bx--tooltip__trigger.bx--btn--icon-only--top::after,
|
1422
|
-
.bx--tooltip__trigger.bx--btn--icon-only--top .bx--assistive-text,
|
1423
|
-
.bx--tooltip__trigger.bx--btn--icon-only--top + .bx--assistive-text {
|
1422
|
+
.bx--tooltip__trigger.bx--btn--icon-only--top .bx--assistive-text,
|
1423
|
+
.bx--tooltip__trigger.bx--btn--icon-only--top + .bx--assistive-text {
|
1424
1424
|
display: inline-block;
|
1425
1425
|
}
|
1426
1426
|
}
|
@@ -1472,29 +1472,29 @@ em {
|
|
1472
1472
|
}
|
1473
1473
|
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
|
1474
1474
|
.bx--tooltip__trigger.bx--btn--icon-only--top::after,
|
1475
|
-
.bx--tooltip__trigger.bx--btn--icon-only--top .bx--assistive-text,
|
1476
|
-
.bx--tooltip__trigger.bx--btn--icon-only--top + .bx--assistive-text {
|
1475
|
+
.bx--tooltip__trigger.bx--btn--icon-only--top .bx--assistive-text,
|
1476
|
+
.bx--tooltip__trigger.bx--btn--icon-only--top + .bx--assistive-text {
|
1477
1477
|
width: auto;
|
1478
1478
|
}
|
1479
1479
|
}
|
1480
1480
|
@supports (-ms-accelerator: true) {
|
1481
1481
|
.bx--tooltip__trigger.bx--btn--icon-only--top::after,
|
1482
|
-
.bx--tooltip__trigger.bx--btn--icon-only--top .bx--assistive-text,
|
1483
|
-
.bx--tooltip__trigger.bx--btn--icon-only--top + .bx--assistive-text {
|
1482
|
+
.bx--tooltip__trigger.bx--btn--icon-only--top .bx--assistive-text,
|
1483
|
+
.bx--tooltip__trigger.bx--btn--icon-only--top + .bx--assistive-text {
|
1484
1484
|
width: auto;
|
1485
1485
|
}
|
1486
1486
|
}
|
1487
1487
|
@supports (-ms-ime-align: auto) {
|
1488
1488
|
.bx--tooltip__trigger.bx--btn--icon-only--top::after,
|
1489
|
-
.bx--tooltip__trigger.bx--btn--icon-only--top .bx--assistive-text,
|
1490
|
-
.bx--tooltip__trigger.bx--btn--icon-only--top + .bx--assistive-text {
|
1489
|
+
.bx--tooltip__trigger.bx--btn--icon-only--top .bx--assistive-text,
|
1490
|
+
.bx--tooltip__trigger.bx--btn--icon-only--top + .bx--assistive-text {
|
1491
1491
|
width: auto;
|
1492
1492
|
}
|
1493
1493
|
}
|
1494
1494
|
@media screen and (-ms-high-contrast: active), screen and (prefers-contrast) {
|
1495
1495
|
.bx--tooltip__trigger.bx--btn--icon-only--top::after,
|
1496
|
-
.bx--tooltip__trigger.bx--btn--icon-only--top .bx--assistive-text,
|
1497
|
-
.bx--tooltip__trigger.bx--btn--icon-only--top + .bx--assistive-text {
|
1496
|
+
.bx--tooltip__trigger.bx--btn--icon-only--top .bx--assistive-text,
|
1497
|
+
.bx--tooltip__trigger.bx--btn--icon-only--top + .bx--assistive-text {
|
1498
1498
|
border: 1px solid transparent;
|
1499
1499
|
}
|
1500
1500
|
}
|
@@ -1690,8 +1690,8 @@ em {
|
|
1690
1690
|
}
|
1691
1691
|
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
|
1692
1692
|
.bx--tooltip__trigger.bx--btn--icon-only--right::before, .bx--tooltip__trigger.bx--btn--icon-only--right::after,
|
1693
|
-
.bx--tooltip__trigger.bx--btn--icon-only--right .bx--assistive-text,
|
1694
|
-
.bx--tooltip__trigger.bx--btn--icon-only--right + .bx--assistive-text {
|
1693
|
+
.bx--tooltip__trigger.bx--btn--icon-only--right .bx--assistive-text,
|
1694
|
+
.bx--tooltip__trigger.bx--btn--icon-only--right + .bx--assistive-text {
|
1695
1695
|
display: inline-block;
|
1696
1696
|
}
|
1697
1697
|
}
|
@@ -1743,29 +1743,29 @@ em {
|
|
1743
1743
|
}
|
1744
1744
|
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
|
1745
1745
|
.bx--tooltip__trigger.bx--btn--icon-only--right::after,
|
1746
|
-
.bx--tooltip__trigger.bx--btn--icon-only--right .bx--assistive-text,
|
1747
|
-
.bx--tooltip__trigger.bx--btn--icon-only--right + .bx--assistive-text {
|
1746
|
+
.bx--tooltip__trigger.bx--btn--icon-only--right .bx--assistive-text,
|
1747
|
+
.bx--tooltip__trigger.bx--btn--icon-only--right + .bx--assistive-text {
|
1748
1748
|
width: auto;
|
1749
1749
|
}
|
1750
1750
|
}
|
1751
1751
|
@supports (-ms-accelerator: true) {
|
1752
1752
|
.bx--tooltip__trigger.bx--btn--icon-only--right::after,
|
1753
|
-
.bx--tooltip__trigger.bx--btn--icon-only--right .bx--assistive-text,
|
1754
|
-
.bx--tooltip__trigger.bx--btn--icon-only--right + .bx--assistive-text {
|
1753
|
+
.bx--tooltip__trigger.bx--btn--icon-only--right .bx--assistive-text,
|
1754
|
+
.bx--tooltip__trigger.bx--btn--icon-only--right + .bx--assistive-text {
|
1755
1755
|
width: auto;
|
1756
1756
|
}
|
1757
1757
|
}
|
1758
1758
|
@supports (-ms-ime-align: auto) {
|
1759
1759
|
.bx--tooltip__trigger.bx--btn--icon-only--right::after,
|
1760
|
-
.bx--tooltip__trigger.bx--btn--icon-only--right .bx--assistive-text,
|
1761
|
-
.bx--tooltip__trigger.bx--btn--icon-only--right + .bx--assistive-text {
|
1760
|
+
.bx--tooltip__trigger.bx--btn--icon-only--right .bx--assistive-text,
|
1761
|
+
.bx--tooltip__trigger.bx--btn--icon-only--right + .bx--assistive-text {
|
1762
1762
|
width: auto;
|
1763
1763
|
}
|
1764
1764
|
}
|
1765
1765
|
@media screen and (-ms-high-contrast: active), screen and (prefers-contrast) {
|
1766
1766
|
.bx--tooltip__trigger.bx--btn--icon-only--right::after,
|
1767
|
-
.bx--tooltip__trigger.bx--btn--icon-only--right .bx--assistive-text,
|
1768
|
-
.bx--tooltip__trigger.bx--btn--icon-only--right + .bx--assistive-text {
|
1767
|
+
.bx--tooltip__trigger.bx--btn--icon-only--right .bx--assistive-text,
|
1768
|
+
.bx--tooltip__trigger.bx--btn--icon-only--right + .bx--assistive-text {
|
1769
1769
|
border: 1px solid transparent;
|
1770
1770
|
}
|
1771
1771
|
}
|
@@ -1956,8 +1956,8 @@ em {
|
|
1956
1956
|
}
|
1957
1957
|
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
|
1958
1958
|
.bx--tooltip__trigger.bx--btn--icon-only--bottom::before, .bx--tooltip__trigger.bx--btn--icon-only--bottom::after,
|
1959
|
-
.bx--tooltip__trigger.bx--btn--icon-only--bottom .bx--assistive-text,
|
1960
|
-
.bx--tooltip__trigger.bx--btn--icon-only--bottom + .bx--assistive-text {
|
1959
|
+
.bx--tooltip__trigger.bx--btn--icon-only--bottom .bx--assistive-text,
|
1960
|
+
.bx--tooltip__trigger.bx--btn--icon-only--bottom + .bx--assistive-text {
|
1961
1961
|
display: inline-block;
|
1962
1962
|
}
|
1963
1963
|
}
|
@@ -2009,29 +2009,29 @@ em {
|
|
2009
2009
|
}
|
2010
2010
|
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
|
2011
2011
|
.bx--tooltip__trigger.bx--btn--icon-only--bottom::after,
|
2012
|
-
.bx--tooltip__trigger.bx--btn--icon-only--bottom .bx--assistive-text,
|
2013
|
-
.bx--tooltip__trigger.bx--btn--icon-only--bottom + .bx--assistive-text {
|
2012
|
+
.bx--tooltip__trigger.bx--btn--icon-only--bottom .bx--assistive-text,
|
2013
|
+
.bx--tooltip__trigger.bx--btn--icon-only--bottom + .bx--assistive-text {
|
2014
2014
|
width: auto;
|
2015
2015
|
}
|
2016
2016
|
}
|
2017
2017
|
@supports (-ms-accelerator: true) {
|
2018
2018
|
.bx--tooltip__trigger.bx--btn--icon-only--bottom::after,
|
2019
|
-
.bx--tooltip__trigger.bx--btn--icon-only--bottom .bx--assistive-text,
|
2020
|
-
.bx--tooltip__trigger.bx--btn--icon-only--bottom + .bx--assistive-text {
|
2019
|
+
.bx--tooltip__trigger.bx--btn--icon-only--bottom .bx--assistive-text,
|
2020
|
+
.bx--tooltip__trigger.bx--btn--icon-only--bottom + .bx--assistive-text {
|
2021
2021
|
width: auto;
|
2022
2022
|
}
|
2023
2023
|
}
|
2024
2024
|
@supports (-ms-ime-align: auto) {
|
2025
2025
|
.bx--tooltip__trigger.bx--btn--icon-only--bottom::after,
|
2026
|
-
.bx--tooltip__trigger.bx--btn--icon-only--bottom .bx--assistive-text,
|
2027
|
-
.bx--tooltip__trigger.bx--btn--icon-only--bottom + .bx--assistive-text {
|
2026
|
+
.bx--tooltip__trigger.bx--btn--icon-only--bottom .bx--assistive-text,
|
2027
|
+
.bx--tooltip__trigger.bx--btn--icon-only--bottom + .bx--assistive-text {
|
2028
2028
|
width: auto;
|
2029
2029
|
}
|
2030
2030
|
}
|
2031
2031
|
@media screen and (-ms-high-contrast: active), screen and (prefers-contrast) {
|
2032
2032
|
.bx--tooltip__trigger.bx--btn--icon-only--bottom::after,
|
2033
|
-
.bx--tooltip__trigger.bx--btn--icon-only--bottom .bx--assistive-text,
|
2034
|
-
.bx--tooltip__trigger.bx--btn--icon-only--bottom + .bx--assistive-text {
|
2033
|
+
.bx--tooltip__trigger.bx--btn--icon-only--bottom .bx--assistive-text,
|
2034
|
+
.bx--tooltip__trigger.bx--btn--icon-only--bottom + .bx--assistive-text {
|
2035
2035
|
border: 1px solid transparent;
|
2036
2036
|
}
|
2037
2037
|
}
|
@@ -2225,8 +2225,8 @@ em {
|
|
2225
2225
|
}
|
2226
2226
|
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
|
2227
2227
|
.bx--tooltip__trigger.bx--btn--icon-only--left::before, .bx--tooltip__trigger.bx--btn--icon-only--left::after,
|
2228
|
-
.bx--tooltip__trigger.bx--btn--icon-only--left .bx--assistive-text,
|
2229
|
-
.bx--tooltip__trigger.bx--btn--icon-only--left + .bx--assistive-text {
|
2228
|
+
.bx--tooltip__trigger.bx--btn--icon-only--left .bx--assistive-text,
|
2229
|
+
.bx--tooltip__trigger.bx--btn--icon-only--left + .bx--assistive-text {
|
2230
2230
|
display: inline-block;
|
2231
2231
|
}
|
2232
2232
|
}
|
@@ -2278,29 +2278,29 @@ em {
|
|
2278
2278
|
}
|
2279
2279
|
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
|
2280
2280
|
.bx--tooltip__trigger.bx--btn--icon-only--left::after,
|
2281
|
-
.bx--tooltip__trigger.bx--btn--icon-only--left .bx--assistive-text,
|
2282
|
-
.bx--tooltip__trigger.bx--btn--icon-only--left + .bx--assistive-text {
|
2281
|
+
.bx--tooltip__trigger.bx--btn--icon-only--left .bx--assistive-text,
|
2282
|
+
.bx--tooltip__trigger.bx--btn--icon-only--left + .bx--assistive-text {
|
2283
2283
|
width: auto;
|
2284
2284
|
}
|
2285
2285
|
}
|
2286
2286
|
@supports (-ms-accelerator: true) {
|
2287
2287
|
.bx--tooltip__trigger.bx--btn--icon-only--left::after,
|
2288
|
-
.bx--tooltip__trigger.bx--btn--icon-only--left .bx--assistive-text,
|
2289
|
-
.bx--tooltip__trigger.bx--btn--icon-only--left + .bx--assistive-text {
|
2288
|
+
.bx--tooltip__trigger.bx--btn--icon-only--left .bx--assistive-text,
|
2289
|
+
.bx--tooltip__trigger.bx--btn--icon-only--left + .bx--assistive-text {
|
2290
2290
|
width: auto;
|
2291
2291
|
}
|
2292
2292
|
}
|
2293
2293
|
@supports (-ms-ime-align: auto) {
|
2294
2294
|
.bx--tooltip__trigger.bx--btn--icon-only--left::after,
|
2295
|
-
.bx--tooltip__trigger.bx--btn--icon-only--left .bx--assistive-text,
|
2296
|
-
.bx--tooltip__trigger.bx--btn--icon-only--left + .bx--assistive-text {
|
2295
|
+
.bx--tooltip__trigger.bx--btn--icon-only--left .bx--assistive-text,
|
2296
|
+
.bx--tooltip__trigger.bx--btn--icon-only--left + .bx--assistive-text {
|
2297
2297
|
width: auto;
|
2298
2298
|
}
|
2299
2299
|
}
|
2300
2300
|
@media screen and (-ms-high-contrast: active), screen and (prefers-contrast) {
|
2301
2301
|
.bx--tooltip__trigger.bx--btn--icon-only--left::after,
|
2302
|
-
.bx--tooltip__trigger.bx--btn--icon-only--left .bx--assistive-text,
|
2303
|
-
.bx--tooltip__trigger.bx--btn--icon-only--left + .bx--assistive-text {
|
2302
|
+
.bx--tooltip__trigger.bx--btn--icon-only--left .bx--assistive-text,
|
2303
|
+
.bx--tooltip__trigger.bx--btn--icon-only--left + .bx--assistive-text {
|
2304
2304
|
border: 1px solid transparent;
|
2305
2305
|
}
|
2306
2306
|
}
|
@@ -2737,7 +2737,7 @@ em {
|
|
2737
2737
|
|
2738
2738
|
@media screen and (-ms-high-contrast: active), (forced-colors: active) {
|
2739
2739
|
.bx--btn--ghost.bx--btn--icon-only .bx--btn__icon path:not([data-icon-path]):not([fill=none]),
|
2740
|
-
.bx--btn--ghost.bx--btn--icon-only .bx--btn__icon {
|
2740
|
+
.bx--btn--ghost.bx--btn--icon-only .bx--btn__icon {
|
2741
2741
|
fill: ButtonText;
|
2742
2742
|
}
|
2743
2743
|
}
|
@@ -3137,7 +3137,7 @@ em {
|
|
3137
3137
|
max-height: 72%;
|
3138
3138
|
}
|
3139
3139
|
.bx--modal-container--sm .bx--modal-content p,
|
3140
|
-
.bx--modal-container--sm .bx--modal-content__regular-content {
|
3140
|
+
.bx--modal-container--sm .bx--modal-content__regular-content {
|
3141
3141
|
padding-right: 20%;
|
3142
3142
|
}
|
3143
3143
|
}
|
@@ -3391,12 +3391,12 @@ input[data-invalid]:not(:focus),
|
|
3391
3391
|
}
|
3392
3392
|
@media screen and (prefers-contrast) {
|
3393
3393
|
input[data-invalid]:not(:focus),
|
3394
|
-
.bx--number[data-invalid] input[type=number]:not(:focus),
|
3395
|
-
.bx--text-input__field-wrapper[data-invalid] > .bx--text-input--invalid:not(:focus),
|
3396
|
-
.bx--text-area__wrapper[data-invalid] > .bx--text-area--invalid:not(:focus),
|
3397
|
-
.bx--select-input__wrapper[data-invalid] .bx--select-input:not(:focus),
|
3398
|
-
.bx--list-box[data-invalid]:not(:focus),
|
3399
|
-
.bx--combo-box[data-invalid] .bx--text-input:not(:focus) {
|
3394
|
+
.bx--number[data-invalid] input[type=number]:not(:focus),
|
3395
|
+
.bx--text-input__field-wrapper[data-invalid] > .bx--text-input--invalid:not(:focus),
|
3396
|
+
.bx--text-area__wrapper[data-invalid] > .bx--text-area--invalid:not(:focus),
|
3397
|
+
.bx--select-input__wrapper[data-invalid] .bx--select-input:not(:focus),
|
3398
|
+
.bx--list-box[data-invalid]:not(:focus),
|
3399
|
+
.bx--combo-box[data-invalid] .bx--text-input:not(:focus) {
|
3400
3400
|
outline-style: dotted;
|
3401
3401
|
}
|
3402
3402
|
}
|
@@ -3642,8 +3642,8 @@ fieldset[disabled] .bx--form__helper-text {
|
|
3642
3642
|
}
|
3643
3643
|
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
|
3644
3644
|
.bx--text-input--password__visibility::before, .bx--text-input--password__visibility::after,
|
3645
|
-
.bx--text-input--password__visibility .bx--assistive-text,
|
3646
|
-
.bx--text-input--password__visibility + .bx--assistive-text {
|
3645
|
+
.bx--text-input--password__visibility .bx--assistive-text,
|
3646
|
+
.bx--text-input--password__visibility + .bx--assistive-text {
|
3647
3647
|
display: inline-block;
|
3648
3648
|
}
|
3649
3649
|
}
|
@@ -3695,29 +3695,29 @@ fieldset[disabled] .bx--form__helper-text {
|
|
3695
3695
|
}
|
3696
3696
|
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
|
3697
3697
|
.bx--text-input--password__visibility::after,
|
3698
|
-
.bx--text-input--password__visibility .bx--assistive-text,
|
3699
|
-
.bx--text-input--password__visibility + .bx--assistive-text {
|
3698
|
+
.bx--text-input--password__visibility .bx--assistive-text,
|
3699
|
+
.bx--text-input--password__visibility + .bx--assistive-text {
|
3700
3700
|
width: auto;
|
3701
3701
|
}
|
3702
3702
|
}
|
3703
3703
|
@supports (-ms-accelerator: true) {
|
3704
3704
|
.bx--text-input--password__visibility::after,
|
3705
|
-
.bx--text-input--password__visibility .bx--assistive-text,
|
3706
|
-
.bx--text-input--password__visibility + .bx--assistive-text {
|
3705
|
+
.bx--text-input--password__visibility .bx--assistive-text,
|
3706
|
+
.bx--text-input--password__visibility + .bx--assistive-text {
|
3707
3707
|
width: auto;
|
3708
3708
|
}
|
3709
3709
|
}
|
3710
3710
|
@supports (-ms-ime-align: auto) {
|
3711
3711
|
.bx--text-input--password__visibility::after,
|
3712
|
-
.bx--text-input--password__visibility .bx--assistive-text,
|
3713
|
-
.bx--text-input--password__visibility + .bx--assistive-text {
|
3712
|
+
.bx--text-input--password__visibility .bx--assistive-text,
|
3713
|
+
.bx--text-input--password__visibility + .bx--assistive-text {
|
3714
3714
|
width: auto;
|
3715
3715
|
}
|
3716
3716
|
}
|
3717
3717
|
@media screen and (-ms-high-contrast: active), screen and (prefers-contrast) {
|
3718
3718
|
.bx--text-input--password__visibility::after,
|
3719
|
-
.bx--text-input--password__visibility .bx--assistive-text,
|
3720
|
-
.bx--text-input--password__visibility + .bx--assistive-text {
|
3719
|
+
.bx--text-input--password__visibility .bx--assistive-text,
|
3720
|
+
.bx--text-input--password__visibility + .bx--assistive-text {
|
3721
3721
|
border: 1px solid transparent;
|
3722
3722
|
}
|
3723
3723
|
}
|
@@ -4061,8 +4061,8 @@ fieldset[disabled] .bx--form__helper-text {
|
|
4061
4061
|
|
4062
4062
|
@media screen and (-ms-high-contrast: active), (forced-colors: active) {
|
4063
4063
|
.bx--text-input--password__visibility,
|
4064
|
-
.bx--btn.bx--btn--icon-only.bx--text-input--password__visibility__toggle.bx--tooltip__trigger svg,
|
4065
|
-
.bx--btn.bx--btn--icon-only.bx--text-input--password__visibility__toggle.bx--tooltip__trigger:hover svg {
|
4064
|
+
.bx--btn.bx--btn--icon-only.bx--text-input--password__visibility__toggle.bx--tooltip__trigger svg,
|
4065
|
+
.bx--btn.bx--btn--icon-only.bx--text-input--password__visibility__toggle.bx--tooltip__trigger:hover svg {
|
4066
4066
|
fill: ButtonText;
|
4067
4067
|
}
|
4068
4068
|
}
|
@@ -4389,7 +4389,7 @@ fieldset[disabled] .bx--form__helper-text {
|
|
4389
4389
|
}
|
4390
4390
|
@media screen and (prefers-contrast) {
|
4391
4391
|
.bx--tabs-trigger:focus,
|
4392
|
-
.bx--tabs-trigger:active {
|
4392
|
+
.bx--tabs-trigger:active {
|
4393
4393
|
outline-style: dotted;
|
4394
4394
|
}
|
4395
4395
|
}
|
@@ -4561,7 +4561,7 @@ fieldset[disabled] .bx--form__helper-text {
|
|
4561
4561
|
|
4562
4562
|
@media (min-width: 42rem) {
|
4563
4563
|
.bx--tabs--container .bx--tabs__nav-item.bx--tabs__nav-item--disabled,
|
4564
|
-
.bx--tabs--container .bx--tabs__nav-item.bx--tabs__nav-item--disabled:hover {
|
4564
|
+
.bx--tabs--container .bx--tabs__nav-item.bx--tabs__nav-item--disabled:hover {
|
4565
4565
|
background-color: var(--cds-disabled-02, #c6c6c6);
|
4566
4566
|
}
|
4567
4567
|
}
|
@@ -4583,8 +4583,8 @@ fieldset[disabled] .bx--form__helper-text {
|
|
4583
4583
|
display: flex;
|
4584
4584
|
}
|
4585
4585
|
.bx--tabs__nav-item--selected:not(.bx--tabs__nav-item--disabled) .bx--tabs__nav-link,
|
4586
|
-
.bx--tabs__nav-item--selected:not(.bx--tabs__nav-item--disabled) .bx--tabs__nav-link:focus,
|
4587
|
-
.bx--tabs__nav-item--selected:not(.bx--tabs__nav-item--disabled) .bx--tabs__nav-link:active {
|
4586
|
+
.bx--tabs__nav-item--selected:not(.bx--tabs__nav-item--disabled) .bx--tabs__nav-link:focus,
|
4587
|
+
.bx--tabs__nav-item--selected:not(.bx--tabs__nav-item--disabled) .bx--tabs__nav-link:active {
|
4588
4588
|
font-size: var(--cds-productive-heading-01-font-size, 0.875rem);
|
4589
4589
|
font-weight: var(--cds-productive-heading-01-font-weight, 600);
|
4590
4590
|
line-height: var(--cds-productive-heading-01-line-height, 1.28572);
|
@@ -4596,20 +4596,20 @@ fieldset[disabled] .bx--form__helper-text {
|
|
4596
4596
|
|
4597
4597
|
@media (min-width: 42rem) {
|
4598
4598
|
.bx--tabs--container .bx--tabs__nav-item--selected:not(.bx--tabs__nav-item--disabled),
|
4599
|
-
.bx--tabs--container .bx--tabs__nav-item--selected:hover:not(.bx--tabs__nav-item--disabled) {
|
4599
|
+
.bx--tabs--container .bx--tabs__nav-item--selected:hover:not(.bx--tabs__nav-item--disabled) {
|
4600
4600
|
background-color: var(--cds-ui-01, #f4f4f4);
|
4601
4601
|
}
|
4602
4602
|
.bx--tabs--container .bx--tabs__nav-item--selected:not(.bx--tabs__nav-item--disabled) .bx--tabs__nav-link,
|
4603
|
-
.bx--tabs--container .bx--tabs__nav-item--selected:hover:not(.bx--tabs__nav-item--disabled) .bx--tabs__nav-link {
|
4603
|
+
.bx--tabs--container .bx--tabs__nav-item--selected:hover:not(.bx--tabs__nav-item--disabled) .bx--tabs__nav-link {
|
4604
4604
|
padding: var(--cds-spacing-03, 0.5rem) var(--cds-spacing-05, 1rem);
|
4605
4605
|
border-bottom: none;
|
4606
4606
|
box-shadow: inset 0 2px 0 0 var(--cds-interactive-04, #0f62fe);
|
4607
4607
|
line-height: calc(3rem - (var(--cds-spacing-03, 0.5rem) * 2));
|
4608
4608
|
}
|
4609
4609
|
.bx--tabs--container .bx--tabs__nav-item--selected:not(.bx--tabs__nav-item--disabled) .bx--tabs__nav-link:focus,
|
4610
|
-
.bx--tabs--container .bx--tabs__nav-item--selected:not(.bx--tabs__nav-item--disabled) .bx--tabs__nav-link:active,
|
4611
|
-
.bx--tabs--container .bx--tabs__nav-item--selected:hover:not(.bx--tabs__nav-item--disabled) .bx--tabs__nav-link:focus,
|
4612
|
-
.bx--tabs--container .bx--tabs__nav-item--selected:hover:not(.bx--tabs__nav-item--disabled) .bx--tabs__nav-link:active {
|
4610
|
+
.bx--tabs--container .bx--tabs__nav-item--selected:not(.bx--tabs__nav-item--disabled) .bx--tabs__nav-link:active,
|
4611
|
+
.bx--tabs--container .bx--tabs__nav-item--selected:hover:not(.bx--tabs__nav-item--disabled) .bx--tabs__nav-link:focus,
|
4612
|
+
.bx--tabs--container .bx--tabs__nav-item--selected:hover:not(.bx--tabs__nav-item--disabled) .bx--tabs__nav-link:active {
|
4613
4613
|
box-shadow: none;
|
4614
4614
|
}
|
4615
4615
|
}
|
@@ -5773,13 +5773,13 @@ a.bx--tabs__nav-link:focus, a.bx--tabs__nav-link:active {
|
|
5773
5773
|
|
5774
5774
|
@media (min-width: 42rem) {
|
5775
5775
|
.bx--col,
|
5776
|
-
.bx--col-md {
|
5776
|
+
.bx--col-md {
|
5777
5777
|
max-width: 100%;
|
5778
5778
|
flex-basis: 0;
|
5779
5779
|
flex-grow: 1;
|
5780
5780
|
}
|
5781
5781
|
.bx--col--auto,
|
5782
|
-
.bx--col-md--auto {
|
5782
|
+
.bx--col-md--auto {
|
5783
5783
|
width: auto;
|
5784
5784
|
max-width: 100%;
|
5785
5785
|
flex: 1 0 0%;
|
@@ -6111,13 +6111,13 @@ a.bx--tabs__nav-link:focus, a.bx--tabs__nav-link:active {
|
|
6111
6111
|
|
6112
6112
|
@media (min-width: 66rem) {
|
6113
6113
|
.bx--col,
|
6114
|
-
.bx--col-lg {
|
6114
|
+
.bx--col-lg {
|
6115
6115
|
max-width: 100%;
|
6116
6116
|
flex-basis: 0;
|
6117
6117
|
flex-grow: 1;
|
6118
6118
|
}
|
6119
6119
|
.bx--col--auto,
|
6120
|
-
.bx--col-lg--auto {
|
6120
|
+
.bx--col-lg--auto {
|
6121
6121
|
width: auto;
|
6122
6122
|
max-width: 100%;
|
6123
6123
|
flex: 1 0 0%;
|
@@ -6513,13 +6513,13 @@ a.bx--tabs__nav-link:focus, a.bx--tabs__nav-link:active {
|
|
6513
6513
|
|
6514
6514
|
@media (min-width: 82rem) {
|
6515
6515
|
.bx--col,
|
6516
|
-
.bx--col-xlg {
|
6516
|
+
.bx--col-xlg {
|
6517
6517
|
max-width: 100%;
|
6518
6518
|
flex-basis: 0;
|
6519
6519
|
flex-grow: 1;
|
6520
6520
|
}
|
6521
6521
|
.bx--col--auto,
|
6522
|
-
.bx--col-xlg--auto {
|
6522
|
+
.bx--col-xlg--auto {
|
6523
6523
|
width: auto;
|
6524
6524
|
max-width: 100%;
|
6525
6525
|
flex: 1 0 0%;
|
@@ -6915,13 +6915,13 @@ a.bx--tabs__nav-link:focus, a.bx--tabs__nav-link:active {
|
|
6915
6915
|
|
6916
6916
|
@media (min-width: 99rem) {
|
6917
6917
|
.bx--col,
|
6918
|
-
.bx--col-max {
|
6918
|
+
.bx--col-max {
|
6919
6919
|
max-width: 100%;
|
6920
6920
|
flex-basis: 0;
|
6921
6921
|
flex-grow: 1;
|
6922
6922
|
}
|
6923
6923
|
.bx--col--auto,
|
6924
|
-
.bx--col-max--auto {
|
6924
|
+
.bx--col-max--auto {
|
6925
6925
|
width: auto;
|
6926
6926
|
max-width: 100%;
|
6927
6927
|
flex: 1 0 0%;
|
@@ -7174,7 +7174,7 @@ a.bx--tabs__nav-link:focus, a.bx--tabs__nav-link:active {
|
|
7174
7174
|
}
|
7175
7175
|
@media (prefers-reduced-motion: no-preference) {
|
7176
7176
|
.c4p--cascade__element,
|
7177
|
-
.c4p--cascade__col {
|
7177
|
+
.c4p--cascade__col {
|
7178
7178
|
animation: 240ms cubic-bezier(0.2, 0, 0.38, 0.9) 0s 1 fade;
|
7179
7179
|
animation-fill-mode: forwards;
|
7180
7180
|
opacity: 0;
|
@@ -7282,7 +7282,7 @@ a.bx--tabs__nav-link:focus, a.bx--tabs__nav-link:active {
|
|
7282
7282
|
}
|
7283
7283
|
@media screen and (prefers-contrast) {
|
7284
7284
|
.bx--overflow-menu:focus,
|
7285
|
-
.bx--overflow-menu__trigger:focus {
|
7285
|
+
.bx--overflow-menu__trigger:focus {
|
7286
7286
|
outline-style: dotted;
|
7287
7287
|
}
|
7288
7288
|
}
|
@@ -7608,7 +7608,7 @@ a.bx--overflow-menu-options__btn::before {
|
|
7608
7608
|
/* stylelint-disable */
|
7609
7609
|
@media screen and (-ms-high-contrast: active), (forced-colors: active) {
|
7610
7610
|
.bx--overflow-menu:focus,
|
7611
|
-
.bx--overflow-menu-options__btn:focus {
|
7611
|
+
.bx--overflow-menu-options__btn:focus {
|
7612
7612
|
color: Highlight;
|
7613
7613
|
outline: 1px solid Highlight;
|
7614
7614
|
}
|
@@ -8066,8 +8066,8 @@ a.bx--overflow-menu-options__btn::before {
|
|
8066
8066
|
}
|
8067
8067
|
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
|
8068
8068
|
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top::before, .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top::after,
|
8069
|
-
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top .bx--assistive-text,
|
8070
|
-
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top + .bx--assistive-text {
|
8069
|
+
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top .bx--assistive-text,
|
8070
|
+
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top + .bx--assistive-text {
|
8071
8071
|
display: inline-block;
|
8072
8072
|
}
|
8073
8073
|
}
|
@@ -8119,29 +8119,29 @@ a.bx--overflow-menu-options__btn::before {
|
|
8119
8119
|
}
|
8120
8120
|
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
|
8121
8121
|
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top::after,
|
8122
|
-
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top .bx--assistive-text,
|
8123
|
-
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top + .bx--assistive-text {
|
8122
|
+
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top .bx--assistive-text,
|
8123
|
+
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top + .bx--assistive-text {
|
8124
8124
|
width: auto;
|
8125
8125
|
}
|
8126
8126
|
}
|
8127
8127
|
@supports (-ms-accelerator: true) {
|
8128
8128
|
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top::after,
|
8129
|
-
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top .bx--assistive-text,
|
8130
|
-
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top + .bx--assistive-text {
|
8129
|
+
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top .bx--assistive-text,
|
8130
|
+
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top + .bx--assistive-text {
|
8131
8131
|
width: auto;
|
8132
8132
|
}
|
8133
8133
|
}
|
8134
8134
|
@supports (-ms-ime-align: auto) {
|
8135
8135
|
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top::after,
|
8136
|
-
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top .bx--assistive-text,
|
8137
|
-
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top + .bx--assistive-text {
|
8136
|
+
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top .bx--assistive-text,
|
8137
|
+
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top + .bx--assistive-text {
|
8138
8138
|
width: auto;
|
8139
8139
|
}
|
8140
8140
|
}
|
8141
8141
|
@media screen and (-ms-high-contrast: active), screen and (prefers-contrast) {
|
8142
8142
|
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top::after,
|
8143
|
-
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top .bx--assistive-text,
|
8144
|
-
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top + .bx--assistive-text {
|
8143
|
+
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top .bx--assistive-text,
|
8144
|
+
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top + .bx--assistive-text {
|
8145
8145
|
border: 1px solid transparent;
|
8146
8146
|
}
|
8147
8147
|
}
|
@@ -8325,8 +8325,8 @@ a.bx--overflow-menu-options__btn::before {
|
|
8325
8325
|
}
|
8326
8326
|
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
|
8327
8327
|
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom::before, .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom::after,
|
8328
|
-
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom .bx--assistive-text,
|
8329
|
-
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom + .bx--assistive-text {
|
8328
|
+
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom .bx--assistive-text,
|
8329
|
+
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom + .bx--assistive-text {
|
8330
8330
|
display: inline-block;
|
8331
8331
|
}
|
8332
8332
|
}
|
@@ -8378,29 +8378,29 @@ a.bx--overflow-menu-options__btn::before {
|
|
8378
8378
|
}
|
8379
8379
|
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
|
8380
8380
|
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom::after,
|
8381
|
-
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom .bx--assistive-text,
|
8382
|
-
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom + .bx--assistive-text {
|
8381
|
+
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom .bx--assistive-text,
|
8382
|
+
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom + .bx--assistive-text {
|
8383
8383
|
width: auto;
|
8384
8384
|
}
|
8385
8385
|
}
|
8386
8386
|
@supports (-ms-accelerator: true) {
|
8387
8387
|
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom::after,
|
8388
|
-
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom .bx--assistive-text,
|
8389
|
-
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom + .bx--assistive-text {
|
8388
|
+
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom .bx--assistive-text,
|
8389
|
+
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom + .bx--assistive-text {
|
8390
8390
|
width: auto;
|
8391
8391
|
}
|
8392
8392
|
}
|
8393
8393
|
@supports (-ms-ime-align: auto) {
|
8394
8394
|
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom::after,
|
8395
|
-
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom .bx--assistive-text,
|
8396
|
-
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom + .bx--assistive-text {
|
8395
|
+
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom .bx--assistive-text,
|
8396
|
+
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom + .bx--assistive-text {
|
8397
8397
|
width: auto;
|
8398
8398
|
}
|
8399
8399
|
}
|
8400
8400
|
@media screen and (-ms-high-contrast: active), screen and (prefers-contrast) {
|
8401
8401
|
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom::after,
|
8402
|
-
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom .bx--assistive-text,
|
8403
|
-
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom + .bx--assistive-text {
|
8402
|
+
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom .bx--assistive-text,
|
8403
|
+
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom + .bx--assistive-text {
|
8404
8404
|
border: 1px solid transparent;
|
8405
8405
|
}
|
8406
8406
|
}
|
@@ -8618,8 +8618,8 @@ a.bx--overflow-menu-options__btn::before {
|
|
8618
8618
|
}
|
8619
8619
|
@media screen and (prefers-reduced-motion: reduce) {
|
8620
8620
|
.bx--tooltip--icon__top::before, .bx--tooltip--icon__top::after,
|
8621
|
-
.bx--tooltip--icon__bottom::before,
|
8622
|
-
.bx--tooltip--icon__bottom::after {
|
8621
|
+
.bx--tooltip--icon__bottom::before,
|
8622
|
+
.bx--tooltip--icon__bottom::after {
|
8623
8623
|
transition: none;
|
8624
8624
|
}
|
8625
8625
|
}
|
@@ -8676,7 +8676,7 @@ a.bx--overflow-menu-options__btn::before {
|
|
8676
8676
|
}
|
8677
8677
|
@media screen and (prefers-contrast) {
|
8678
8678
|
.bx--tooltip--icon__top:focus svg,
|
8679
|
-
.bx--tooltip--icon__bottom:focus svg {
|
8679
|
+
.bx--tooltip--icon__bottom:focus svg {
|
8680
8680
|
outline-style: dotted;
|
8681
8681
|
}
|
8682
8682
|
}
|
@@ -8796,8 +8796,8 @@ a.bx--overflow-menu-options__btn::before {
|
|
8796
8796
|
}
|
8797
8797
|
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
|
8798
8798
|
.bx--tooltip__trigger.bx--tooltip--top::before, .bx--tooltip__trigger.bx--tooltip--top::after,
|
8799
|
-
.bx--tooltip__trigger.bx--tooltip--top .bx--assistive-text,
|
8800
|
-
.bx--tooltip__trigger.bx--tooltip--top + .bx--assistive-text {
|
8799
|
+
.bx--tooltip__trigger.bx--tooltip--top .bx--assistive-text,
|
8800
|
+
.bx--tooltip__trigger.bx--tooltip--top + .bx--assistive-text {
|
8801
8801
|
display: inline-block;
|
8802
8802
|
}
|
8803
8803
|
}
|
@@ -8849,29 +8849,29 @@ a.bx--overflow-menu-options__btn::before {
|
|
8849
8849
|
}
|
8850
8850
|
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
|
8851
8851
|
.bx--tooltip__trigger.bx--tooltip--top::after,
|
8852
|
-
.bx--tooltip__trigger.bx--tooltip--top .bx--assistive-text,
|
8853
|
-
.bx--tooltip__trigger.bx--tooltip--top + .bx--assistive-text {
|
8852
|
+
.bx--tooltip__trigger.bx--tooltip--top .bx--assistive-text,
|
8853
|
+
.bx--tooltip__trigger.bx--tooltip--top + .bx--assistive-text {
|
8854
8854
|
width: auto;
|
8855
8855
|
}
|
8856
8856
|
}
|
8857
8857
|
@supports (-ms-accelerator: true) {
|
8858
8858
|
.bx--tooltip__trigger.bx--tooltip--top::after,
|
8859
|
-
.bx--tooltip__trigger.bx--tooltip--top .bx--assistive-text,
|
8860
|
-
.bx--tooltip__trigger.bx--tooltip--top + .bx--assistive-text {
|
8859
|
+
.bx--tooltip__trigger.bx--tooltip--top .bx--assistive-text,
|
8860
|
+
.bx--tooltip__trigger.bx--tooltip--top + .bx--assistive-text {
|
8861
8861
|
width: auto;
|
8862
8862
|
}
|
8863
8863
|
}
|
8864
8864
|
@supports (-ms-ime-align: auto) {
|
8865
8865
|
.bx--tooltip__trigger.bx--tooltip--top::after,
|
8866
|
-
.bx--tooltip__trigger.bx--tooltip--top .bx--assistive-text,
|
8867
|
-
.bx--tooltip__trigger.bx--tooltip--top + .bx--assistive-text {
|
8866
|
+
.bx--tooltip__trigger.bx--tooltip--top .bx--assistive-text,
|
8867
|
+
.bx--tooltip__trigger.bx--tooltip--top + .bx--assistive-text {
|
8868
8868
|
width: auto;
|
8869
8869
|
}
|
8870
8870
|
}
|
8871
8871
|
@media screen and (-ms-high-contrast: active), screen and (prefers-contrast) {
|
8872
8872
|
.bx--tooltip__trigger.bx--tooltip--top::after,
|
8873
|
-
.bx--tooltip__trigger.bx--tooltip--top .bx--assistive-text,
|
8874
|
-
.bx--tooltip__trigger.bx--tooltip--top + .bx--assistive-text {
|
8873
|
+
.bx--tooltip__trigger.bx--tooltip--top .bx--assistive-text,
|
8874
|
+
.bx--tooltip__trigger.bx--tooltip--top + .bx--assistive-text {
|
8875
8875
|
border: 1px solid transparent;
|
8876
8876
|
}
|
8877
8877
|
}
|
@@ -9067,8 +9067,8 @@ a.bx--overflow-menu-options__btn::before {
|
|
9067
9067
|
}
|
9068
9068
|
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
|
9069
9069
|
.bx--tooltip__trigger.bx--tooltip--right::before, .bx--tooltip__trigger.bx--tooltip--right::after,
|
9070
|
-
.bx--tooltip__trigger.bx--tooltip--right .bx--assistive-text,
|
9071
|
-
.bx--tooltip__trigger.bx--tooltip--right + .bx--assistive-text {
|
9070
|
+
.bx--tooltip__trigger.bx--tooltip--right .bx--assistive-text,
|
9071
|
+
.bx--tooltip__trigger.bx--tooltip--right + .bx--assistive-text {
|
9072
9072
|
display: inline-block;
|
9073
9073
|
}
|
9074
9074
|
}
|
@@ -9120,29 +9120,29 @@ a.bx--overflow-menu-options__btn::before {
|
|
9120
9120
|
}
|
9121
9121
|
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
|
9122
9122
|
.bx--tooltip__trigger.bx--tooltip--right::after,
|
9123
|
-
.bx--tooltip__trigger.bx--tooltip--right .bx--assistive-text,
|
9124
|
-
.bx--tooltip__trigger.bx--tooltip--right + .bx--assistive-text {
|
9123
|
+
.bx--tooltip__trigger.bx--tooltip--right .bx--assistive-text,
|
9124
|
+
.bx--tooltip__trigger.bx--tooltip--right + .bx--assistive-text {
|
9125
9125
|
width: auto;
|
9126
9126
|
}
|
9127
9127
|
}
|
9128
9128
|
@supports (-ms-accelerator: true) {
|
9129
9129
|
.bx--tooltip__trigger.bx--tooltip--right::after,
|
9130
|
-
.bx--tooltip__trigger.bx--tooltip--right .bx--assistive-text,
|
9131
|
-
.bx--tooltip__trigger.bx--tooltip--right + .bx--assistive-text {
|
9130
|
+
.bx--tooltip__trigger.bx--tooltip--right .bx--assistive-text,
|
9131
|
+
.bx--tooltip__trigger.bx--tooltip--right + .bx--assistive-text {
|
9132
9132
|
width: auto;
|
9133
9133
|
}
|
9134
9134
|
}
|
9135
9135
|
@supports (-ms-ime-align: auto) {
|
9136
9136
|
.bx--tooltip__trigger.bx--tooltip--right::after,
|
9137
|
-
.bx--tooltip__trigger.bx--tooltip--right .bx--assistive-text,
|
9138
|
-
.bx--tooltip__trigger.bx--tooltip--right + .bx--assistive-text {
|
9137
|
+
.bx--tooltip__trigger.bx--tooltip--right .bx--assistive-text,
|
9138
|
+
.bx--tooltip__trigger.bx--tooltip--right + .bx--assistive-text {
|
9139
9139
|
width: auto;
|
9140
9140
|
}
|
9141
9141
|
}
|
9142
9142
|
@media screen and (-ms-high-contrast: active), screen and (prefers-contrast) {
|
9143
9143
|
.bx--tooltip__trigger.bx--tooltip--right::after,
|
9144
|
-
.bx--tooltip__trigger.bx--tooltip--right .bx--assistive-text,
|
9145
|
-
.bx--tooltip__trigger.bx--tooltip--right + .bx--assistive-text {
|
9144
|
+
.bx--tooltip__trigger.bx--tooltip--right .bx--assistive-text,
|
9145
|
+
.bx--tooltip__trigger.bx--tooltip--right + .bx--assistive-text {
|
9146
9146
|
border: 1px solid transparent;
|
9147
9147
|
}
|
9148
9148
|
}
|
@@ -9333,8 +9333,8 @@ a.bx--overflow-menu-options__btn::before {
|
|
9333
9333
|
}
|
9334
9334
|
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
|
9335
9335
|
.bx--tooltip__trigger.bx--tooltip--bottom::before, .bx--tooltip__trigger.bx--tooltip--bottom::after,
|
9336
|
-
.bx--tooltip__trigger.bx--tooltip--bottom .bx--assistive-text,
|
9337
|
-
.bx--tooltip__trigger.bx--tooltip--bottom + .bx--assistive-text {
|
9336
|
+
.bx--tooltip__trigger.bx--tooltip--bottom .bx--assistive-text,
|
9337
|
+
.bx--tooltip__trigger.bx--tooltip--bottom + .bx--assistive-text {
|
9338
9338
|
display: inline-block;
|
9339
9339
|
}
|
9340
9340
|
}
|
@@ -9386,29 +9386,29 @@ a.bx--overflow-menu-options__btn::before {
|
|
9386
9386
|
}
|
9387
9387
|
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
|
9388
9388
|
.bx--tooltip__trigger.bx--tooltip--bottom::after,
|
9389
|
-
.bx--tooltip__trigger.bx--tooltip--bottom .bx--assistive-text,
|
9390
|
-
.bx--tooltip__trigger.bx--tooltip--bottom + .bx--assistive-text {
|
9389
|
+
.bx--tooltip__trigger.bx--tooltip--bottom .bx--assistive-text,
|
9390
|
+
.bx--tooltip__trigger.bx--tooltip--bottom + .bx--assistive-text {
|
9391
9391
|
width: auto;
|
9392
9392
|
}
|
9393
9393
|
}
|
9394
9394
|
@supports (-ms-accelerator: true) {
|
9395
9395
|
.bx--tooltip__trigger.bx--tooltip--bottom::after,
|
9396
|
-
.bx--tooltip__trigger.bx--tooltip--bottom .bx--assistive-text,
|
9397
|
-
.bx--tooltip__trigger.bx--tooltip--bottom + .bx--assistive-text {
|
9396
|
+
.bx--tooltip__trigger.bx--tooltip--bottom .bx--assistive-text,
|
9397
|
+
.bx--tooltip__trigger.bx--tooltip--bottom + .bx--assistive-text {
|
9398
9398
|
width: auto;
|
9399
9399
|
}
|
9400
9400
|
}
|
9401
9401
|
@supports (-ms-ime-align: auto) {
|
9402
9402
|
.bx--tooltip__trigger.bx--tooltip--bottom::after,
|
9403
|
-
.bx--tooltip__trigger.bx--tooltip--bottom .bx--assistive-text,
|
9404
|
-
.bx--tooltip__trigger.bx--tooltip--bottom + .bx--assistive-text {
|
9403
|
+
.bx--tooltip__trigger.bx--tooltip--bottom .bx--assistive-text,
|
9404
|
+
.bx--tooltip__trigger.bx--tooltip--bottom + .bx--assistive-text {
|
9405
9405
|
width: auto;
|
9406
9406
|
}
|
9407
9407
|
}
|
9408
9408
|
@media screen and (-ms-high-contrast: active), screen and (prefers-contrast) {
|
9409
9409
|
.bx--tooltip__trigger.bx--tooltip--bottom::after,
|
9410
|
-
.bx--tooltip__trigger.bx--tooltip--bottom .bx--assistive-text,
|
9411
|
-
.bx--tooltip__trigger.bx--tooltip--bottom + .bx--assistive-text {
|
9410
|
+
.bx--tooltip__trigger.bx--tooltip--bottom .bx--assistive-text,
|
9411
|
+
.bx--tooltip__trigger.bx--tooltip--bottom + .bx--assistive-text {
|
9412
9412
|
border: 1px solid transparent;
|
9413
9413
|
}
|
9414
9414
|
}
|
@@ -9602,8 +9602,8 @@ a.bx--overflow-menu-options__btn::before {
|
|
9602
9602
|
}
|
9603
9603
|
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
|
9604
9604
|
.bx--tooltip__trigger.bx--tooltip--left::before, .bx--tooltip__trigger.bx--tooltip--left::after,
|
9605
|
-
.bx--tooltip__trigger.bx--tooltip--left .bx--assistive-text,
|
9606
|
-
.bx--tooltip__trigger.bx--tooltip--left + .bx--assistive-text {
|
9605
|
+
.bx--tooltip__trigger.bx--tooltip--left .bx--assistive-text,
|
9606
|
+
.bx--tooltip__trigger.bx--tooltip--left + .bx--assistive-text {
|
9607
9607
|
display: inline-block;
|
9608
9608
|
}
|
9609
9609
|
}
|
@@ -9655,29 +9655,29 @@ a.bx--overflow-menu-options__btn::before {
|
|
9655
9655
|
}
|
9656
9656
|
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
|
9657
9657
|
.bx--tooltip__trigger.bx--tooltip--left::after,
|
9658
|
-
.bx--tooltip__trigger.bx--tooltip--left .bx--assistive-text,
|
9659
|
-
.bx--tooltip__trigger.bx--tooltip--left + .bx--assistive-text {
|
9658
|
+
.bx--tooltip__trigger.bx--tooltip--left .bx--assistive-text,
|
9659
|
+
.bx--tooltip__trigger.bx--tooltip--left + .bx--assistive-text {
|
9660
9660
|
width: auto;
|
9661
9661
|
}
|
9662
9662
|
}
|
9663
9663
|
@supports (-ms-accelerator: true) {
|
9664
9664
|
.bx--tooltip__trigger.bx--tooltip--left::after,
|
9665
|
-
.bx--tooltip__trigger.bx--tooltip--left .bx--assistive-text,
|
9666
|
-
.bx--tooltip__trigger.bx--tooltip--left + .bx--assistive-text {
|
9665
|
+
.bx--tooltip__trigger.bx--tooltip--left .bx--assistive-text,
|
9666
|
+
.bx--tooltip__trigger.bx--tooltip--left + .bx--assistive-text {
|
9667
9667
|
width: auto;
|
9668
9668
|
}
|
9669
9669
|
}
|
9670
9670
|
@supports (-ms-ime-align: auto) {
|
9671
9671
|
.bx--tooltip__trigger.bx--tooltip--left::after,
|
9672
|
-
.bx--tooltip__trigger.bx--tooltip--left .bx--assistive-text,
|
9673
|
-
.bx--tooltip__trigger.bx--tooltip--left + .bx--assistive-text {
|
9672
|
+
.bx--tooltip__trigger.bx--tooltip--left .bx--assistive-text,
|
9673
|
+
.bx--tooltip__trigger.bx--tooltip--left + .bx--assistive-text {
|
9674
9674
|
width: auto;
|
9675
9675
|
}
|
9676
9676
|
}
|
9677
9677
|
@media screen and (-ms-high-contrast: active), screen and (prefers-contrast) {
|
9678
9678
|
.bx--tooltip__trigger.bx--tooltip--left::after,
|
9679
|
-
.bx--tooltip__trigger.bx--tooltip--left .bx--assistive-text,
|
9680
|
-
.bx--tooltip__trigger.bx--tooltip--left + .bx--assistive-text {
|
9679
|
+
.bx--tooltip__trigger.bx--tooltip--left .bx--assistive-text,
|
9680
|
+
.bx--tooltip__trigger.bx--tooltip--left + .bx--assistive-text {
|
9681
9681
|
border: 1px solid transparent;
|
9682
9682
|
}
|
9683
9683
|
}
|
@@ -9837,8 +9837,8 @@ a.bx--overflow-menu-options__btn::before {
|
|
9837
9837
|
/* stylelint-disable */
|
9838
9838
|
@media screen and (-ms-high-contrast: active), (forced-colors: active) {
|
9839
9839
|
.bx--tooltip__trigger svg,
|
9840
|
-
.bx--tooltip__trigger:hover svg,
|
9841
|
-
.bx--tooltip__trigger:focus svg {
|
9840
|
+
.bx--tooltip__trigger:hover svg,
|
9841
|
+
.bx--tooltip__trigger:focus svg {
|
9842
9842
|
fill: ButtonText;
|
9843
9843
|
}
|
9844
9844
|
}
|
@@ -10727,7 +10727,7 @@ a.bx--overflow-menu-options__btn::before {
|
|
10727
10727
|
|
10728
10728
|
@media screen and (-ms-high-contrast: active), (forced-colors: active) {
|
10729
10729
|
.bx--toggle__switch::after,
|
10730
|
-
.bx--toggle-input:checked + .bx--toggle-input__label > .bx--toggle__switch::after {
|
10730
|
+
.bx--toggle-input:checked + .bx--toggle-input__label > .bx--toggle__switch::after {
|
10731
10731
|
outline: 1px solid transparent;
|
10732
10732
|
background-color: ButtonText;
|
10733
10733
|
}
|
@@ -10792,9 +10792,9 @@ a.bx--overflow-menu-options__btn::before {
|
|
10792
10792
|
|
10793
10793
|
@media (prefers-reduced-motion) {
|
10794
10794
|
.c4p--create-influencer__side-nav-opening,
|
10795
|
-
.c4p--create-influencer__progress-indicator-opening,
|
10796
|
-
.c4p--create-influencer__side-nav-closing,
|
10797
|
-
.c4p--create-influencer__progress-indicator-closing {
|
10795
|
+
.c4p--create-influencer__progress-indicator-opening,
|
10796
|
+
.c4p--create-influencer__side-nav-closing,
|
10797
|
+
.c4p--create-influencer__progress-indicator-closing {
|
10798
10798
|
animation: none;
|
10799
10799
|
opacity: 1;
|
10800
10800
|
}
|
@@ -12100,7 +12100,7 @@ a.bx--side-nav__link:focus,
|
|
12100
12100
|
}
|
12101
12101
|
@media screen and (prefers-contrast) {
|
12102
12102
|
a.bx--side-nav__link:focus,
|
12103
|
-
.bx--side-nav a.bx--header__menu-item:focus {
|
12103
|
+
.bx--side-nav a.bx--header__menu-item:focus {
|
12104
12104
|
outline-style: dotted;
|
12105
12105
|
}
|
12106
12106
|
}
|
@@ -12233,9 +12233,9 @@ a.bx--side-nav__link--current::before {
|
|
12233
12233
|
|
12234
12234
|
@media screen and (-ms-high-contrast: active), (forced-colors: active) {
|
12235
12235
|
.bx--side-nav__icon > svg,
|
12236
|
-
.bx--side-nav a.bx--header__menu-item:hover .bx--header__menu-arrow,
|
12237
|
-
.bx--side-nav a.bx--header__menu-item:focus .bx--header__menu-arrow,
|
12238
|
-
.bx--side-nav .bx--header__menu-arrow {
|
12236
|
+
.bx--side-nav a.bx--header__menu-item:hover .bx--header__menu-arrow,
|
12237
|
+
.bx--side-nav a.bx--header__menu-item:focus .bx--header__menu-arrow,
|
12238
|
+
.bx--side-nav .bx--header__menu-arrow {
|
12239
12239
|
fill: ButtonText;
|
12240
12240
|
}
|
12241
12241
|
}
|
@@ -13218,6 +13218,14 @@ a.bx--side-nav__link--current::before {
|
|
13218
13218
|
letter-spacing: var(--cds-productive-heading-03-letter-spacing, 0);
|
13219
13219
|
}
|
13220
13220
|
|
13221
|
+
.c4p--filter-summary {
|
13222
|
+
display: flex;
|
13223
|
+
width: 100%;
|
13224
|
+
align-items: center;
|
13225
|
+
padding: var(--cds-spacing-03, 0.5rem);
|
13226
|
+
background: var(--cds-ui-01, #f4f4f4);
|
13227
|
+
}
|
13228
|
+
|
13221
13229
|
.c4p--http-errors .c4p--http-errors__content {
|
13222
13230
|
position: fixed;
|
13223
13231
|
z-index: 2;
|
@@ -13246,7 +13254,7 @@ a.bx--side-nav__link--current::before {
|
|
13246
13254
|
|
13247
13255
|
.c4p--http-errors .c4p--http-errors__title {
|
13248
13256
|
font-size: var(--cds-productive-heading-05-font-size, 2rem);
|
13249
|
-
font-weight: var(--cds-productive-heading-05-font-weight,
|
13257
|
+
font-weight: var(--cds-productive-heading-05-font-weight, 400);
|
13250
13258
|
line-height: var(--cds-productive-heading-05-line-height, 1.25);
|
13251
13259
|
letter-spacing: var(--cds-productive-heading-05-letter-spacing, 0);
|
13252
13260
|
margin-bottom: var(--cds-spacing-04, 0.75rem);
|
@@ -13770,7 +13778,7 @@ a.bx--side-nav__link--current::before {
|
|
13770
13778
|
}
|
13771
13779
|
@media (prefers-reduced-motion: reduce) {
|
13772
13780
|
.modified-tabs__tab-new-img,
|
13773
|
-
.modified-tabs__tab-close {
|
13781
|
+
.modified-tabs__tab-close {
|
13774
13782
|
transition: none;
|
13775
13783
|
}
|
13776
13784
|
}
|
@@ -14662,7 +14670,7 @@ button.c4p--add-select__global-filter-toggle--open {
|
|
14662
14670
|
--cds-productive-heading-04-line-height: 1.28572;
|
14663
14671
|
--cds-productive-heading-04-letter-spacing: 0;
|
14664
14672
|
--cds-productive-heading-05-font-size: 2rem;
|
14665
|
-
--cds-productive-heading-05-font-weight:
|
14673
|
+
--cds-productive-heading-05-font-weight: 400;
|
14666
14674
|
--cds-productive-heading-05-line-height: 1.25;
|
14667
14675
|
--cds-productive-heading-05-letter-spacing: 0;
|
14668
14676
|
--cds-productive-heading-06-font-size: 2.625rem;
|
@@ -14690,7 +14698,7 @@ button.c4p--add-select__global-filter-toggle--open {
|
|
14690
14698
|
--cds-expressive-heading-04-line-height: 1.28572;
|
14691
14699
|
--cds-expressive-heading-04-letter-spacing: 0;
|
14692
14700
|
--cds-expressive-heading-05-font-size: 2rem;
|
14693
|
-
--cds-expressive-heading-05-font-weight:
|
14701
|
+
--cds-expressive-heading-05-font-weight: 400;
|
14694
14702
|
--cds-expressive-heading-05-line-height: 1.25;
|
14695
14703
|
--cds-expressive-heading-05-letter-spacing: 0;
|
14696
14704
|
--cds-expressive-heading-06-font-size: 2rem;
|
@@ -14768,7 +14776,7 @@ button.c4p--add-select__global-filter-toggle--open {
|
|
14768
14776
|
--cds-heading-04-line-height: 1.28572;
|
14769
14777
|
--cds-heading-04-letter-spacing: 0;
|
14770
14778
|
--cds-heading-05-font-size: 2rem;
|
14771
|
-
--cds-heading-05-font-weight:
|
14779
|
+
--cds-heading-05-font-weight: 400;
|
14772
14780
|
--cds-heading-05-line-height: 1.25;
|
14773
14781
|
--cds-heading-05-letter-spacing: 0;
|
14774
14782
|
--cds-heading-06-font-size: 2.625rem;
|
@@ -14788,7 +14796,7 @@ button.c4p--add-select__global-filter-toggle--open {
|
|
14788
14796
|
--cds-fluid-heading-04-line-height: 1.28572;
|
14789
14797
|
--cds-fluid-heading-04-letter-spacing: 0;
|
14790
14798
|
--cds-fluid-heading-05-font-size: 2rem;
|
14791
|
-
--cds-fluid-heading-05-font-weight:
|
14799
|
+
--cds-fluid-heading-05-font-weight: 400;
|
14792
14800
|
--cds-fluid-heading-05-line-height: 1.25;
|
14793
14801
|
--cds-fluid-heading-05-letter-spacing: 0;
|
14794
14802
|
--cds-fluid-heading-06-font-size: 2rem;
|
@@ -15009,7 +15017,7 @@ button.c4p--add-select__global-filter-toggle--open {
|
|
15009
15017
|
}
|
15010
15018
|
@media (prefers-reduced-motion: reduce) {
|
15011
15019
|
.c4p--notifications-panel__container .c4p--notifications-panel__notification .c4p--notifications-panel__notification-content .c4p--notifications-panel__notification-read-more-button .bx--btn__icon,
|
15012
|
-
.c4p--notifications-panel__container .c4p--notifications-panel__notification .c4p--notifications-panel__notification-content .c4p--notifications-panel__notification-read-less-button .bx--btn__icon {
|
15020
|
+
.c4p--notifications-panel__container .c4p--notifications-panel__notification .c4p--notifications-panel__notification-content .c4p--notifications-panel__notification-read-less-button .bx--btn__icon {
|
15013
15021
|
transition: none;
|
15014
15022
|
}
|
15015
15023
|
}
|
@@ -15634,7 +15642,7 @@ button.c4p--add-select__global-filter-toggle--open {
|
|
15634
15642
|
|
15635
15643
|
@media screen and (-ms-high-contrast: active), (forced-colors: active) {
|
15636
15644
|
.bx--tag__close-icon svg,
|
15637
|
-
.bx--tag__custom-icon svg {
|
15645
|
+
.bx--tag__custom-icon svg {
|
15638
15646
|
fill: ButtonText;
|
15639
15647
|
}
|
15640
15648
|
}
|
@@ -15718,7 +15726,7 @@ button.c4p--add-select__global-filter-toggle--open {
|
|
15718
15726
|
display: none;
|
15719
15727
|
}
|
15720
15728
|
.c4p--breadcrumb-with-overflow .c4p--breadcrumb-with-overflow__breadcrumb-back,
|
15721
|
-
.c4p--breadcrumb-with-overflow .bx--breadcrumb-item:last-child {
|
15729
|
+
.c4p--breadcrumb-with-overflow .bx--breadcrumb-item:last-child {
|
15722
15730
|
display: inline-flex;
|
15723
15731
|
vertical-align: middle;
|
15724
15732
|
}
|
@@ -15959,7 +15967,7 @@ button.c4p--add-select__global-filter-toggle--open {
|
|
15959
15967
|
}
|
15960
15968
|
@media screen and (prefers-contrast) {
|
15961
15969
|
.bx--search-close:focus,
|
15962
|
-
.bx--search-button:focus {
|
15970
|
+
.bx--search-button:focus {
|
15963
15971
|
outline-style: dotted;
|
15964
15972
|
}
|
15965
15973
|
}
|
@@ -15971,7 +15979,7 @@ button.c4p--add-select__global-filter-toggle--open {
|
|
15971
15979
|
}
|
15972
15980
|
@media screen and (prefers-contrast) {
|
15973
15981
|
.bx--search-close:active,
|
15974
|
-
.bx--search-button:active {
|
15982
|
+
.bx--search-button:active {
|
15975
15983
|
outline-style: dotted;
|
15976
15984
|
}
|
15977
15985
|
}
|
@@ -16079,8 +16087,8 @@ button.c4p--add-select__global-filter-toggle--open {
|
|
16079
16087
|
}
|
16080
16088
|
@media (prefers-reduced-motion: reduce) {
|
16081
16089
|
.bx--search--xl.bx--skeleton .bx--search-input::before,
|
16082
|
-
.bx--search--lg.bx--skeleton .bx--search-input::before,
|
16083
|
-
.bx--search--sm.bx--skeleton .bx--search-input::before {
|
16090
|
+
.bx--search--lg.bx--skeleton .bx--search-input::before,
|
16091
|
+
.bx--search--sm.bx--skeleton .bx--search-input::before {
|
16084
16092
|
animation: none;
|
16085
16093
|
}
|
16086
16094
|
}
|
@@ -16144,7 +16152,7 @@ button.c4p--add-select__global-filter-toggle--open {
|
|
16144
16152
|
|
16145
16153
|
@media screen and (-ms-high-contrast: active), (forced-colors: active) {
|
16146
16154
|
.bx--search-close svg,
|
16147
|
-
.bx--search-magnifier-icon {
|
16155
|
+
.bx--search-magnifier-icon {
|
16148
16156
|
fill: ButtonText;
|
16149
16157
|
}
|
16150
16158
|
}
|
@@ -16625,12 +16633,6 @@ button.c4p--add-select__global-filter-toggle--open {
|
|
16625
16633
|
transform: translateY(-2px);
|
16626
16634
|
vertical-align: middle;
|
16627
16635
|
}
|
16628
|
-
.c4p--page-header .c4p--page-header__title-wrapper {
|
16629
|
-
font-size: var(--cds-productive-heading-04-font-size, 1.75rem);
|
16630
|
-
font-weight: var(--cds-productive-heading-04-font-weight, 400);
|
16631
|
-
line-height: var(--cds-productive-heading-04-line-height, 1.28572);
|
16632
|
-
letter-spacing: var(--cds-productive-heading-04-letter-spacing, 0);
|
16633
|
-
}
|
16634
16636
|
.c4p--page-header .c4p--page-header__page-actions {
|
16635
16637
|
flex: 0 0 100%;
|
16636
16638
|
margin-top: var(--cds-spacing-05, 1rem);
|
@@ -17021,7 +17023,7 @@ button.c4p--add-select__global-filter-toggle--open {
|
|
17021
17023
|
}
|
17022
17024
|
@media (prefers-reduced-motion) {
|
17023
17025
|
.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--light-fatal .c4p--status-icon--light.c4p--status-icon--light-in-progress,
|
17024
|
-
.c4p--status-icon--light.c4p--status-icon--light-fatal .c4p--status-icon--light.c4p--status-icon--light-in-progress {
|
17026
|
+
.c4p--status-icon--light.c4p--status-icon--light-fatal .c4p--status-icon--light.c4p--status-icon--light-in-progress {
|
17025
17027
|
animation: none;
|
17026
17028
|
}
|
17027
17029
|
}
|
@@ -17032,7 +17034,7 @@ button.c4p--add-select__global-filter-toggle--open {
|
|
17032
17034
|
}
|
17033
17035
|
@media (prefers-reduced-motion) {
|
17034
17036
|
.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--dark-fatal .c4p--status-icon--light.c4p--status-icon--dark-in-progress,
|
17035
|
-
.c4p--status-icon--light.c4p--status-icon--dark-fatal .c4p--status-icon--light.c4p--status-icon--dark-in-progress {
|
17037
|
+
.c4p--status-icon--light.c4p--status-icon--dark-fatal .c4p--status-icon--light.c4p--status-icon--dark-in-progress {
|
17036
17038
|
animation: none;
|
17037
17039
|
}
|
17038
17040
|
}
|
@@ -17043,7 +17045,7 @@ button.c4p--add-select__global-filter-toggle--open {
|
|
17043
17045
|
}
|
17044
17046
|
@media (prefers-reduced-motion) {
|
17045
17047
|
.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--light-critical .c4p--status-icon--light.c4p--status-icon--light-in-progress,
|
17046
|
-
.c4p--status-icon--light.c4p--status-icon--light-critical .c4p--status-icon--light.c4p--status-icon--light-in-progress {
|
17048
|
+
.c4p--status-icon--light.c4p--status-icon--light-critical .c4p--status-icon--light.c4p--status-icon--light-in-progress {
|
17047
17049
|
animation: none;
|
17048
17050
|
}
|
17049
17051
|
}
|
@@ -17054,7 +17056,7 @@ button.c4p--add-select__global-filter-toggle--open {
|
|
17054
17056
|
}
|
17055
17057
|
@media (prefers-reduced-motion) {
|
17056
17058
|
.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--dark-critical .c4p--status-icon--light.c4p--status-icon--dark-in-progress,
|
17057
|
-
.c4p--status-icon--light.c4p--status-icon--dark-critical .c4p--status-icon--light.c4p--status-icon--dark-in-progress {
|
17059
|
+
.c4p--status-icon--light.c4p--status-icon--dark-critical .c4p--status-icon--light.c4p--status-icon--dark-in-progress {
|
17058
17060
|
animation: none;
|
17059
17061
|
}
|
17060
17062
|
}
|
@@ -17065,7 +17067,7 @@ button.c4p--add-select__global-filter-toggle--open {
|
|
17065
17067
|
}
|
17066
17068
|
@media (prefers-reduced-motion) {
|
17067
17069
|
.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--light-major-warning .c4p--status-icon--light.c4p--status-icon--light-in-progress,
|
17068
|
-
.c4p--status-icon--light.c4p--status-icon--light-major-warning .c4p--status-icon--light.c4p--status-icon--light-in-progress {
|
17070
|
+
.c4p--status-icon--light.c4p--status-icon--light-major-warning .c4p--status-icon--light.c4p--status-icon--light-in-progress {
|
17069
17071
|
animation: none;
|
17070
17072
|
}
|
17071
17073
|
}
|
@@ -17076,7 +17078,7 @@ button.c4p--add-select__global-filter-toggle--open {
|
|
17076
17078
|
}
|
17077
17079
|
@media (prefers-reduced-motion) {
|
17078
17080
|
.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--dark-major-warning .c4p--status-icon--light.c4p--status-icon--dark-in-progress,
|
17079
|
-
.c4p--status-icon--light.c4p--status-icon--dark-major-warning .c4p--status-icon--light.c4p--status-icon--dark-in-progress {
|
17081
|
+
.c4p--status-icon--light.c4p--status-icon--dark-major-warning .c4p--status-icon--light.c4p--status-icon--dark-in-progress {
|
17080
17082
|
animation: none;
|
17081
17083
|
}
|
17082
17084
|
}
|
@@ -17087,7 +17089,7 @@ button.c4p--add-select__global-filter-toggle--open {
|
|
17087
17089
|
}
|
17088
17090
|
@media (prefers-reduced-motion) {
|
17089
17091
|
.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--light-minor-warning .c4p--status-icon--light.c4p--status-icon--light-in-progress,
|
17090
|
-
.c4p--status-icon--light.c4p--status-icon--light-minor-warning .c4p--status-icon--light.c4p--status-icon--light-in-progress {
|
17092
|
+
.c4p--status-icon--light.c4p--status-icon--light-minor-warning .c4p--status-icon--light.c4p--status-icon--light-in-progress {
|
17091
17093
|
animation: none;
|
17092
17094
|
}
|
17093
17095
|
}
|
@@ -17098,7 +17100,7 @@ button.c4p--add-select__global-filter-toggle--open {
|
|
17098
17100
|
}
|
17099
17101
|
@media (prefers-reduced-motion) {
|
17100
17102
|
.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--dark-minor-warning .c4p--status-icon--light.c4p--status-icon--dark-in-progress,
|
17101
|
-
.c4p--status-icon--light.c4p--status-icon--dark-minor-warning .c4p--status-icon--light.c4p--status-icon--dark-in-progress {
|
17103
|
+
.c4p--status-icon--light.c4p--status-icon--dark-minor-warning .c4p--status-icon--light.c4p--status-icon--dark-in-progress {
|
17102
17104
|
animation: none;
|
17103
17105
|
}
|
17104
17106
|
}
|
@@ -17109,7 +17111,7 @@ button.c4p--add-select__global-filter-toggle--open {
|
|
17109
17111
|
}
|
17110
17112
|
@media (prefers-reduced-motion) {
|
17111
17113
|
.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--light-undefined .c4p--status-icon--light.c4p--status-icon--light-in-progress,
|
17112
|
-
.c4p--status-icon--light.c4p--status-icon--light-undefined .c4p--status-icon--light.c4p--status-icon--light-in-progress {
|
17114
|
+
.c4p--status-icon--light.c4p--status-icon--light-undefined .c4p--status-icon--light.c4p--status-icon--light-in-progress {
|
17113
17115
|
animation: none;
|
17114
17116
|
}
|
17115
17117
|
}
|
@@ -17120,7 +17122,7 @@ button.c4p--add-select__global-filter-toggle--open {
|
|
17120
17122
|
}
|
17121
17123
|
@media (prefers-reduced-motion) {
|
17122
17124
|
.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--dark-undefined .c4p--status-icon--light.c4p--status-icon--dark-in-progress,
|
17123
|
-
.c4p--status-icon--light.c4p--status-icon--dark-undefined .c4p--status-icon--light.c4p--status-icon--dark-in-progress {
|
17125
|
+
.c4p--status-icon--light.c4p--status-icon--dark-undefined .c4p--status-icon--light.c4p--status-icon--dark-in-progress {
|
17124
17126
|
animation: none;
|
17125
17127
|
}
|
17126
17128
|
}
|
@@ -17131,7 +17133,7 @@ button.c4p--add-select__global-filter-toggle--open {
|
|
17131
17133
|
}
|
17132
17134
|
@media (prefers-reduced-motion) {
|
17133
17135
|
.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--light-unknown .c4p--status-icon--light.c4p--status-icon--light-in-progress,
|
17134
|
-
.c4p--status-icon--light.c4p--status-icon--light-unknown .c4p--status-icon--light.c4p--status-icon--light-in-progress {
|
17136
|
+
.c4p--status-icon--light.c4p--status-icon--light-unknown .c4p--status-icon--light.c4p--status-icon--light-in-progress {
|
17135
17137
|
animation: none;
|
17136
17138
|
}
|
17137
17139
|
}
|
@@ -17142,7 +17144,7 @@ button.c4p--add-select__global-filter-toggle--open {
|
|
17142
17144
|
}
|
17143
17145
|
@media (prefers-reduced-motion) {
|
17144
17146
|
.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--dark-unknown .c4p--status-icon--light.c4p--status-icon--dark-in-progress,
|
17145
|
-
.c4p--status-icon--light.c4p--status-icon--dark-unknown .c4p--status-icon--light.c4p--status-icon--dark-in-progress {
|
17147
|
+
.c4p--status-icon--light.c4p--status-icon--dark-unknown .c4p--status-icon--light.c4p--status-icon--dark-in-progress {
|
17146
17148
|
animation: none;
|
17147
17149
|
}
|
17148
17150
|
}
|
@@ -17153,7 +17155,7 @@ button.c4p--add-select__global-filter-toggle--open {
|
|
17153
17155
|
}
|
17154
17156
|
@media (prefers-reduced-motion) {
|
17155
17157
|
.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--light-normal .c4p--status-icon--light.c4p--status-icon--light-in-progress,
|
17156
|
-
.c4p--status-icon--light.c4p--status-icon--light-normal .c4p--status-icon--light.c4p--status-icon--light-in-progress {
|
17158
|
+
.c4p--status-icon--light.c4p--status-icon--light-normal .c4p--status-icon--light.c4p--status-icon--light-in-progress {
|
17157
17159
|
animation: none;
|
17158
17160
|
}
|
17159
17161
|
}
|
@@ -17164,7 +17166,7 @@ button.c4p--add-select__global-filter-toggle--open {
|
|
17164
17166
|
}
|
17165
17167
|
@media (prefers-reduced-motion) {
|
17166
17168
|
.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--dark-normal .c4p--status-icon--light.c4p--status-icon--dark-in-progress,
|
17167
|
-
.c4p--status-icon--light.c4p--status-icon--dark-normal .c4p--status-icon--light.c4p--status-icon--dark-in-progress {
|
17169
|
+
.c4p--status-icon--light.c4p--status-icon--dark-normal .c4p--status-icon--light.c4p--status-icon--dark-in-progress {
|
17168
17170
|
animation: none;
|
17169
17171
|
}
|
17170
17172
|
}
|
@@ -17175,7 +17177,7 @@ button.c4p--add-select__global-filter-toggle--open {
|
|
17175
17177
|
}
|
17176
17178
|
@media (prefers-reduced-motion) {
|
17177
17179
|
.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--light-info .c4p--status-icon--light.c4p--status-icon--light-in-progress,
|
17178
|
-
.c4p--status-icon--light.c4p--status-icon--light-info .c4p--status-icon--light.c4p--status-icon--light-in-progress {
|
17180
|
+
.c4p--status-icon--light.c4p--status-icon--light-info .c4p--status-icon--light.c4p--status-icon--light-in-progress {
|
17179
17181
|
animation: none;
|
17180
17182
|
}
|
17181
17183
|
}
|
@@ -17186,7 +17188,7 @@ button.c4p--add-select__global-filter-toggle--open {
|
|
17186
17188
|
}
|
17187
17189
|
@media (prefers-reduced-motion) {
|
17188
17190
|
.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--dark-info .c4p--status-icon--light.c4p--status-icon--dark-in-progress,
|
17189
|
-
.c4p--status-icon--light.c4p--status-icon--dark-info .c4p--status-icon--light.c4p--status-icon--dark-in-progress {
|
17191
|
+
.c4p--status-icon--light.c4p--status-icon--dark-info .c4p--status-icon--light.c4p--status-icon--dark-in-progress {
|
17190
17192
|
animation: none;
|
17191
17193
|
}
|
17192
17194
|
}
|
@@ -17198,7 +17200,7 @@ button.c4p--add-select__global-filter-toggle--open {
|
|
17198
17200
|
}
|
17199
17201
|
@media (prefers-reduced-motion: reduce) {
|
17200
17202
|
.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--light-in-progress,
|
17201
|
-
.c4p--status-icon--light.c4p--status-icon--light-in-progress {
|
17203
|
+
.c4p--status-icon--light.c4p--status-icon--light-in-progress {
|
17202
17204
|
animation: none;
|
17203
17205
|
}
|
17204
17206
|
}
|
@@ -17210,7 +17212,7 @@ button.c4p--add-select__global-filter-toggle--open {
|
|
17210
17212
|
}
|
17211
17213
|
@media (prefers-reduced-motion: reduce) {
|
17212
17214
|
.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--dark-in-progress,
|
17213
|
-
.c4p--status-icon--light.c4p--status-icon--dark-in-progress {
|
17215
|
+
.c4p--status-icon--light.c4p--status-icon--dark-in-progress {
|
17214
17216
|
animation: none;
|
17215
17217
|
}
|
17216
17218
|
}
|
@@ -17233,7 +17235,7 @@ button.c4p--add-select__global-filter-toggle--open {
|
|
17233
17235
|
}
|
17234
17236
|
@media (prefers-reduced-motion) {
|
17235
17237
|
.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--light-pending .c4p--status-icon--light.c4p--status-icon--light-in-progress,
|
17236
|
-
.c4p--status-icon--light.c4p--status-icon--light-pending .c4p--status-icon--light.c4p--status-icon--light-in-progress {
|
17238
|
+
.c4p--status-icon--light.c4p--status-icon--light-pending .c4p--status-icon--light.c4p--status-icon--light-in-progress {
|
17237
17239
|
animation: none;
|
17238
17240
|
}
|
17239
17241
|
}
|
@@ -17244,7 +17246,7 @@ button.c4p--add-select__global-filter-toggle--open {
|
|
17244
17246
|
}
|
17245
17247
|
@media (prefers-reduced-motion) {
|
17246
17248
|
.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--dark-pending .c4p--status-icon--light.c4p--status-icon--dark-in-progress,
|
17247
|
-
.c4p--status-icon--light.c4p--status-icon--dark-pending .c4p--status-icon--light.c4p--status-icon--dark-in-progress {
|
17249
|
+
.c4p--status-icon--light.c4p--status-icon--dark-pending .c4p--status-icon--light.c4p--status-icon--dark-in-progress {
|
17248
17250
|
animation: none;
|
17249
17251
|
}
|
17250
17252
|
}
|
@@ -17255,7 +17257,7 @@ button.c4p--add-select__global-filter-toggle--open {
|
|
17255
17257
|
}
|
17256
17258
|
@media (prefers-reduced-motion) {
|
17257
17259
|
.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--light-fatal .c4p--status-icon--dark.c4p--status-icon--light-in-progress,
|
17258
|
-
.c4p--status-icon--dark.c4p--status-icon--light-fatal .c4p--status-icon--dark.c4p--status-icon--light-in-progress {
|
17260
|
+
.c4p--status-icon--dark.c4p--status-icon--light-fatal .c4p--status-icon--dark.c4p--status-icon--light-in-progress {
|
17259
17261
|
animation: none;
|
17260
17262
|
}
|
17261
17263
|
}
|
@@ -17266,7 +17268,7 @@ button.c4p--add-select__global-filter-toggle--open {
|
|
17266
17268
|
}
|
17267
17269
|
@media (prefers-reduced-motion) {
|
17268
17270
|
.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--dark-fatal .c4p--status-icon--dark.c4p--status-icon--dark-in-progress,
|
17269
|
-
.c4p--status-icon--dark.c4p--status-icon--dark-fatal .c4p--status-icon--dark.c4p--status-icon--dark-in-progress {
|
17271
|
+
.c4p--status-icon--dark.c4p--status-icon--dark-fatal .c4p--status-icon--dark.c4p--status-icon--dark-in-progress {
|
17270
17272
|
animation: none;
|
17271
17273
|
}
|
17272
17274
|
}
|
@@ -17277,7 +17279,7 @@ button.c4p--add-select__global-filter-toggle--open {
|
|
17277
17279
|
}
|
17278
17280
|
@media (prefers-reduced-motion) {
|
17279
17281
|
.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--light-critical .c4p--status-icon--dark.c4p--status-icon--light-in-progress,
|
17280
|
-
.c4p--status-icon--dark.c4p--status-icon--light-critical .c4p--status-icon--dark.c4p--status-icon--light-in-progress {
|
17282
|
+
.c4p--status-icon--dark.c4p--status-icon--light-critical .c4p--status-icon--dark.c4p--status-icon--light-in-progress {
|
17281
17283
|
animation: none;
|
17282
17284
|
}
|
17283
17285
|
}
|
@@ -17288,7 +17290,7 @@ button.c4p--add-select__global-filter-toggle--open {
|
|
17288
17290
|
}
|
17289
17291
|
@media (prefers-reduced-motion) {
|
17290
17292
|
.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--dark-critical .c4p--status-icon--dark.c4p--status-icon--dark-in-progress,
|
17291
|
-
.c4p--status-icon--dark.c4p--status-icon--dark-critical .c4p--status-icon--dark.c4p--status-icon--dark-in-progress {
|
17293
|
+
.c4p--status-icon--dark.c4p--status-icon--dark-critical .c4p--status-icon--dark.c4p--status-icon--dark-in-progress {
|
17292
17294
|
animation: none;
|
17293
17295
|
}
|
17294
17296
|
}
|
@@ -17299,7 +17301,7 @@ button.c4p--add-select__global-filter-toggle--open {
|
|
17299
17301
|
}
|
17300
17302
|
@media (prefers-reduced-motion) {
|
17301
17303
|
.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--light-major-warning .c4p--status-icon--dark.c4p--status-icon--light-in-progress,
|
17302
|
-
.c4p--status-icon--dark.c4p--status-icon--light-major-warning .c4p--status-icon--dark.c4p--status-icon--light-in-progress {
|
17304
|
+
.c4p--status-icon--dark.c4p--status-icon--light-major-warning .c4p--status-icon--dark.c4p--status-icon--light-in-progress {
|
17303
17305
|
animation: none;
|
17304
17306
|
}
|
17305
17307
|
}
|
@@ -17310,7 +17312,7 @@ button.c4p--add-select__global-filter-toggle--open {
|
|
17310
17312
|
}
|
17311
17313
|
@media (prefers-reduced-motion) {
|
17312
17314
|
.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--dark-major-warning .c4p--status-icon--dark.c4p--status-icon--dark-in-progress,
|
17313
|
-
.c4p--status-icon--dark.c4p--status-icon--dark-major-warning .c4p--status-icon--dark.c4p--status-icon--dark-in-progress {
|
17315
|
+
.c4p--status-icon--dark.c4p--status-icon--dark-major-warning .c4p--status-icon--dark.c4p--status-icon--dark-in-progress {
|
17314
17316
|
animation: none;
|
17315
17317
|
}
|
17316
17318
|
}
|
@@ -17321,7 +17323,7 @@ button.c4p--add-select__global-filter-toggle--open {
|
|
17321
17323
|
}
|
17322
17324
|
@media (prefers-reduced-motion) {
|
17323
17325
|
.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--light-minor-warning .c4p--status-icon--dark.c4p--status-icon--light-in-progress,
|
17324
|
-
.c4p--status-icon--dark.c4p--status-icon--light-minor-warning .c4p--status-icon--dark.c4p--status-icon--light-in-progress {
|
17326
|
+
.c4p--status-icon--dark.c4p--status-icon--light-minor-warning .c4p--status-icon--dark.c4p--status-icon--light-in-progress {
|
17325
17327
|
animation: none;
|
17326
17328
|
}
|
17327
17329
|
}
|
@@ -17332,7 +17334,7 @@ button.c4p--add-select__global-filter-toggle--open {
|
|
17332
17334
|
}
|
17333
17335
|
@media (prefers-reduced-motion) {
|
17334
17336
|
.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--dark-minor-warning .c4p--status-icon--dark.c4p--status-icon--dark-in-progress,
|
17335
|
-
.c4p--status-icon--dark.c4p--status-icon--dark-minor-warning .c4p--status-icon--dark.c4p--status-icon--dark-in-progress {
|
17337
|
+
.c4p--status-icon--dark.c4p--status-icon--dark-minor-warning .c4p--status-icon--dark.c4p--status-icon--dark-in-progress {
|
17336
17338
|
animation: none;
|
17337
17339
|
}
|
17338
17340
|
}
|
@@ -17343,7 +17345,7 @@ button.c4p--add-select__global-filter-toggle--open {
|
|
17343
17345
|
}
|
17344
17346
|
@media (prefers-reduced-motion) {
|
17345
17347
|
.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--light-undefined .c4p--status-icon--dark.c4p--status-icon--light-in-progress,
|
17346
|
-
.c4p--status-icon--dark.c4p--status-icon--light-undefined .c4p--status-icon--dark.c4p--status-icon--light-in-progress {
|
17348
|
+
.c4p--status-icon--dark.c4p--status-icon--light-undefined .c4p--status-icon--dark.c4p--status-icon--light-in-progress {
|
17347
17349
|
animation: none;
|
17348
17350
|
}
|
17349
17351
|
}
|
@@ -17354,7 +17356,7 @@ button.c4p--add-select__global-filter-toggle--open {
|
|
17354
17356
|
}
|
17355
17357
|
@media (prefers-reduced-motion) {
|
17356
17358
|
.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--dark-undefined .c4p--status-icon--dark.c4p--status-icon--dark-in-progress,
|
17357
|
-
.c4p--status-icon--dark.c4p--status-icon--dark-undefined .c4p--status-icon--dark.c4p--status-icon--dark-in-progress {
|
17359
|
+
.c4p--status-icon--dark.c4p--status-icon--dark-undefined .c4p--status-icon--dark.c4p--status-icon--dark-in-progress {
|
17358
17360
|
animation: none;
|
17359
17361
|
}
|
17360
17362
|
}
|
@@ -17365,7 +17367,7 @@ button.c4p--add-select__global-filter-toggle--open {
|
|
17365
17367
|
}
|
17366
17368
|
@media (prefers-reduced-motion) {
|
17367
17369
|
.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--light-unknown .c4p--status-icon--dark.c4p--status-icon--light-in-progress,
|
17368
|
-
.c4p--status-icon--dark.c4p--status-icon--light-unknown .c4p--status-icon--dark.c4p--status-icon--light-in-progress {
|
17370
|
+
.c4p--status-icon--dark.c4p--status-icon--light-unknown .c4p--status-icon--dark.c4p--status-icon--light-in-progress {
|
17369
17371
|
animation: none;
|
17370
17372
|
}
|
17371
17373
|
}
|
@@ -17376,7 +17378,7 @@ button.c4p--add-select__global-filter-toggle--open {
|
|
17376
17378
|
}
|
17377
17379
|
@media (prefers-reduced-motion) {
|
17378
17380
|
.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--dark-unknown .c4p--status-icon--dark.c4p--status-icon--dark-in-progress,
|
17379
|
-
.c4p--status-icon--dark.c4p--status-icon--dark-unknown .c4p--status-icon--dark.c4p--status-icon--dark-in-progress {
|
17381
|
+
.c4p--status-icon--dark.c4p--status-icon--dark-unknown .c4p--status-icon--dark.c4p--status-icon--dark-in-progress {
|
17380
17382
|
animation: none;
|
17381
17383
|
}
|
17382
17384
|
}
|
@@ -17387,7 +17389,7 @@ button.c4p--add-select__global-filter-toggle--open {
|
|
17387
17389
|
}
|
17388
17390
|
@media (prefers-reduced-motion) {
|
17389
17391
|
.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--light-normal .c4p--status-icon--dark.c4p--status-icon--light-in-progress,
|
17390
|
-
.c4p--status-icon--dark.c4p--status-icon--light-normal .c4p--status-icon--dark.c4p--status-icon--light-in-progress {
|
17392
|
+
.c4p--status-icon--dark.c4p--status-icon--light-normal .c4p--status-icon--dark.c4p--status-icon--light-in-progress {
|
17391
17393
|
animation: none;
|
17392
17394
|
}
|
17393
17395
|
}
|
@@ -17398,7 +17400,7 @@ button.c4p--add-select__global-filter-toggle--open {
|
|
17398
17400
|
}
|
17399
17401
|
@media (prefers-reduced-motion) {
|
17400
17402
|
.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--dark-normal .c4p--status-icon--dark.c4p--status-icon--dark-in-progress,
|
17401
|
-
.c4p--status-icon--dark.c4p--status-icon--dark-normal .c4p--status-icon--dark.c4p--status-icon--dark-in-progress {
|
17403
|
+
.c4p--status-icon--dark.c4p--status-icon--dark-normal .c4p--status-icon--dark.c4p--status-icon--dark-in-progress {
|
17402
17404
|
animation: none;
|
17403
17405
|
}
|
17404
17406
|
}
|
@@ -17409,7 +17411,7 @@ button.c4p--add-select__global-filter-toggle--open {
|
|
17409
17411
|
}
|
17410
17412
|
@media (prefers-reduced-motion) {
|
17411
17413
|
.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--light-info .c4p--status-icon--dark.c4p--status-icon--light-in-progress,
|
17412
|
-
.c4p--status-icon--dark.c4p--status-icon--light-info .c4p--status-icon--dark.c4p--status-icon--light-in-progress {
|
17414
|
+
.c4p--status-icon--dark.c4p--status-icon--light-info .c4p--status-icon--dark.c4p--status-icon--light-in-progress {
|
17413
17415
|
animation: none;
|
17414
17416
|
}
|
17415
17417
|
}
|
@@ -17420,7 +17422,7 @@ button.c4p--add-select__global-filter-toggle--open {
|
|
17420
17422
|
}
|
17421
17423
|
@media (prefers-reduced-motion) {
|
17422
17424
|
.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--dark-info .c4p--status-icon--dark.c4p--status-icon--dark-in-progress,
|
17423
|
-
.c4p--status-icon--dark.c4p--status-icon--dark-info .c4p--status-icon--dark.c4p--status-icon--dark-in-progress {
|
17425
|
+
.c4p--status-icon--dark.c4p--status-icon--dark-info .c4p--status-icon--dark.c4p--status-icon--dark-in-progress {
|
17424
17426
|
animation: none;
|
17425
17427
|
}
|
17426
17428
|
}
|
@@ -17432,7 +17434,7 @@ button.c4p--add-select__global-filter-toggle--open {
|
|
17432
17434
|
}
|
17433
17435
|
@media (prefers-reduced-motion: reduce) {
|
17434
17436
|
.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--light-in-progress,
|
17435
|
-
.c4p--status-icon--dark.c4p--status-icon--light-in-progress {
|
17437
|
+
.c4p--status-icon--dark.c4p--status-icon--light-in-progress {
|
17436
17438
|
animation: none;
|
17437
17439
|
}
|
17438
17440
|
}
|
@@ -17444,7 +17446,7 @@ button.c4p--add-select__global-filter-toggle--open {
|
|
17444
17446
|
}
|
17445
17447
|
@media (prefers-reduced-motion: reduce) {
|
17446
17448
|
.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--dark-in-progress,
|
17447
|
-
.c4p--status-icon--dark.c4p--status-icon--dark-in-progress {
|
17449
|
+
.c4p--status-icon--dark.c4p--status-icon--dark-in-progress {
|
17448
17450
|
animation: none;
|
17449
17451
|
}
|
17450
17452
|
}
|
@@ -17467,7 +17469,7 @@ button.c4p--add-select__global-filter-toggle--open {
|
|
17467
17469
|
}
|
17468
17470
|
@media (prefers-reduced-motion) {
|
17469
17471
|
.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--light-pending .c4p--status-icon--dark.c4p--status-icon--light-in-progress,
|
17470
|
-
.c4p--status-icon--dark.c4p--status-icon--light-pending .c4p--status-icon--dark.c4p--status-icon--light-in-progress {
|
17472
|
+
.c4p--status-icon--dark.c4p--status-icon--light-pending .c4p--status-icon--dark.c4p--status-icon--light-in-progress {
|
17471
17473
|
animation: none;
|
17472
17474
|
}
|
17473
17475
|
}
|
@@ -17478,7 +17480,7 @@ button.c4p--add-select__global-filter-toggle--open {
|
|
17478
17480
|
}
|
17479
17481
|
@media (prefers-reduced-motion) {
|
17480
17482
|
.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--dark-pending .c4p--status-icon--dark.c4p--status-icon--dark-in-progress,
|
17481
|
-
.c4p--status-icon--dark.c4p--status-icon--dark-pending .c4p--status-icon--dark.c4p--status-icon--dark-in-progress {
|
17483
|
+
.c4p--status-icon--dark.c4p--status-icon--dark-pending .c4p--status-icon--dark.c4p--status-icon--dark-in-progress {
|
17482
17484
|
animation: none;
|
17483
17485
|
}
|
17484
17486
|
}
|
@@ -17820,7 +17822,7 @@ button.c4p--add-select__global-filter-toggle--open {
|
|
17820
17822
|
--cds-productive-heading-04-line-height: 1.28572;
|
17821
17823
|
--cds-productive-heading-04-letter-spacing: 0;
|
17822
17824
|
--cds-productive-heading-05-font-size: 2rem;
|
17823
|
-
--cds-productive-heading-05-font-weight:
|
17825
|
+
--cds-productive-heading-05-font-weight: 400;
|
17824
17826
|
--cds-productive-heading-05-line-height: 1.25;
|
17825
17827
|
--cds-productive-heading-05-letter-spacing: 0;
|
17826
17828
|
--cds-productive-heading-06-font-size: 2.625rem;
|
@@ -17848,7 +17850,7 @@ button.c4p--add-select__global-filter-toggle--open {
|
|
17848
17850
|
--cds-expressive-heading-04-line-height: 1.28572;
|
17849
17851
|
--cds-expressive-heading-04-letter-spacing: 0;
|
17850
17852
|
--cds-expressive-heading-05-font-size: 2rem;
|
17851
|
-
--cds-expressive-heading-05-font-weight:
|
17853
|
+
--cds-expressive-heading-05-font-weight: 400;
|
17852
17854
|
--cds-expressive-heading-05-line-height: 1.25;
|
17853
17855
|
--cds-expressive-heading-05-letter-spacing: 0;
|
17854
17856
|
--cds-expressive-heading-06-font-size: 2rem;
|
@@ -17926,7 +17928,7 @@ button.c4p--add-select__global-filter-toggle--open {
|
|
17926
17928
|
--cds-heading-04-line-height: 1.28572;
|
17927
17929
|
--cds-heading-04-letter-spacing: 0;
|
17928
17930
|
--cds-heading-05-font-size: 2rem;
|
17929
|
-
--cds-heading-05-font-weight:
|
17931
|
+
--cds-heading-05-font-weight: 400;
|
17930
17932
|
--cds-heading-05-line-height: 1.25;
|
17931
17933
|
--cds-heading-05-letter-spacing: 0;
|
17932
17934
|
--cds-heading-06-font-size: 2.625rem;
|
@@ -17946,7 +17948,7 @@ button.c4p--add-select__global-filter-toggle--open {
|
|
17946
17948
|
--cds-fluid-heading-04-line-height: 1.28572;
|
17947
17949
|
--cds-fluid-heading-04-letter-spacing: 0;
|
17948
17950
|
--cds-fluid-heading-05-font-size: 2rem;
|
17949
|
-
--cds-fluid-heading-05-font-weight:
|
17951
|
+
--cds-fluid-heading-05-font-weight: 400;
|
17950
17952
|
--cds-fluid-heading-05-line-height: 1.25;
|
17951
17953
|
--cds-fluid-heading-05-letter-spacing: 0;
|
17952
17954
|
--cds-fluid-heading-06-font-size: 2rem;
|
@@ -18265,7 +18267,7 @@ button.c4p--add-select__global-filter-toggle--open {
|
|
18265
18267
|
--cds-productive-heading-04-line-height: 1.28572;
|
18266
18268
|
--cds-productive-heading-04-letter-spacing: 0;
|
18267
18269
|
--cds-productive-heading-05-font-size: 2rem;
|
18268
|
-
--cds-productive-heading-05-font-weight:
|
18270
|
+
--cds-productive-heading-05-font-weight: 400;
|
18269
18271
|
--cds-productive-heading-05-line-height: 1.25;
|
18270
18272
|
--cds-productive-heading-05-letter-spacing: 0;
|
18271
18273
|
--cds-productive-heading-06-font-size: 2.625rem;
|
@@ -18293,7 +18295,7 @@ button.c4p--add-select__global-filter-toggle--open {
|
|
18293
18295
|
--cds-expressive-heading-04-line-height: 1.28572;
|
18294
18296
|
--cds-expressive-heading-04-letter-spacing: 0;
|
18295
18297
|
--cds-expressive-heading-05-font-size: 2rem;
|
18296
|
-
--cds-expressive-heading-05-font-weight:
|
18298
|
+
--cds-expressive-heading-05-font-weight: 400;
|
18297
18299
|
--cds-expressive-heading-05-line-height: 1.25;
|
18298
18300
|
--cds-expressive-heading-05-letter-spacing: 0;
|
18299
18301
|
--cds-expressive-heading-06-font-size: 2rem;
|
@@ -18371,7 +18373,7 @@ button.c4p--add-select__global-filter-toggle--open {
|
|
18371
18373
|
--cds-heading-04-line-height: 1.28572;
|
18372
18374
|
--cds-heading-04-letter-spacing: 0;
|
18373
18375
|
--cds-heading-05-font-size: 2rem;
|
18374
|
-
--cds-heading-05-font-weight:
|
18376
|
+
--cds-heading-05-font-weight: 400;
|
18375
18377
|
--cds-heading-05-line-height: 1.25;
|
18376
18378
|
--cds-heading-05-letter-spacing: 0;
|
18377
18379
|
--cds-heading-06-font-size: 2.625rem;
|
@@ -18391,7 +18393,7 @@ button.c4p--add-select__global-filter-toggle--open {
|
|
18391
18393
|
--cds-fluid-heading-04-line-height: 1.28572;
|
18392
18394
|
--cds-fluid-heading-04-letter-spacing: 0;
|
18393
18395
|
--cds-fluid-heading-05-font-size: 2rem;
|
18394
|
-
--cds-fluid-heading-05-font-weight:
|
18396
|
+
--cds-fluid-heading-05-font-weight: 400;
|
18395
18397
|
--cds-fluid-heading-05-line-height: 1.25;
|
18396
18398
|
--cds-fluid-heading-05-letter-spacing: 0;
|
18397
18399
|
--cds-fluid-heading-06-font-size: 2rem;
|
@@ -18948,7 +18950,7 @@ button.c4p--add-select__global-filter-toggle--open {
|
|
18948
18950
|
|
18949
18951
|
@media (prefers-reduced-motion: reduce) {
|
18950
18952
|
.c4p--options-tile__summary,
|
18951
|
-
.c4p--options-tile__chevron {
|
18953
|
+
.c4p--options-tile__chevron {
|
18952
18954
|
transition: none;
|
18953
18955
|
}
|
18954
18956
|
}
|
@@ -22853,7 +22855,7 @@ li.bx--accordion__item--disabled:last-of-type {
|
|
22853
22855
|
|
22854
22856
|
@media screen and (-ms-high-contrast: active), (forced-colors: active) {
|
22855
22857
|
.bx--accordion__arrow,
|
22856
|
-
.bx--accordion__item--active .bx--accordion__arrow {
|
22858
|
+
.bx--accordion__item--active .bx--accordion__arrow {
|
22857
22859
|
fill: ButtonText;
|
22858
22860
|
}
|
22859
22861
|
}
|
@@ -23760,16 +23762,16 @@ li.bx--accordion__item--disabled:last-of-type {
|
|
23760
23762
|
|
23761
23763
|
@media screen and (-ms-high-contrast: active), (forced-colors: active) {
|
23762
23764
|
.bx--list-box__field,
|
23763
|
-
.bx--list-box__menu,
|
23764
|
-
.bx--multi-select .bx--tag--filter {
|
23765
|
+
.bx--list-box__menu,
|
23766
|
+
.bx--multi-select .bx--tag--filter {
|
23765
23767
|
outline: 1px solid transparent;
|
23766
23768
|
}
|
23767
23769
|
}
|
23768
23770
|
|
23769
23771
|
@media screen and (-ms-high-contrast: active), (forced-colors: active) {
|
23770
23772
|
.bx--list-box__field:focus,
|
23771
|
-
.bx--multi-select .bx--tag__close-icon:focus,
|
23772
|
-
.bx--list-box__menu-item--highlighted .bx--list-box__menu-item__option {
|
23773
|
+
.bx--multi-select .bx--tag__close-icon:focus,
|
23774
|
+
.bx--list-box__menu-item--highlighted .bx--list-box__menu-item__option {
|
23773
23775
|
color: Highlight;
|
23774
23776
|
outline: 1px solid Highlight;
|
23775
23777
|
}
|
@@ -23777,8 +23779,8 @@ li.bx--accordion__item--disabled:last-of-type {
|
|
23777
23779
|
|
23778
23780
|
@media screen and (-ms-high-contrast: active), (forced-colors: active) {
|
23779
23781
|
.bx--list-box__menu-icon > svg,
|
23780
|
-
.bx--list-box__selection > svg,
|
23781
|
-
.bx--list-box__selection--multi > svg {
|
23782
|
+
.bx--list-box__selection > svg,
|
23783
|
+
.bx--list-box__selection--multi > svg {
|
23782
23784
|
fill: ButtonText;
|
23783
23785
|
}
|
23784
23786
|
}
|
@@ -24211,7 +24213,7 @@ li.bx--accordion__item--disabled:last-of-type {
|
|
24211
24213
|
}
|
24212
24214
|
@media screen and (prefers-contrast) {
|
24213
24215
|
.bx--toolbar-action:focus:not([disabled]),
|
24214
|
-
.bx--toolbar-action:active:not([disabled]) {
|
24216
|
+
.bx--toolbar-action:active:not([disabled]) {
|
24215
24217
|
outline-style: dotted;
|
24216
24218
|
}
|
24217
24219
|
}
|
@@ -24338,7 +24340,10 @@ li.bx--accordion__item--disabled:last-of-type {
|
|
24338
24340
|
}
|
24339
24341
|
|
24340
24342
|
.bx--action-list .bx--btn:disabled {
|
24341
|
-
color:
|
24343
|
+
border-color: transparent;
|
24344
|
+
background-color: transparent;
|
24345
|
+
color: var(--cds-text-on-color, #ffffff);
|
24346
|
+
opacity: 0.5;
|
24342
24347
|
}
|
24343
24348
|
|
24344
24349
|
.bx--action-list .bx--btn .bx--btn__icon {
|
@@ -24481,7 +24486,7 @@ li.bx--accordion__item--disabled:last-of-type {
|
|
24481
24486
|
}
|
24482
24487
|
@media screen and (prefers-contrast) {
|
24483
24488
|
.bx--table-toolbar--small .bx--toolbar-search-container-active .bx--search-input:focus,
|
24484
|
-
.bx--table-toolbar--sm .bx--toolbar-search-container-active .bx--search-input:focus {
|
24489
|
+
.bx--table-toolbar--sm .bx--toolbar-search-container-active .bx--search-input:focus {
|
24485
24490
|
outline-style: dotted;
|
24486
24491
|
}
|
24487
24492
|
}
|
@@ -25225,7 +25230,7 @@ tr.bx--data-table--selected:last-of-type td {
|
|
25225
25230
|
}
|
25226
25231
|
@-moz-document url-prefix() {
|
25227
25232
|
.bx--data-table--sticky-header thead,
|
25228
|
-
.bx--data-table--sticky-header tbody {
|
25233
|
+
.bx--data-table--sticky-header tbody {
|
25229
25234
|
scrollbar-width: none;
|
25230
25235
|
}
|
25231
25236
|
}
|
@@ -25776,7 +25781,7 @@ th .bx--table-sort__flex {
|
|
25776
25781
|
|
25777
25782
|
@media screen and (-ms-high-contrast: active), (forced-colors: active) {
|
25778
25783
|
.bx--table-sort__icon,
|
25779
|
-
.bx--table-sort__icon-unsorted {
|
25784
|
+
.bx--table-sort__icon-unsorted {
|
25780
25785
|
fill: ButtonText;
|
25781
25786
|
}
|
25782
25787
|
}
|
@@ -25877,7 +25882,7 @@ th .bx--table-sort__flex {
|
|
25877
25882
|
}
|
25878
25883
|
@media (prefers-reduced-motion: reduce) {
|
25879
25884
|
.bx--data-table.bx--skeleton th span::before,
|
25880
|
-
.bx--data-table.bx--skeleton td span::before {
|
25885
|
+
.bx--data-table.bx--skeleton td span::before {
|
25881
25886
|
animation: none;
|
25882
25887
|
}
|
25883
25888
|
}
|
@@ -26450,7 +26455,7 @@ th .bx--table-sort__flex {
|
|
26450
26455
|
}
|
26451
26456
|
@media screen and (prefers-contrast) {
|
26452
26457
|
.flatpickr-day.startRange.inRange:not(.selected),
|
26453
|
-
.flatpickr-day.endRange.inRange {
|
26458
|
+
.flatpickr-day.endRange.inRange {
|
26454
26459
|
outline-style: dotted;
|
26455
26460
|
}
|
26456
26461
|
}
|
@@ -26486,7 +26491,7 @@ th .bx--table-sort__flex {
|
|
26486
26491
|
|
26487
26492
|
@media screen and (-ms-high-contrast: active), (forced-colors: active) {
|
26488
26493
|
.flatpickr-prev-month,
|
26489
|
-
.flatpickr-next-month {
|
26494
|
+
.flatpickr-next-month {
|
26490
26495
|
fill: ButtonText;
|
26491
26496
|
}
|
26492
26497
|
}
|
@@ -26501,7 +26506,7 @@ th .bx--table-sort__flex {
|
|
26501
26506
|
|
26502
26507
|
@media screen and (-ms-high-contrast: active), (forced-colors: active) {
|
26503
26508
|
.flatpickr-day.today,
|
26504
|
-
.flatpickr-day.inRange {
|
26509
|
+
.flatpickr-day.inRange {
|
26505
26510
|
color: Highlight;
|
26506
26511
|
}
|
26507
26512
|
}
|
@@ -26692,7 +26697,7 @@ th .bx--table-sort__flex {
|
|
26692
26697
|
}
|
26693
26698
|
@media (prefers-reduced-motion: reduce) {
|
26694
26699
|
.bx--date-picker.bx--skeleton input::before,
|
26695
|
-
.bx--date-picker__input.bx--skeleton::before {
|
26700
|
+
.bx--date-picker__input.bx--skeleton::before {
|
26696
26701
|
animation: none;
|
26697
26702
|
}
|
26698
26703
|
}
|
@@ -26999,7 +27004,7 @@ button.bx--dropdown-text:focus {
|
|
26999
27004
|
}
|
27000
27005
|
@media screen and (prefers-contrast) {
|
27001
27006
|
.bx--dropdown--focused,
|
27002
|
-
.bx--dropdown-link:focus {
|
27007
|
+
.bx--dropdown-link:focus {
|
27003
27008
|
outline-style: dotted;
|
27004
27009
|
}
|
27005
27010
|
}
|
@@ -27181,7 +27186,7 @@ button.bx--dropdown-text:focus {
|
|
27181
27186
|
}
|
27182
27187
|
@media (prefers-reduced-motion: reduce) {
|
27183
27188
|
.bx--dropdown-v2.bx--skeleton::before,
|
27184
|
-
.bx--dropdown.bx--skeleton::before {
|
27189
|
+
.bx--dropdown.bx--skeleton::before {
|
27185
27190
|
animation: none;
|
27186
27191
|
}
|
27187
27192
|
}
|
@@ -27911,7 +27916,7 @@ button.bx--dropdown-text:focus {
|
|
27911
27916
|
|
27912
27917
|
@media screen and (-ms-high-contrast: active), (forced-colors: active) {
|
27913
27918
|
.bx--inline-notification__close-button:focus,
|
27914
|
-
.bx--btn.bx--btn--ghost.bx--inline-notification__action-button:focus {
|
27919
|
+
.bx--btn.bx--btn--ghost.bx--inline-notification__action-button:focus {
|
27915
27920
|
color: Highlight;
|
27916
27921
|
outline: 1px solid Highlight;
|
27917
27922
|
}
|
@@ -28592,7 +28597,7 @@ button.bx--dropdown-text:focus {
|
|
28592
28597
|
/* stylelint-disable */
|
28593
28598
|
@media screen and (-ms-high-contrast: active), (forced-colors: active) {
|
28594
28599
|
.bx--number__control-btn:hover,
|
28595
|
-
.bx--number__control-btn:focus {
|
28600
|
+
.bx--number__control-btn:focus {
|
28596
28601
|
color: Highlight;
|
28597
28602
|
outline: 1px solid Highlight;
|
28598
28603
|
}
|
@@ -29069,7 +29074,7 @@ optgroup.bx--select-optgroup:disabled,
|
|
29069
29074
|
}
|
29070
29075
|
@media (max-width: 41.98rem) {
|
29071
29076
|
.bx--pagination .bx--pagination__left > *,
|
29072
|
-
.bx--pagination .bx--pagination__right > * {
|
29077
|
+
.bx--pagination .bx--pagination__right > * {
|
29073
29078
|
display: none;
|
29074
29079
|
}
|
29075
29080
|
.bx--pagination .bx--pagination__items-count {
|
@@ -29225,7 +29230,7 @@ span.bx--pagination__text {
|
|
29225
29230
|
}
|
29226
29231
|
@media screen and (prefers-contrast) {
|
29227
29232
|
.bx--pagination__button:focus,
|
29228
|
-
.bx--btn--ghost:focus.bx--pagination__button {
|
29233
|
+
.bx--btn--ghost:focus.bx--pagination__button {
|
29229
29234
|
outline-style: dotted;
|
29230
29235
|
}
|
29231
29236
|
}
|
@@ -29258,7 +29263,7 @@ span.bx--pagination__text {
|
|
29258
29263
|
|
29259
29264
|
@media screen and (-ms-high-contrast: active), (forced-colors: active) {
|
29260
29265
|
.bx--pagination__button,
|
29261
|
-
.bx--btn--ghost.bx--pagination__button {
|
29266
|
+
.bx--btn--ghost.bx--pagination__button {
|
29262
29267
|
outline: 1px solid transparent;
|
29263
29268
|
}
|
29264
29269
|
}
|
@@ -29730,7 +29735,7 @@ span.bx--pagination__text {
|
|
29730
29735
|
}
|
29731
29736
|
@media screen and (prefers-contrast) {
|
29732
29737
|
.bx--text-area:focus,
|
29733
|
-
.bx--text-area:active {
|
29738
|
+
.bx--text-area:active {
|
29734
29739
|
outline-style: dotted;
|
29735
29740
|
}
|
29736
29741
|
}
|
@@ -29867,7 +29872,7 @@ span.bx--pagination__text {
|
|
29867
29872
|
}
|
29868
29873
|
@media screen and (prefers-contrast) {
|
29869
29874
|
.bx--tile--clickable:focus,
|
29870
|
-
.bx--tile--expandable:focus {
|
29875
|
+
.bx--tile--expandable:focus {
|
29871
29876
|
outline-style: dotted;
|
29872
29877
|
}
|
29873
29878
|
}
|
@@ -30389,7 +30394,7 @@ span.bx--pagination__text {
|
|
30389
30394
|
}
|
30390
30395
|
@media (min-width: 42rem) {
|
30391
30396
|
.bx--unstable-pagination__page-selector .bx--select-input,
|
30392
|
-
.bx--unstable-pagination__page-sizer .bx--select-input {
|
30397
|
+
.bx--unstable-pagination__page-sizer .bx--select-input {
|
30393
30398
|
padding-right: 2.25rem;
|
30394
30399
|
margin-right: 0;
|
30395
30400
|
}
|
@@ -30407,7 +30412,7 @@ span.bx--pagination__text {
|
|
30407
30412
|
}
|
30408
30413
|
@media (min-width: 42rem) {
|
30409
30414
|
.bx--unstable-pagination__page-selector .bx--select__arrow,
|
30410
|
-
.bx--unstable-pagination__page-sizer .bx--select__arrow {
|
30415
|
+
.bx--unstable-pagination__page-sizer .bx--select__arrow {
|
30411
30416
|
right: 1rem;
|
30412
30417
|
}
|
30413
30418
|
}
|