@clayui/css 3.100.0 → 3.102.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/css/atlas.css +246 -204
- package/lib/css/atlas.css.map +1 -1
- package/lib/css/base.css +147 -124
- package/lib/css/base.css.map +1 -1
- package/lib/css/cadmin.css +399 -194
- package/lib/css/cadmin.css.map +1 -1
- package/lib/images/icons/icons.svg +1 -1
- package/package.json +2 -2
- package/src/scss/_license-text.scss +1 -1
- package/src/scss/atlas/variables/_custom-forms.scss +1 -2
- package/src/scss/atlas/variables/_globals.scss +9 -1
- package/src/scss/cadmin/components/_modals.scss +11 -3
- package/src/scss/cadmin/variables/_custom-forms.scss +1 -3
- package/src/scss/cadmin/variables/_globals.scss +9 -0
- package/src/scss/cadmin/variables/_modals.scss +4 -1
- package/src/scss/cadmin/variables/_slideout.scss +1 -0
- package/src/scss/components/_modals.scss +4 -0
- package/src/scss/mixins/_buttons.scss +95 -56
- package/src/scss/mixins/_cards.scss +45 -17
- package/src/scss/mixins/_close.scss +33 -3
- package/src/scss/mixins/_custom-forms.scss +123 -73
- package/src/scss/mixins/_dropdown-menu.scss +41 -15
- package/src/scss/mixins/_forms.scss +166 -76
- package/src/scss/mixins/_links.scss +106 -59
- package/src/scss/mixins/_modals.scss +35 -4
- package/src/scss/mixins/_sidebar.scss +37 -7
- package/src/scss/mixins/_slideout.scss +32 -2
- package/src/scss/mixins/_toggle-switch.scss +114 -36
- package/src/scss/variables/_globals.scss +8 -0
- package/src/scss/variables/_modals.scss +4 -1
package/lib/css/atlas.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/**
|
|
3
|
-
* Clay 3.
|
|
3
|
+
* Clay 3.102.0
|
|
4
4
|
*
|
|
5
5
|
* SPDX-FileCopyrightText: © 2020 Liferay, Inc. <https://liferay.com>
|
|
6
6
|
* SPDX-FileCopyrightText: © 2020 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
|
|
@@ -1197,7 +1197,7 @@ button.collapse-icon .c-inner {
|
|
|
1197
1197
|
color: #272833;
|
|
1198
1198
|
text-decoration: none;
|
|
1199
1199
|
}
|
|
1200
|
-
.btn
|
|
1200
|
+
.btn.focus, .btn:focus-visible, .c-prefers-focus .btn:focus {
|
|
1201
1201
|
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
1202
1202
|
outline: 0;
|
|
1203
1203
|
}
|
|
@@ -1205,7 +1205,7 @@ button.collapse-icon .c-inner {
|
|
|
1205
1205
|
cursor: not-allowed;
|
|
1206
1206
|
opacity: 0.4;
|
|
1207
1207
|
}
|
|
1208
|
-
.btn:disabled:focus, .btn.disabled:focus {
|
|
1208
|
+
.btn:disabled:focus-visible, .c-prefers-focus .btn:disabled:focus, .btn.disabled:focus-visible, .c-prefers-focus .btn.disabled:focus {
|
|
1209
1209
|
box-shadow: none;
|
|
1210
1210
|
}
|
|
1211
1211
|
.btn:disabled:active, .btn.disabled:active {
|
|
@@ -1408,7 +1408,7 @@ input[type=button].btn-block {
|
|
|
1408
1408
|
border-color: transparent;
|
|
1409
1409
|
color: #fff;
|
|
1410
1410
|
}
|
|
1411
|
-
.btn-primary
|
|
1411
|
+
.btn-primary.focus, .btn-primary:focus-visible, .c-prefers-focus .btn-primary:focus {
|
|
1412
1412
|
background-color: #0053f0;
|
|
1413
1413
|
border-color: #004ad7;
|
|
1414
1414
|
color: #fff;
|
|
@@ -1443,7 +1443,7 @@ input[type=button].btn-block {
|
|
|
1443
1443
|
border-color: #88889a;
|
|
1444
1444
|
color: #272833;
|
|
1445
1445
|
}
|
|
1446
|
-
.btn-secondary
|
|
1446
|
+
.btn-secondary.focus, .btn-secondary:focus-visible, .c-prefers-focus .btn-secondary:focus {
|
|
1447
1447
|
background-color: #f7f8f9;
|
|
1448
1448
|
border-color: #88889a;
|
|
1449
1449
|
color: #272833;
|
|
@@ -1478,7 +1478,7 @@ input[type=button].btn-block {
|
|
|
1478
1478
|
border-color: transparent;
|
|
1479
1479
|
color: #fff;
|
|
1480
1480
|
}
|
|
1481
|
-
.btn-success
|
|
1481
|
+
.btn-success.focus, .btn-success:focus-visible, .c-prefers-focus .btn-success:focus {
|
|
1482
1482
|
background-color: #226a33;
|
|
1483
1483
|
border-color: transparent;
|
|
1484
1484
|
color: #fff;
|
|
@@ -1513,7 +1513,7 @@ input[type=button].btn-block {
|
|
|
1513
1513
|
border-color: transparent;
|
|
1514
1514
|
color: #fff;
|
|
1515
1515
|
}
|
|
1516
|
-
.btn-info
|
|
1516
|
+
.btn-info.focus, .btn-info:focus-visible, .c-prefers-focus .btn-info:focus {
|
|
1517
1517
|
background-color: #294f98;
|
|
1518
1518
|
border-color: transparent;
|
|
1519
1519
|
color: #fff;
|
|
@@ -1548,7 +1548,7 @@ input[type=button].btn-block {
|
|
|
1548
1548
|
border-color: transparent;
|
|
1549
1549
|
color: #fff;
|
|
1550
1550
|
}
|
|
1551
|
-
.btn-warning
|
|
1551
|
+
.btn-warning.focus, .btn-warning:focus-visible, .c-prefers-focus .btn-warning:focus {
|
|
1552
1552
|
background-color: #9f4500;
|
|
1553
1553
|
border-color: transparent;
|
|
1554
1554
|
color: #fff;
|
|
@@ -1583,7 +1583,7 @@ input[type=button].btn-block {
|
|
|
1583
1583
|
border-color: transparent;
|
|
1584
1584
|
color: #fff;
|
|
1585
1585
|
}
|
|
1586
|
-
.btn-danger
|
|
1586
|
+
.btn-danger.focus, .btn-danger:focus-visible, .c-prefers-focus .btn-danger:focus {
|
|
1587
1587
|
background-color: #c31212;
|
|
1588
1588
|
border-color: transparent;
|
|
1589
1589
|
color: #fff;
|
|
@@ -1618,7 +1618,7 @@ input[type=button].btn-block {
|
|
|
1618
1618
|
border-color: transparent;
|
|
1619
1619
|
color: #272833;
|
|
1620
1620
|
}
|
|
1621
|
-
.btn-light
|
|
1621
|
+
.btn-light.focus, .btn-light:focus-visible, .c-prefers-focus .btn-light:focus {
|
|
1622
1622
|
background-color: #e2e4ea;
|
|
1623
1623
|
border-color: transparent;
|
|
1624
1624
|
color: #272833;
|
|
@@ -1653,7 +1653,7 @@ input[type=button].btn-block {
|
|
|
1653
1653
|
border-color: transparent;
|
|
1654
1654
|
color: #fff;
|
|
1655
1655
|
}
|
|
1656
|
-
.btn-dark
|
|
1656
|
+
.btn-dark.focus, .btn-dark:focus-visible, .c-prefers-focus .btn-dark:focus {
|
|
1657
1657
|
background-color: #1c1c24;
|
|
1658
1658
|
border-color: transparent;
|
|
1659
1659
|
color: #fff;
|
|
@@ -1689,11 +1689,11 @@ input[type=button].btn-block {
|
|
|
1689
1689
|
color: #004ad7;
|
|
1690
1690
|
text-decoration: underline;
|
|
1691
1691
|
}
|
|
1692
|
-
.btn-link
|
|
1692
|
+
.btn-link.focus, .btn-link:focus-visible, .c-prefers-focus .btn-link:focus {
|
|
1693
1693
|
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
1694
1694
|
text-decoration: none;
|
|
1695
1695
|
}
|
|
1696
|
-
.btn-link:active:focus {
|
|
1696
|
+
.btn-link:active:focus-visible, .c-prefers-focus .btn-link:active:focus {
|
|
1697
1697
|
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
1698
1698
|
}
|
|
1699
1699
|
.btn-link:disabled, .btn-link.disabled {
|
|
@@ -1710,7 +1710,7 @@ input[type=button].btn-block {
|
|
|
1710
1710
|
background-color: rgba(41, 79, 152, 0.06);
|
|
1711
1711
|
color: #294f98;
|
|
1712
1712
|
}
|
|
1713
|
-
.btn-beta:focus, .focus.btn-beta {
|
|
1713
|
+
.focus.btn-beta, .btn-beta:focus-visible, .c-prefers-focus .btn-beta:focus {
|
|
1714
1714
|
background-color: rgba(41, 79, 152, 0.06);
|
|
1715
1715
|
color: #294f98;
|
|
1716
1716
|
}
|
|
@@ -1724,7 +1724,7 @@ input[type=button].btn-block {
|
|
|
1724
1724
|
background-color: rgba(238, 242, 250, 0.06);
|
|
1725
1725
|
color: #89a7e0;
|
|
1726
1726
|
}
|
|
1727
|
-
.btn-beta-dark:focus, .focus.btn-beta-dark {
|
|
1727
|
+
.focus.btn-beta-dark, .btn-beta-dark:focus-visible, .c-prefers-focus .btn-beta-dark:focus {
|
|
1728
1728
|
background-color: rgba(238, 242, 250, 0.06);
|
|
1729
1729
|
color: #89a7e0;
|
|
1730
1730
|
}
|
|
@@ -1737,7 +1737,7 @@ input[type=button].btn-block {
|
|
|
1737
1737
|
border-color: #0b5fff;
|
|
1738
1738
|
color: #0b5fff;
|
|
1739
1739
|
}
|
|
1740
|
-
.btn-outline-primary
|
|
1740
|
+
.btn-outline-primary.focus, .btn-outline-primary:focus-visible, .c-prefers-focus .btn-outline-primary:focus {
|
|
1741
1741
|
background-color: #f0f5ff;
|
|
1742
1742
|
color: #0b5fff;
|
|
1743
1743
|
}
|
|
@@ -1768,7 +1768,7 @@ input[type=button].btn-block {
|
|
|
1768
1768
|
border-color: transparent;
|
|
1769
1769
|
color: #272833;
|
|
1770
1770
|
}
|
|
1771
|
-
.btn-outline-secondary
|
|
1771
|
+
.btn-outline-secondary.focus, .btn-outline-secondary:focus-visible, .c-prefers-focus .btn-outline-secondary:focus {
|
|
1772
1772
|
background-color: rgba(39, 40, 51, 0.03);
|
|
1773
1773
|
border-color: transparent;
|
|
1774
1774
|
color: #272833;
|
|
@@ -1802,7 +1802,7 @@ input[type=button].btn-block {
|
|
|
1802
1802
|
border-color: #287d3c;
|
|
1803
1803
|
color: #fff;
|
|
1804
1804
|
}
|
|
1805
|
-
.btn-outline-success
|
|
1805
|
+
.btn-outline-success.focus, .btn-outline-success:focus-visible, .c-prefers-focus .btn-outline-success:focus {
|
|
1806
1806
|
background-color: #226a33;
|
|
1807
1807
|
color: #fff;
|
|
1808
1808
|
}
|
|
@@ -1834,7 +1834,7 @@ input[type=button].btn-block {
|
|
|
1834
1834
|
border-color: #2e5aac;
|
|
1835
1835
|
color: #fff;
|
|
1836
1836
|
}
|
|
1837
|
-
.btn-outline-info
|
|
1837
|
+
.btn-outline-info.focus, .btn-outline-info:focus-visible, .c-prefers-focus .btn-outline-info:focus {
|
|
1838
1838
|
background-color: #294f98;
|
|
1839
1839
|
color: #fff;
|
|
1840
1840
|
}
|
|
@@ -1866,7 +1866,7 @@ input[type=button].btn-block {
|
|
|
1866
1866
|
border-color: #b95000;
|
|
1867
1867
|
color: #fff;
|
|
1868
1868
|
}
|
|
1869
|
-
.btn-outline-warning
|
|
1869
|
+
.btn-outline-warning.focus, .btn-outline-warning:focus-visible, .c-prefers-focus .btn-outline-warning:focus {
|
|
1870
1870
|
background-color: #9f4500;
|
|
1871
1871
|
color: #fff;
|
|
1872
1872
|
}
|
|
@@ -1898,7 +1898,7 @@ input[type=button].btn-block {
|
|
|
1898
1898
|
border-color: #da1414;
|
|
1899
1899
|
color: #fff;
|
|
1900
1900
|
}
|
|
1901
|
-
.btn-outline-danger
|
|
1901
|
+
.btn-outline-danger.focus, .btn-outline-danger:focus-visible, .c-prefers-focus .btn-outline-danger:focus {
|
|
1902
1902
|
background-color: #c31212;
|
|
1903
1903
|
color: #fff;
|
|
1904
1904
|
}
|
|
@@ -1930,7 +1930,7 @@ input[type=button].btn-block {
|
|
|
1930
1930
|
border-color: #f1f2f5;
|
|
1931
1931
|
color: #272833;
|
|
1932
1932
|
}
|
|
1933
|
-
.btn-outline-light
|
|
1933
|
+
.btn-outline-light.focus, .btn-outline-light:focus-visible, .c-prefers-focus .btn-outline-light:focus {
|
|
1934
1934
|
background-color: #e2e4ea;
|
|
1935
1935
|
color: #272833;
|
|
1936
1936
|
}
|
|
@@ -1962,7 +1962,7 @@ input[type=button].btn-block {
|
|
|
1962
1962
|
border-color: #272833;
|
|
1963
1963
|
color: #fff;
|
|
1964
1964
|
}
|
|
1965
|
-
.btn-outline-dark
|
|
1965
|
+
.btn-outline-dark.focus, .btn-outline-dark:focus-visible, .c-prefers-focus .btn-outline-dark:focus {
|
|
1966
1966
|
background-color: #1c1c24;
|
|
1967
1967
|
color: #fff;
|
|
1968
1968
|
}
|
|
@@ -1991,7 +1991,7 @@ input[type=button].btn-block {
|
|
|
1991
1991
|
.btn-outline-borderless:hover {
|
|
1992
1992
|
border-color: transparent;
|
|
1993
1993
|
}
|
|
1994
|
-
.btn-outline-borderless
|
|
1994
|
+
.btn-outline-borderless.focus, .btn-outline-borderless:focus-visible, .c-prefers-focus .btn-outline-borderless:focus {
|
|
1995
1995
|
border-color: transparent;
|
|
1996
1996
|
}
|
|
1997
1997
|
.btn-outline-borderless:disabled, .btn-outline-borderless.disabled {
|
|
@@ -3412,9 +3412,10 @@ input[type=button].btn-block {
|
|
|
3412
3412
|
.alert-link.btn-unstyled.hover {
|
|
3413
3413
|
text-decoration: none;
|
|
3414
3414
|
}
|
|
3415
|
-
.alert-link.focus, .alert-link:focus,
|
|
3415
|
+
.alert-link.focus, .alert-link:focus-visible, .c-prefers-focus .alert-link:focus,
|
|
3416
3416
|
.alert-link.btn-unstyled.focus,
|
|
3417
|
-
.alert-link.btn-unstyled:focus
|
|
3417
|
+
.alert-link.btn-unstyled:focus-visible,
|
|
3418
|
+
.c-prefers-focus .alert-link.btn-unstyled:focus {
|
|
3418
3419
|
text-decoration: none;
|
|
3419
3420
|
}
|
|
3420
3421
|
.alert-indicator {
|
|
@@ -4067,7 +4068,7 @@ input[type=button].btn-block {
|
|
|
4067
4068
|
.badge[href]:hover, .badge[href].hover, .badge[type]:hover, .badge[type].hover {
|
|
4068
4069
|
text-decoration: none;
|
|
4069
4070
|
}
|
|
4070
|
-
.badge[href].focus, .badge[href]:focus, .badge[type].focus, .badge[type]:focus {
|
|
4071
|
+
.badge[href].focus, .badge[href]:focus-visible, .c-prefers-focus .badge[href]:focus, .badge[type].focus, .badge[type]:focus-visible, .c-prefers-focus .badge[type]:focus {
|
|
4071
4072
|
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
4072
4073
|
outline: 0;
|
|
4073
4074
|
}
|
|
@@ -4078,7 +4079,7 @@ input[type=button].btn-block {
|
|
|
4078
4079
|
.badge a:hover, .badge a.hover {
|
|
4079
4080
|
text-decoration: none;
|
|
4080
4081
|
}
|
|
4081
|
-
.badge a.focus, .badge a:focus {
|
|
4082
|
+
.badge a.focus, .badge a:focus-visible, .c-prefers-focus .badge a:focus {
|
|
4082
4083
|
text-decoration: none;
|
|
4083
4084
|
}
|
|
4084
4085
|
.badge > .c-inner {
|
|
@@ -4147,9 +4148,10 @@ input[type=button].btn-block {
|
|
|
4147
4148
|
color: inherit;
|
|
4148
4149
|
opacity: 1;
|
|
4149
4150
|
}
|
|
4150
|
-
.badge-item .close:focus {
|
|
4151
|
+
.badge-item .close.focus, .badge-item .close:focus-visible, .c-prefers-focus .badge-item .close:focus {
|
|
4151
4152
|
opacity: 1;
|
|
4152
4153
|
}
|
|
4154
|
+
|
|
4153
4155
|
.badge-item .lexicon-icon {
|
|
4154
4156
|
height: 0.875em;
|
|
4155
4157
|
margin-top: 0;
|
|
@@ -4193,7 +4195,7 @@ input[type=button].btn-block {
|
|
|
4193
4195
|
background-color: #0b5fff;
|
|
4194
4196
|
color: #fff;
|
|
4195
4197
|
}
|
|
4196
|
-
[href].focus.badge-primary, [href].badge-primary:focus, [type].focus.badge-primary, [type].badge-primary:focus {
|
|
4198
|
+
[href].focus.badge-primary, [href].badge-primary:focus-visible, .c-prefers-focus [href].badge-primary:focus, [type].focus.badge-primary, [type].badge-primary:focus-visible, .c-prefers-focus [type].badge-primary:focus {
|
|
4197
4199
|
background-color: #0b5fff;
|
|
4198
4200
|
box-shadow: 0 0 0 0.2rem rgba(11, 95, 255, 0.5);
|
|
4199
4201
|
color: #fff;
|
|
@@ -4206,7 +4208,7 @@ input[type=button].btn-block {
|
|
|
4206
4208
|
background-color: #e7e7ed;
|
|
4207
4209
|
color: #272833;
|
|
4208
4210
|
}
|
|
4209
|
-
[href].focus.badge-secondary, [href].badge-secondary:focus, [type].focus.badge-secondary, [type].badge-secondary:focus {
|
|
4211
|
+
[href].focus.badge-secondary, [href].badge-secondary:focus-visible, .c-prefers-focus [href].badge-secondary:focus, [type].focus.badge-secondary, [type].badge-secondary:focus-visible, .c-prefers-focus [type].badge-secondary:focus {
|
|
4210
4212
|
background-color: #e7e7ed;
|
|
4211
4213
|
color: #272833;
|
|
4212
4214
|
box-shadow: 0 0 0 0.2rem rgba(231, 231, 237, 0.5);
|
|
@@ -4222,7 +4224,7 @@ input[type=button].btn-block {
|
|
|
4222
4224
|
background-color: #287d3c;
|
|
4223
4225
|
color: #fff;
|
|
4224
4226
|
}
|
|
4225
|
-
[href].focus.badge-success, [href].badge-success:focus, [type].focus.badge-success, [type].badge-success:focus {
|
|
4227
|
+
[href].focus.badge-success, [href].badge-success:focus-visible, .c-prefers-focus [href].badge-success:focus, [type].focus.badge-success, [type].badge-success:focus-visible, .c-prefers-focus [type].badge-success:focus {
|
|
4226
4228
|
background-color: #287d3c;
|
|
4227
4229
|
color: #fff;
|
|
4228
4230
|
box-shadow: 0 0 0 0.2rem rgba(40, 125, 60, 0.5);
|
|
@@ -4235,7 +4237,7 @@ input[type=button].btn-block {
|
|
|
4235
4237
|
background-color: #2e5aac;
|
|
4236
4238
|
color: #fff;
|
|
4237
4239
|
}
|
|
4238
|
-
[href].focus.badge-info, [href].badge-info:focus, [type].focus.badge-info, [type].badge-info:focus {
|
|
4240
|
+
[href].focus.badge-info, [href].badge-info:focus-visible, .c-prefers-focus [href].badge-info:focus, [type].focus.badge-info, [type].badge-info:focus-visible, .c-prefers-focus [type].badge-info:focus {
|
|
4239
4241
|
background-color: #2e5aac;
|
|
4240
4242
|
color: #fff;
|
|
4241
4243
|
box-shadow: 0 0 0 0.2rem rgba(46, 90, 172, 0.5);
|
|
@@ -4248,7 +4250,7 @@ input[type=button].btn-block {
|
|
|
4248
4250
|
background-color: #b95000;
|
|
4249
4251
|
color: #fff;
|
|
4250
4252
|
}
|
|
4251
|
-
[href].focus.badge-warning, [href].badge-warning:focus, [type].focus.badge-warning, [type].badge-warning:focus {
|
|
4253
|
+
[href].focus.badge-warning, [href].badge-warning:focus-visible, .c-prefers-focus [href].badge-warning:focus, [type].focus.badge-warning, [type].badge-warning:focus-visible, .c-prefers-focus [type].badge-warning:focus {
|
|
4252
4254
|
background-color: #b95000;
|
|
4253
4255
|
color: #fff;
|
|
4254
4256
|
box-shadow: 0 0 0 0.2rem rgba(185, 80, 0, 0.5);
|
|
@@ -4261,7 +4263,7 @@ input[type=button].btn-block {
|
|
|
4261
4263
|
background-color: #da1414;
|
|
4262
4264
|
color: #fff;
|
|
4263
4265
|
}
|
|
4264
|
-
[href].focus.badge-danger, [href].badge-danger:focus, [type].focus.badge-danger, [type].badge-danger:focus {
|
|
4266
|
+
[href].focus.badge-danger, [href].badge-danger:focus-visible, .c-prefers-focus [href].badge-danger:focus, [type].focus.badge-danger, [type].badge-danger:focus-visible, .c-prefers-focus [type].badge-danger:focus {
|
|
4265
4267
|
background-color: #da1414;
|
|
4266
4268
|
color: #fff;
|
|
4267
4269
|
box-shadow: 0 0 0 0.2rem rgba(218, 20, 20, 0.5);
|
|
@@ -4274,7 +4276,7 @@ input[type=button].btn-block {
|
|
|
4274
4276
|
background-color: #f1f2f5;
|
|
4275
4277
|
color: #272833;
|
|
4276
4278
|
}
|
|
4277
|
-
[href].focus.badge-light, [href].badge-light:focus, [type].focus.badge-light, [type].badge-light:focus {
|
|
4279
|
+
[href].focus.badge-light, [href].badge-light:focus-visible, .c-prefers-focus [href].badge-light:focus, [type].focus.badge-light, [type].badge-light:focus-visible, .c-prefers-focus [type].badge-light:focus {
|
|
4278
4280
|
background-color: #f1f2f5;
|
|
4279
4281
|
color: #272833;
|
|
4280
4282
|
box-shadow: 0 0 0 0.2rem rgba(241, 242, 245, 0.5);
|
|
@@ -4290,7 +4292,7 @@ input[type=button].btn-block {
|
|
|
4290
4292
|
background-color: #272833;
|
|
4291
4293
|
color: #fff;
|
|
4292
4294
|
}
|
|
4293
|
-
[href].focus.badge-dark, [href].badge-dark:focus, [type].focus.badge-dark, [type].badge-dark:focus {
|
|
4295
|
+
[href].focus.badge-dark, [href].badge-dark:focus-visible, .c-prefers-focus [href].badge-dark:focus, [type].focus.badge-dark, [type].badge-dark:focus-visible, .c-prefers-focus [type].badge-dark:focus {
|
|
4294
4296
|
background-color: #272833;
|
|
4295
4297
|
color: #fff;
|
|
4296
4298
|
box-shadow: 0 0 0 0.2rem rgba(39, 40, 51, 0.5);
|
|
@@ -4336,7 +4338,7 @@ input[type=button].btn-block {
|
|
|
4336
4338
|
color: #6b6c7e;
|
|
4337
4339
|
text-decoration: underline;
|
|
4338
4340
|
}
|
|
4339
|
-
.breadcrumb-link.focus, .breadcrumb-link:focus {
|
|
4341
|
+
.breadcrumb-link.focus, .breadcrumb-link:focus-visible, .c-prefers-focus .breadcrumb-link:focus {
|
|
4340
4342
|
color: #6b6c7e;
|
|
4341
4343
|
text-decoration: underline;
|
|
4342
4344
|
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
@@ -4386,7 +4388,7 @@ input[type=button].btn-block {
|
|
|
4386
4388
|
.breadcrumb-item .dropdown-toggle:hover {
|
|
4387
4389
|
text-decoration: none;
|
|
4388
4390
|
}
|
|
4389
|
-
.breadcrumb-item .dropdown-toggle
|
|
4391
|
+
.breadcrumb-item .dropdown-toggle.focus, .breadcrumb-item .dropdown-toggle:focus-visible, .c-prefers-focus .breadcrumb-item .dropdown-toggle:focus {
|
|
4390
4392
|
text-decoration: none;
|
|
4391
4393
|
}
|
|
4392
4394
|
.breadcrumb-text-truncate {
|
|
@@ -4643,7 +4645,7 @@ input[type=button].btn-block {
|
|
|
4643
4645
|
.label[href]:hover, .label[href].hover, .label[type]:hover, .label[type].hover, .label[tabindex]:hover, .label[tabindex].hover {
|
|
4644
4646
|
text-decoration: underline;
|
|
4645
4647
|
}
|
|
4646
|
-
.label[href].focus, .label[href]:focus, .label[type].focus, .label[type]:focus, .label[tabindex].focus, .label[tabindex]:focus {
|
|
4648
|
+
.label[href].focus, .label[href]:focus-visible, .c-prefers-focus .label[href]:focus, .label[type].focus, .label[type]:focus-visible, .c-prefers-focus .label[type]:focus, .label[tabindex].focus, .label[tabindex]:focus-visible, .c-prefers-focus .label[tabindex]:focus {
|
|
4647
4649
|
text-decoration: underline;
|
|
4648
4650
|
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
4649
4651
|
}
|
|
@@ -4659,9 +4661,10 @@ input[type=button].btn-block {
|
|
|
4659
4661
|
color: inherit;
|
|
4660
4662
|
text-decoration: underline;
|
|
4661
4663
|
}
|
|
4662
|
-
.label a.focus, .label a:focus,
|
|
4664
|
+
.label a.focus, .label a:focus-visible, .c-prefers-focus .label a:focus,
|
|
4663
4665
|
.label .btn-unstyled.focus,
|
|
4664
|
-
.label .btn-unstyled:focus
|
|
4666
|
+
.label .btn-unstyled:focus-visible,
|
|
4667
|
+
.c-prefers-focus .label .btn-unstyled:focus {
|
|
4665
4668
|
color: inherit;
|
|
4666
4669
|
text-decoration: underline;
|
|
4667
4670
|
}
|
|
@@ -4739,9 +4742,10 @@ input[type=button].btn-block {
|
|
|
4739
4742
|
color: inherit;
|
|
4740
4743
|
opacity: 1;
|
|
4741
4744
|
}
|
|
4742
|
-
.label-item .close:focus {
|
|
4745
|
+
.label-item .close.focus, .label-item .close:focus-visible, .c-prefers-focus .label-item .close:focus {
|
|
4743
4746
|
opacity: 1;
|
|
4744
4747
|
}
|
|
4748
|
+
|
|
4745
4749
|
.label-item .close:disabled, .label-item .close.disabled {
|
|
4746
4750
|
opacity: 0.4;
|
|
4747
4751
|
color: inherit;
|
|
@@ -4814,7 +4818,7 @@ input[type=button].btn-block {
|
|
|
4814
4818
|
border-color: #80acff;
|
|
4815
4819
|
color: #004ad7;
|
|
4816
4820
|
}
|
|
4817
|
-
[href].focus.label-primary, [href].label-primary:focus, [type].focus.label-primary, [type].label-primary:focus, [tabindex].focus.label-primary, [tabindex].label-primary:focus {
|
|
4821
|
+
[href].focus.label-primary, [href].label-primary:focus-visible, .c-prefers-focus [href].label-primary:focus, [type].focus.label-primary, [type].label-primary:focus-visible, .c-prefers-focus [type].label-primary:focus, [tabindex].focus.label-primary, [tabindex].label-primary:focus-visible, .c-prefers-focus [tabindex].label-primary:focus {
|
|
4818
4822
|
color: #004ad7;
|
|
4819
4823
|
}
|
|
4820
4824
|
.label-primary a:hover, .label-primary a.hover,
|
|
@@ -4825,9 +4829,10 @@ input[type=button].btn-block {
|
|
|
4825
4829
|
.label-primary .close:hover {
|
|
4826
4830
|
color: #004ad7;
|
|
4827
4831
|
}
|
|
4828
|
-
.label-primary .close:focus {
|
|
4832
|
+
.label-primary .close.focus, .label-primary .close:focus-visible, .c-prefers-focus .label-primary .close:focus {
|
|
4829
4833
|
color: #004ad7;
|
|
4830
4834
|
}
|
|
4835
|
+
|
|
4831
4836
|
.label-secondary {
|
|
4832
4837
|
background-color: #fff;
|
|
4833
4838
|
border-color: #cdced9;
|
|
@@ -4837,7 +4842,7 @@ input[type=button].btn-block {
|
|
|
4837
4842
|
border-color: #cdced9;
|
|
4838
4843
|
color: #272833;
|
|
4839
4844
|
}
|
|
4840
|
-
[href].focus.label-secondary, [href].label-secondary:focus, [type].focus.label-secondary, [type].label-secondary:focus, [tabindex].focus.label-secondary, [tabindex].label-secondary:focus {
|
|
4845
|
+
[href].focus.label-secondary, [href].label-secondary:focus-visible, .c-prefers-focus [href].label-secondary:focus, [type].focus.label-secondary, [type].label-secondary:focus-visible, .c-prefers-focus [type].label-secondary:focus, [tabindex].focus.label-secondary, [tabindex].label-secondary:focus-visible, .c-prefers-focus [tabindex].label-secondary:focus {
|
|
4841
4846
|
color: #272833;
|
|
4842
4847
|
}
|
|
4843
4848
|
.label-secondary a:hover, .label-secondary a.hover,
|
|
@@ -4848,9 +4853,10 @@ input[type=button].btn-block {
|
|
|
4848
4853
|
.label-secondary .close:hover {
|
|
4849
4854
|
color: #272833;
|
|
4850
4855
|
}
|
|
4851
|
-
.label-secondary .close:focus {
|
|
4856
|
+
.label-secondary .close.focus, .label-secondary .close:focus-visible, .c-prefers-focus .label-secondary .close:focus {
|
|
4852
4857
|
color: #272833;
|
|
4853
4858
|
}
|
|
4859
|
+
|
|
4854
4860
|
.label-success {
|
|
4855
4861
|
background-color: #fff;
|
|
4856
4862
|
border-color: #5aca75;
|
|
@@ -4860,7 +4866,7 @@ input[type=button].btn-block {
|
|
|
4860
4866
|
border-color: #5aca75;
|
|
4861
4867
|
color: #1c5629;
|
|
4862
4868
|
}
|
|
4863
|
-
[href].focus.label-success, [href].label-success:focus, [type].focus.label-success, [type].label-success:focus, [tabindex].focus.label-success, [tabindex].label-success:focus {
|
|
4869
|
+
[href].focus.label-success, [href].label-success:focus-visible, .c-prefers-focus [href].label-success:focus, [type].focus.label-success, [type].label-success:focus-visible, .c-prefers-focus [type].label-success:focus, [tabindex].focus.label-success, [tabindex].label-success:focus-visible, .c-prefers-focus [tabindex].label-success:focus {
|
|
4864
4870
|
color: #1c5629;
|
|
4865
4871
|
}
|
|
4866
4872
|
.label-success a:hover, .label-success a.hover,
|
|
@@ -4871,9 +4877,10 @@ input[type=button].btn-block {
|
|
|
4871
4877
|
.label-success .close:hover {
|
|
4872
4878
|
color: #1c5629;
|
|
4873
4879
|
}
|
|
4874
|
-
.label-success .close:focus {
|
|
4880
|
+
.label-success .close.focus, .label-success .close:focus-visible, .c-prefers-focus .label-success .close:focus {
|
|
4875
4881
|
color: #1c5629;
|
|
4876
4882
|
}
|
|
4883
|
+
|
|
4877
4884
|
.label-info {
|
|
4878
4885
|
background-color: #fff;
|
|
4879
4886
|
border-color: #89a7e0;
|
|
@@ -4883,7 +4890,7 @@ input[type=button].btn-block {
|
|
|
4883
4890
|
border-color: #89a7e0;
|
|
4884
4891
|
color: #234584;
|
|
4885
4892
|
}
|
|
4886
|
-
[href].focus.label-info, [href].label-info:focus, [type].focus.label-info, [type].label-info:focus, [tabindex].focus.label-info, [tabindex].label-info:focus {
|
|
4893
|
+
[href].focus.label-info, [href].label-info:focus-visible, .c-prefers-focus [href].label-info:focus, [type].focus.label-info, [type].label-info:focus-visible, .c-prefers-focus [type].label-info:focus, [tabindex].focus.label-info, [tabindex].label-info:focus-visible, .c-prefers-focus [tabindex].label-info:focus {
|
|
4887
4894
|
color: #234584;
|
|
4888
4895
|
}
|
|
4889
4896
|
.label-info a:hover, .label-info a.hover,
|
|
@@ -4894,9 +4901,10 @@ input[type=button].btn-block {
|
|
|
4894
4901
|
.label-info .close:hover {
|
|
4895
4902
|
color: #234584;
|
|
4896
4903
|
}
|
|
4897
|
-
.label-info .close:focus {
|
|
4904
|
+
.label-info .close.focus, .label-info .close:focus-visible, .c-prefers-focus .label-info .close:focus {
|
|
4898
4905
|
color: #234584;
|
|
4899
4906
|
}
|
|
4907
|
+
|
|
4900
4908
|
.label-warning {
|
|
4901
4909
|
background-color: #fff;
|
|
4902
4910
|
border-color: #ff8f39;
|
|
@@ -4906,7 +4914,7 @@ input[type=button].btn-block {
|
|
|
4906
4914
|
border-color: #ff8f39;
|
|
4907
4915
|
color: #863a00;
|
|
4908
4916
|
}
|
|
4909
|
-
[href].focus.label-warning, [href].label-warning:focus, [type].focus.label-warning, [type].label-warning:focus, [tabindex].focus.label-warning, [tabindex].label-warning:focus {
|
|
4917
|
+
[href].focus.label-warning, [href].label-warning:focus-visible, .c-prefers-focus [href].label-warning:focus, [type].focus.label-warning, [type].label-warning:focus-visible, .c-prefers-focus [type].label-warning:focus, [tabindex].focus.label-warning, [tabindex].label-warning:focus-visible, .c-prefers-focus [tabindex].label-warning:focus {
|
|
4910
4918
|
color: #863a00;
|
|
4911
4919
|
}
|
|
4912
4920
|
.label-warning a:hover, .label-warning a.hover,
|
|
@@ -4917,9 +4925,10 @@ input[type=button].btn-block {
|
|
|
4917
4925
|
.label-warning .close:hover {
|
|
4918
4926
|
color: #863a00;
|
|
4919
4927
|
}
|
|
4920
|
-
.label-warning .close:focus {
|
|
4928
|
+
.label-warning .close.focus, .label-warning .close:focus-visible, .c-prefers-focus .label-warning .close:focus {
|
|
4921
4929
|
color: #863a00;
|
|
4922
4930
|
}
|
|
4931
|
+
|
|
4923
4932
|
.label-danger {
|
|
4924
4933
|
background-color: #fff;
|
|
4925
4934
|
border-color: #f48989;
|
|
@@ -4929,7 +4938,7 @@ input[type=button].btn-block {
|
|
|
4929
4938
|
border-color: #f48989;
|
|
4930
4939
|
color: #ab1010;
|
|
4931
4940
|
}
|
|
4932
|
-
[href].focus.label-danger, [href].label-danger:focus, [type].focus.label-danger, [type].label-danger:focus, [tabindex].focus.label-danger, [tabindex].label-danger:focus {
|
|
4941
|
+
[href].focus.label-danger, [href].label-danger:focus-visible, .c-prefers-focus [href].label-danger:focus, [type].focus.label-danger, [type].label-danger:focus-visible, .c-prefers-focus [type].label-danger:focus, [tabindex].focus.label-danger, [tabindex].label-danger:focus-visible, .c-prefers-focus [tabindex].label-danger:focus {
|
|
4933
4942
|
color: #ab1010;
|
|
4934
4943
|
}
|
|
4935
4944
|
.label-danger a:hover, .label-danger a.hover,
|
|
@@ -4940,9 +4949,10 @@ input[type=button].btn-block {
|
|
|
4940
4949
|
.label-danger .close:hover {
|
|
4941
4950
|
color: #ab1010;
|
|
4942
4951
|
}
|
|
4943
|
-
.label-danger .close:focus {
|
|
4952
|
+
.label-danger .close.focus, .label-danger .close:focus-visible, .c-prefers-focus .label-danger .close:focus {
|
|
4944
4953
|
color: #ab1010;
|
|
4945
4954
|
}
|
|
4955
|
+
|
|
4946
4956
|
.label-dark {
|
|
4947
4957
|
background-color: #fff;
|
|
4948
4958
|
border-color: #272833;
|
|
@@ -4952,7 +4962,7 @@ input[type=button].btn-block {
|
|
|
4952
4962
|
border-color: #272833;
|
|
4953
4963
|
color: #393a4a;
|
|
4954
4964
|
}
|
|
4955
|
-
[href].focus.label-dark, [href].label-dark:focus, [type].focus.label-dark, [type].label-dark:focus, [tabindex].focus.label-dark, [tabindex].label-dark:focus {
|
|
4965
|
+
[href].focus.label-dark, [href].label-dark:focus-visible, .c-prefers-focus [href].label-dark:focus, [type].focus.label-dark, [type].label-dark:focus-visible, .c-prefers-focus [type].label-dark:focus, [tabindex].focus.label-dark, [tabindex].label-dark:focus-visible, .c-prefers-focus [tabindex].label-dark:focus {
|
|
4956
4966
|
color: #393a4a;
|
|
4957
4967
|
}
|
|
4958
4968
|
.label-dark a:hover, .label-dark a.hover,
|
|
@@ -4963,9 +4973,10 @@ input[type=button].btn-block {
|
|
|
4963
4973
|
.label-dark .close:hover {
|
|
4964
4974
|
color: #393a4a;
|
|
4965
4975
|
}
|
|
4966
|
-
.label-dark .close:focus {
|
|
4976
|
+
.label-dark .close.focus, .label-dark .close:focus-visible, .c-prefers-focus .label-dark .close:focus {
|
|
4967
4977
|
color: #393a4a;
|
|
4968
4978
|
}
|
|
4979
|
+
|
|
4969
4980
|
.label-light {
|
|
4970
4981
|
background-color: #272833;
|
|
4971
4982
|
border-color: #f1f2f5;
|
|
@@ -4975,7 +4986,7 @@ input[type=button].btn-block {
|
|
|
4975
4986
|
border-color: #f1f2f5;
|
|
4976
4987
|
color: #d3d6e0;
|
|
4977
4988
|
}
|
|
4978
|
-
[href].focus.label-light, [href].label-light:focus, [type].focus.label-light, [type].label-light:focus, [tabindex].focus.label-light, [tabindex].label-light:focus {
|
|
4989
|
+
[href].focus.label-light, [href].label-light:focus-visible, .c-prefers-focus [href].label-light:focus, [type].focus.label-light, [type].label-light:focus-visible, .c-prefers-focus [type].label-light:focus, [tabindex].focus.label-light, [tabindex].label-light:focus-visible, .c-prefers-focus [tabindex].label-light:focus {
|
|
4979
4990
|
color: #d3d6e0;
|
|
4980
4991
|
}
|
|
4981
4992
|
.label-light a:hover, .label-light a.hover,
|
|
@@ -4986,9 +4997,10 @@ input[type=button].btn-block {
|
|
|
4986
4997
|
.label-light .close:hover {
|
|
4987
4998
|
color: #d3d6e0;
|
|
4988
4999
|
}
|
|
4989
|
-
.label-light .close:focus {
|
|
5000
|
+
.label-light .close.focus, .label-light .close:focus-visible, .c-prefers-focus .label-light .close:focus {
|
|
4990
5001
|
color: #d3d6e0;
|
|
4991
5002
|
}
|
|
5003
|
+
|
|
4992
5004
|
.label-inverse-primary {
|
|
4993
5005
|
background-color: #0b5fff;
|
|
4994
5006
|
border-color: #0b5fff;
|
|
@@ -6152,7 +6164,7 @@ input[type=button].btn-block {
|
|
|
6152
6164
|
background-color: #f7f8f9;
|
|
6153
6165
|
text-decoration: none;
|
|
6154
6166
|
}
|
|
6155
|
-
.card-interactive
|
|
6167
|
+
.card-interactive.focus, .card-interactive:focus-visible, .c-prefers-focus .card-interactive:focus {
|
|
6156
6168
|
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
6157
6169
|
}
|
|
6158
6170
|
.card-interactive:active, .card-interactive.active {
|
|
@@ -6193,7 +6205,7 @@ input[type=button].btn-block {
|
|
|
6193
6205
|
cursor: pointer;
|
|
6194
6206
|
}
|
|
6195
6207
|
|
|
6196
|
-
.card-interactive-primary
|
|
6208
|
+
.card-interactive-primary.focus, .card-interactive-primary:focus-visible, .c-prefers-focus .card-interactive-primary:focus {
|
|
6197
6209
|
background-color: #f7f8f9;
|
|
6198
6210
|
}
|
|
6199
6211
|
.card-interactive-primary:active, .card-interactive-primary.active {
|
|
@@ -6217,7 +6229,7 @@ input[type=button].btn-block {
|
|
|
6217
6229
|
box-shadow: 0 0 0 2px #528eff;
|
|
6218
6230
|
color: #272833;
|
|
6219
6231
|
}
|
|
6220
|
-
.card-interactive-secondary
|
|
6232
|
+
.card-interactive-secondary.focus, .card-interactive-secondary:focus-visible, .c-prefers-focus .card-interactive-secondary:focus {
|
|
6221
6233
|
border-color: transparent;
|
|
6222
6234
|
box-shadow: 0 0 0 2px #528eff;
|
|
6223
6235
|
}
|
|
@@ -6449,7 +6461,7 @@ input[type=button].btn-block {
|
|
|
6449
6461
|
color: #272833;
|
|
6450
6462
|
text-decoration: none;
|
|
6451
6463
|
}
|
|
6452
|
-
.dropdown-item
|
|
6464
|
+
.dropdown-item.focus, .dropdown-item:focus-visible, .c-prefers-focus .dropdown-item:focus {
|
|
6453
6465
|
background-color: #f0f5ff;
|
|
6454
6466
|
color: #272833;
|
|
6455
6467
|
text-decoration: none;
|
|
@@ -6481,9 +6493,10 @@ input[type=button].btn-block {
|
|
|
6481
6493
|
.dropdown-item.active .c-kbd-inline {
|
|
6482
6494
|
color: #272833;
|
|
6483
6495
|
}
|
|
6484
|
-
.dropdown-item.btn:not([disabled]):not(.disabled):active:focus, .dropdown-item.btn:not([disabled]):not(.disabled).active:focus {
|
|
6496
|
+
.dropdown-item.btn:not([disabled]):not(.disabled):active:focus-visible, .c-prefers-focus .dropdown-item.btn:not([disabled]):not(.disabled):active:focus, .dropdown-item.btn:not([disabled]):not(.disabled).active:focus-visible, .c-prefers-focus .dropdown-item.btn:not([disabled]):not(.disabled).active:focus {
|
|
6485
6497
|
box-shadow: inset 0 0 0 0.125rem #528eff, inset 0 0 0 0.25rem #fff;
|
|
6486
6498
|
}
|
|
6499
|
+
|
|
6487
6500
|
.dropdown-item:disabled, .dropdown-item.disabled {
|
|
6488
6501
|
background-color: transparent;
|
|
6489
6502
|
color: #a7a9bc;
|
|
@@ -6700,7 +6713,7 @@ input[type=button].btn-block {
|
|
|
6700
6713
|
background-image: none;
|
|
6701
6714
|
color: #272833;
|
|
6702
6715
|
}
|
|
6703
|
-
.dropdown-menu-select.dropdown-menu .dropdown-item-scroll
|
|
6716
|
+
.dropdown-menu-select.dropdown-menu .dropdown-item-scroll.focus, .dropdown-menu-select.dropdown-menu .dropdown-item-scroll:focus-visible, .c-prefers-focus .dropdown-menu-select.dropdown-menu .dropdown-item-scroll:focus {
|
|
6704
6717
|
background-color: #f0f5ff;
|
|
6705
6718
|
background-image: none;
|
|
6706
6719
|
color: #272833;
|
|
@@ -6951,7 +6964,7 @@ input[type=button].btn-block {
|
|
|
6951
6964
|
color: inherit;
|
|
6952
6965
|
text-decoration: inherit;
|
|
6953
6966
|
}
|
|
6954
|
-
.dropdown-item-indicator-text-start.focus, .dropdown-item-indicator-text-start:focus {
|
|
6967
|
+
.dropdown-item-indicator-text-start.focus, .dropdown-item-indicator-text-start:focus-visible, .c-prefers-focus .dropdown-item-indicator-text-start:focus {
|
|
6955
6968
|
color: inherit;
|
|
6956
6969
|
text-decoration: inherit;
|
|
6957
6970
|
}
|
|
@@ -7006,7 +7019,7 @@ input[type=button].btn-block {
|
|
|
7006
7019
|
color: inherit;
|
|
7007
7020
|
text-decoration: inherit;
|
|
7008
7021
|
}
|
|
7009
|
-
.dropdown-item-indicator-text-end.focus, .dropdown-item-indicator-text-end:focus {
|
|
7022
|
+
.dropdown-item-indicator-text-end.focus, .dropdown-item-indicator-text-end:focus-visible, .c-prefers-focus .dropdown-item-indicator-text-end:focus {
|
|
7010
7023
|
color: inherit;
|
|
7011
7024
|
text-decoration: inherit;
|
|
7012
7025
|
}
|
|
@@ -7487,7 +7500,7 @@ fieldset[disabled] label .form-control {
|
|
|
7487
7500
|
color: #6b6c7e;
|
|
7488
7501
|
opacity: 1;
|
|
7489
7502
|
}
|
|
7490
|
-
.form-control
|
|
7503
|
+
.form-control.focus, .form-control:focus-visible, .c-prefers-focus .form-control:focus {
|
|
7491
7504
|
background-color: #f0f5ff;
|
|
7492
7505
|
border-color: #80acff;
|
|
7493
7506
|
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
@@ -7687,7 +7700,7 @@ div.form-control-sm {
|
|
|
7687
7700
|
padding: 0;
|
|
7688
7701
|
width: 50px;
|
|
7689
7702
|
}
|
|
7690
|
-
.form-control-inset
|
|
7703
|
+
.form-control-inset.focus, .form-control-inset:focus-visible, .c-prefers-focus .form-control-inset:focus {
|
|
7691
7704
|
outline: 0;
|
|
7692
7705
|
}
|
|
7693
7706
|
.form-control-inset:disabled, .form-control-inset.disabled {
|
|
@@ -7712,7 +7725,7 @@ select.form-control {
|
|
|
7712
7725
|
padding-right: 2em;
|
|
7713
7726
|
color: #272833;
|
|
7714
7727
|
}
|
|
7715
|
-
select.form-control
|
|
7728
|
+
select.form-control.focus, select.form-control:focus-visible, .c-prefers-focus select.form-control:focus {
|
|
7716
7729
|
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'%3E%3Cpath%20class='lexicon-icon-outline%20caret-double-l-top'%20d='m347.913%20199.336-81.538-85c-5.413-5.642-14.188-5.642-19.6%200l-81.538%2085c-8.731%209.101-2.548%2024.664%209.8%2024.664h163.077c12.348%200%2018.531-15.563%209.8-24.664z'%20fill='%236b6c7e'/%3E%3Cpath%20class='lexicon-icon-outline%20caret-double-l-bottom'%20d='m165.236%20312.664%2081.538%2085c5.412%205.642%2014.188%205.642%2019.6%200l81.538-85c8.731-9.101%202.548-24.664-9.8-24.664H175.035c-12.347%200-18.531%2015.563-9.8%2024.664z'%20fill='%236b6c7e'/%3E%3C/svg%3E");
|
|
7717
7730
|
}
|
|
7718
7731
|
select.form-control:disabled, select.form-control.disabled {
|
|
@@ -7764,13 +7777,14 @@ select.form-control[size] {
|
|
|
7764
7777
|
scrollbar-width: thin;
|
|
7765
7778
|
color: #272833;
|
|
7766
7779
|
}
|
|
7767
|
-
select.form-control[size]
|
|
7780
|
+
select.form-control[size].focus, select.form-control[size]:focus-visible, .c-prefers-focus select.form-control[size]:focus {
|
|
7768
7781
|
background-image: none;
|
|
7769
7782
|
}
|
|
7770
|
-
select.form-control[size]
|
|
7783
|
+
select.form-control[size].focus > option:checked, select.form-control[size]:focus-visible > option:checked, .c-prefers-focus select.form-control[size]:focus > option:checked {
|
|
7771
7784
|
background-image: linear-gradient(#ffb528, #ffb528);
|
|
7772
7785
|
filter: invert(1);
|
|
7773
7786
|
}
|
|
7787
|
+
|
|
7774
7788
|
select.form-control[size] option {
|
|
7775
7789
|
padding: 0.4375rem 0.5rem;
|
|
7776
7790
|
}
|
|
@@ -7781,7 +7795,7 @@ select.form-control[size] option:checked {
|
|
|
7781
7795
|
background-image: linear-gradient(#d3d6e0, #d3d6e0);
|
|
7782
7796
|
}
|
|
7783
7797
|
@-moz-document url-prefix() {
|
|
7784
|
-
select.form-control[size]
|
|
7798
|
+
select.form-control[size].focus > option:checked, select.form-control[size]:focus-visible > option:checked, .c-prefers-focus select.form-control[size]:focus > option:checked {
|
|
7785
7799
|
background-image: linear-gradient(#004ad7, #004ad7);
|
|
7786
7800
|
filter: invert(0);
|
|
7787
7801
|
}
|
|
@@ -7796,13 +7810,14 @@ select.form-control[multiple] {
|
|
|
7796
7810
|
scrollbar-width: thin;
|
|
7797
7811
|
color: #272833;
|
|
7798
7812
|
}
|
|
7799
|
-
select.form-control[multiple]
|
|
7813
|
+
select.form-control[multiple].focus, select.form-control[multiple]:focus-visible, .c-prefers-focus select.form-control[multiple]:focus {
|
|
7800
7814
|
background-image: none;
|
|
7801
7815
|
}
|
|
7802
|
-
select.form-control[multiple]
|
|
7816
|
+
select.form-control[multiple].focus > option:checked, select.form-control[multiple]:focus-visible > option:checked, .c-prefers-focus select.form-control[multiple]:focus > option:checked {
|
|
7803
7817
|
background-image: linear-gradient(#ffb528, #ffb528);
|
|
7804
7818
|
filter: invert(1);
|
|
7805
7819
|
}
|
|
7820
|
+
|
|
7806
7821
|
select.form-control[multiple] option {
|
|
7807
7822
|
padding: 0.4375rem 0.5rem;
|
|
7808
7823
|
}
|
|
@@ -7813,7 +7828,7 @@ select.form-control[multiple] option:checked {
|
|
|
7813
7828
|
background-image: linear-gradient(#d3d6e0, #d3d6e0);
|
|
7814
7829
|
}
|
|
7815
7830
|
@-moz-document url-prefix() {
|
|
7816
|
-
select.form-control[multiple]
|
|
7831
|
+
select.form-control[multiple].focus > option:checked, select.form-control[multiple]:focus-visible > option:checked, .c-prefers-focus select.form-control[multiple]:focus > option:checked {
|
|
7817
7832
|
background-image: linear-gradient(#004ad7, #004ad7);
|
|
7818
7833
|
filter: invert(0);
|
|
7819
7834
|
}
|
|
@@ -7826,7 +7841,7 @@ select.form-control[multiple] option:checked {
|
|
|
7826
7841
|
.form-control-select-secondary:hover, .form-control-select-secondary.hover {
|
|
7827
7842
|
color: #6b6c7e;
|
|
7828
7843
|
}
|
|
7829
|
-
.form-control-select-secondary
|
|
7844
|
+
.form-control-select-secondary.focus, .form-control-select-secondary:focus-visible, .c-prefers-focus .form-control-select-secondary:focus {
|
|
7830
7845
|
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'%3E%3Cpath%20class='lexicon-icon-outline%20caret-double-l-top'%20d='m347.913%20199.336-81.538-85c-5.413-5.642-14.188-5.642-19.6%200l-81.538%2085c-8.731%209.101-2.548%2024.664%209.8%2024.664h163.077c12.348%200%2018.531-15.563%209.8-24.664z'%20fill='%23272833'/%3E%3Cpath%20class='lexicon-icon-outline%20caret-double-l-bottom'%20d='m165.236%20312.664%2081.538%2085c5.412%205.642%2014.188%205.642%2019.6%200l81.538-85c8.731-9.101%202.548-24.664-9.8-24.664H175.035c-12.347%200-18.531%2015.563-9.8%2024.664z'%20fill='%23272833'/%3E%3C/svg%3E");
|
|
7831
7846
|
color: #272833;
|
|
7832
7847
|
}
|
|
@@ -7948,7 +7963,7 @@ textarea.form-control-plaintext,
|
|
|
7948
7963
|
border-color: #e7e7ed;
|
|
7949
7964
|
opacity: 1;
|
|
7950
7965
|
}
|
|
7951
|
-
.form-control[readonly]
|
|
7966
|
+
.form-control[readonly].focus, .form-control[readonly]:focus-visible, .c-prefers-focus .form-control[readonly]:focus {
|
|
7952
7967
|
border-color: #80acff;
|
|
7953
7968
|
box-shadow: none;
|
|
7954
7969
|
}
|
|
@@ -7966,7 +7981,7 @@ textarea.form-control-plaintext,
|
|
|
7966
7981
|
transition: none;
|
|
7967
7982
|
}
|
|
7968
7983
|
|
|
7969
|
-
.form-control-plaintext[readonly]
|
|
7984
|
+
.form-control-plaintext[readonly].focus, .form-control-plaintext[readonly]:focus-visible, .c-prefers-focus .form-control-plaintext[readonly]:focus {
|
|
7970
7985
|
box-shadow: none;
|
|
7971
7986
|
border-color: #80acff;
|
|
7972
7987
|
}
|
|
@@ -8252,7 +8267,7 @@ textarea.form-control-lg,
|
|
|
8252
8267
|
.c-link:hover, .c-link.hover {
|
|
8253
8268
|
text-decoration: none;
|
|
8254
8269
|
}
|
|
8255
|
-
.c-link.focus, .c-link:focus {
|
|
8270
|
+
.c-link.focus, .c-link:focus-visible, .c-prefers-focus .c-link:focus {
|
|
8256
8271
|
border-radius: 1px;
|
|
8257
8272
|
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
8258
8273
|
outline: 0;
|
|
@@ -8263,7 +8278,7 @@ textarea.form-control-lg,
|
|
|
8263
8278
|
.c-link.text-secondary:hover, .c-link.text-secondary.hover {
|
|
8264
8279
|
color: #000 !important;
|
|
8265
8280
|
}
|
|
8266
|
-
.c-link.text-secondary.focus, .c-link.text-secondary:focus {
|
|
8281
|
+
.c-link.text-secondary.focus, .c-link.text-secondary:focus-visible, .c-prefers-focus .c-link.text-secondary:focus {
|
|
8267
8282
|
color: #000 !important;
|
|
8268
8283
|
}
|
|
8269
8284
|
.c-link.text-tertiary {
|
|
@@ -8290,7 +8305,7 @@ textarea.form-control-lg,
|
|
|
8290
8305
|
.component-link:hover, .component-link.hover {
|
|
8291
8306
|
color: #484955;
|
|
8292
8307
|
}
|
|
8293
|
-
.component-link.focus, .component-link:focus {
|
|
8308
|
+
.component-link.focus, .component-link:focus-visible, .c-prefers-focus .component-link:focus {
|
|
8294
8309
|
color: #484955;
|
|
8295
8310
|
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
8296
8311
|
outline: 0;
|
|
@@ -8317,7 +8332,7 @@ textarea.form-control-lg,
|
|
|
8317
8332
|
color: #0041be;
|
|
8318
8333
|
background-color: #f0f5ff;
|
|
8319
8334
|
}
|
|
8320
|
-
.link-primary.focus, .link-primary:focus {
|
|
8335
|
+
.link-primary.focus, .link-primary:focus-visible, .c-prefers-focus .link-primary:focus {
|
|
8321
8336
|
color: #0041be;
|
|
8322
8337
|
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
8323
8338
|
outline: 0;
|
|
@@ -8340,7 +8355,7 @@ textarea.form-control-lg,
|
|
|
8340
8355
|
color: #272833;
|
|
8341
8356
|
background-color: #f1f2f5;
|
|
8342
8357
|
}
|
|
8343
|
-
.link-secondary.focus, .link-secondary:focus {
|
|
8358
|
+
.link-secondary.focus, .link-secondary:focus-visible, .c-prefers-focus .link-secondary:focus {
|
|
8344
8359
|
color: #272833;
|
|
8345
8360
|
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
8346
8361
|
outline: 0;
|
|
@@ -8380,7 +8395,7 @@ button.link-outline {
|
|
|
8380
8395
|
.link-outline:hover, .link-outline.hover {
|
|
8381
8396
|
text-decoration: none;
|
|
8382
8397
|
}
|
|
8383
|
-
.link-outline.focus, .link-outline:focus {
|
|
8398
|
+
.link-outline.focus, .link-outline:focus-visible, .c-prefers-focus .link-outline:focus {
|
|
8384
8399
|
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
8385
8400
|
outline: 0;
|
|
8386
8401
|
}
|
|
@@ -8408,7 +8423,7 @@ button.link-outline {
|
|
|
8408
8423
|
background-color: #f0f5ff;
|
|
8409
8424
|
color: #0b5fff;
|
|
8410
8425
|
}
|
|
8411
|
-
.link-outline-primary.focus, .link-outline-primary:focus {
|
|
8426
|
+
.link-outline-primary.focus, .link-outline-primary:focus-visible, .c-prefers-focus .link-outline-primary:focus {
|
|
8412
8427
|
background-color: #f0f5ff;
|
|
8413
8428
|
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
8414
8429
|
color: #0b5fff;
|
|
@@ -8440,7 +8455,7 @@ button.link-outline {
|
|
|
8440
8455
|
background-color: rgba(39, 40, 51, 0.03);
|
|
8441
8456
|
color: #272833;
|
|
8442
8457
|
}
|
|
8443
|
-
.link-outline-secondary.focus, .link-outline-secondary:focus {
|
|
8458
|
+
.link-outline-secondary.focus, .link-outline-secondary:focus-visible, .c-prefers-focus .link-outline-secondary:focus {
|
|
8444
8459
|
background-color: rgba(39, 40, 51, 0.03);
|
|
8445
8460
|
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
8446
8461
|
color: #272833;
|
|
@@ -8520,9 +8535,10 @@ button.link-outline {
|
|
|
8520
8535
|
.component-title [href].hover {
|
|
8521
8536
|
color: #060608;
|
|
8522
8537
|
}
|
|
8523
|
-
.component-title[href].focus, .component-title[href]:focus,
|
|
8538
|
+
.component-title[href].focus, .component-title[href]:focus-visible, .c-prefers-focus .component-title[href]:focus,
|
|
8524
8539
|
.component-title [href].focus,
|
|
8525
|
-
.component-title [href]:focus
|
|
8540
|
+
.component-title [href]:focus-visible,
|
|
8541
|
+
.c-prefers-focus .component-title [href]:focus {
|
|
8526
8542
|
color: #060608;
|
|
8527
8543
|
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
8528
8544
|
outline: 0;
|
|
@@ -8555,9 +8571,10 @@ button.link-outline {
|
|
|
8555
8571
|
.component-subtitle [href].hover {
|
|
8556
8572
|
color: #272833;
|
|
8557
8573
|
}
|
|
8558
|
-
.component-subtitle[href].focus, .component-subtitle[href]:focus,
|
|
8574
|
+
.component-subtitle[href].focus, .component-subtitle[href]:focus-visible, .c-prefers-focus .component-subtitle[href]:focus,
|
|
8559
8575
|
.component-subtitle [href].focus,
|
|
8560
|
-
.component-subtitle [href]:focus
|
|
8576
|
+
.component-subtitle [href]:focus-visible,
|
|
8577
|
+
.c-prefers-focus .component-subtitle [href]:focus {
|
|
8561
8578
|
color: #272833;
|
|
8562
8579
|
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
8563
8580
|
outline: 0;
|
|
@@ -8592,7 +8609,7 @@ button.link-outline {
|
|
|
8592
8609
|
background-color: rgba(39, 40, 51, 0.03);
|
|
8593
8610
|
color: #272833;
|
|
8594
8611
|
}
|
|
8595
|
-
.component-action.focus, .component-action:focus {
|
|
8612
|
+
.component-action.focus, .component-action:focus-visible, .c-prefers-focus .component-action:focus {
|
|
8596
8613
|
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
8597
8614
|
outline: 0;
|
|
8598
8615
|
background-color: rgba(39, 40, 51, 0.03);
|
|
@@ -8865,25 +8882,26 @@ button.link-outline {
|
|
|
8865
8882
|
.clay-range-input .form-control-range:hover::-webkit-slider-thumb {
|
|
8866
8883
|
background-color: #f0f5ff;
|
|
8867
8884
|
}
|
|
8868
|
-
.clay-range-input .form-control-range
|
|
8885
|
+
.clay-range-input .form-control-range.focus, .clay-range-input .form-control-range:focus-visible, .c-prefers-focus .clay-range-input .form-control-range:focus {
|
|
8869
8886
|
outline: 0;
|
|
8870
8887
|
}
|
|
8871
|
-
.clay-range-input .form-control-range
|
|
8888
|
+
.clay-range-input .form-control-range.focus ~ .clay-range-progress .clay-range-thumb, .clay-range-input .form-control-range:focus-visible ~ .clay-range-progress .clay-range-thumb, .c-prefers-focus .clay-range-input .form-control-range:focus ~ .clay-range-progress .clay-range-thumb {
|
|
8872
8889
|
box-shadow: inset 0 0 0 0.125rem #528eff, inset 0 0 0 0.25rem #fff;
|
|
8873
8890
|
}
|
|
8874
|
-
.clay-range-input .form-control-range
|
|
8891
|
+
.clay-range-input .form-control-range.focus ~ .clay-range-progress .tooltip, .clay-range-input .form-control-range:focus-visible ~ .clay-range-progress .tooltip, .c-prefers-focus .clay-range-input .form-control-range:focus ~ .clay-range-progress .tooltip {
|
|
8875
8892
|
visibility: visible;
|
|
8876
8893
|
opacity: 1;
|
|
8877
8894
|
}
|
|
8878
|
-
.clay-range-input .form-control-range
|
|
8895
|
+
.clay-range-input .form-control-range.focus::-moz-range-thumb, .clay-range-input .form-control-range:focus-visible::-moz-range-thumb, .c-prefers-focus .clay-range-input .form-control-range:focus::-moz-range-thumb {
|
|
8879
8896
|
box-shadow: inset 0 0 0 0.125rem #528eff, inset 0 0 0 0.25rem #fff;
|
|
8880
8897
|
}
|
|
8881
|
-
.clay-range-input .form-control-range
|
|
8898
|
+
.clay-range-input .form-control-range.focus::-ms-thumb, .clay-range-input .form-control-range:focus-visible::-ms-thumb, .c-prefers-focus .clay-range-input .form-control-range:focus::-ms-thumb {
|
|
8882
8899
|
box-shadow: inset 0 0 0 0.125rem #528eff, inset 0 0 0 0.25rem #fff;
|
|
8883
8900
|
}
|
|
8884
|
-
.clay-range-input .form-control-range
|
|
8901
|
+
.clay-range-input .form-control-range.focus::-webkit-slider-thumb, .clay-range-input .form-control-range:focus-visible::-webkit-slider-thumb, .c-prefers-focus .clay-range-input .form-control-range:focus::-webkit-slider-thumb {
|
|
8885
8902
|
box-shadow: inset 0 0 0 0.125rem #528eff, inset 0 0 0 0.25rem #fff;
|
|
8886
8903
|
}
|
|
8904
|
+
|
|
8887
8905
|
.clay-range-input .form-control-range:disabled {
|
|
8888
8906
|
color: #a7a9bc;
|
|
8889
8907
|
cursor: not-allowed;
|
|
@@ -8948,7 +8966,7 @@ button.link-outline {
|
|
|
8948
8966
|
padding-top: 0.4375rem;
|
|
8949
8967
|
width: 100%;
|
|
8950
8968
|
}
|
|
8951
|
-
.clay-reorder .form-control-inset
|
|
8969
|
+
.clay-reorder .form-control-inset.focus, .clay-reorder .form-control-inset:focus-visible, .c-prefers-focus .clay-reorder .form-control-inset:focus {
|
|
8952
8970
|
background-color: transparent;
|
|
8953
8971
|
box-shadow: none;
|
|
8954
8972
|
}
|
|
@@ -9014,9 +9032,10 @@ button.link-outline {
|
|
|
9014
9032
|
.clay-color-dropdown-menu .close:hover {
|
|
9015
9033
|
background-color: rgba(39, 40, 51, 0.03);
|
|
9016
9034
|
}
|
|
9017
|
-
.clay-color-dropdown-menu .close:focus {
|
|
9035
|
+
.clay-color-dropdown-menu .close.focus, .clay-color-dropdown-menu .close:focus-visible, .c-prefers-focus .clay-color-dropdown-menu .close:focus {
|
|
9018
9036
|
background-color: rgba(39, 40, 51, 0.03);
|
|
9019
9037
|
}
|
|
9038
|
+
|
|
9020
9039
|
.clay-color-dropdown-menu .close:active {
|
|
9021
9040
|
background-color: rgba(39, 40, 51, 0.06);
|
|
9022
9041
|
}
|
|
@@ -9095,11 +9114,11 @@ button.link-outline {
|
|
|
9095
9114
|
transition: none;
|
|
9096
9115
|
}
|
|
9097
9116
|
|
|
9098
|
-
.clay-color-pointer
|
|
9117
|
+
.clay-color-pointer.focus, .clay-color-pointer:focus-visible, .c-prefers-focus .clay-color-pointer:focus {
|
|
9099
9118
|
box-shadow: 0 0 0 0.125rem #528eff;
|
|
9100
9119
|
outline: 0;
|
|
9101
9120
|
}
|
|
9102
|
-
.clay-color-pointer:active:focus {
|
|
9121
|
+
.clay-color-pointer:active:focus-visible, .c-prefers-focus .clay-color-pointer:active:focus {
|
|
9103
9122
|
box-shadow: 0 0 0 0.125rem #528eff;
|
|
9104
9123
|
}
|
|
9105
9124
|
.clay-color-pointer .c-inner {
|
|
@@ -9372,14 +9391,13 @@ label.custom-control-label {
|
|
|
9372
9391
|
width: 1rem;
|
|
9373
9392
|
z-index: 1;
|
|
9374
9393
|
}
|
|
9375
|
-
.custom-control-input:focus ~ .custom-control-label::before {
|
|
9394
|
+
.custom-control-input:focus-visible ~ .custom-control-label::before, .c-prefers-focus .custom-control-input:focus ~ .custom-control-label::before {
|
|
9376
9395
|
border-color: #6b6c7e;
|
|
9377
9396
|
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
9378
9397
|
}
|
|
9379
9398
|
.custom-control-input:active ~ .custom-control-label::before {
|
|
9380
9399
|
background-color: #fff;
|
|
9381
9400
|
border-color: #6b6c7e;
|
|
9382
|
-
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
9383
9401
|
color: #fff;
|
|
9384
9402
|
}
|
|
9385
9403
|
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
|
|
@@ -9839,10 +9857,10 @@ label.custom-control-label {
|
|
|
9839
9857
|
width: 1.5rem;
|
|
9840
9858
|
color: #6b6c7e;
|
|
9841
9859
|
}
|
|
9842
|
-
.clay-time .btn
|
|
9860
|
+
.clay-time .btn.focus, .clay-time .btn:focus-visible, .c-prefers-focus .clay-time .btn:focus {
|
|
9843
9861
|
box-shadow: 0 0 0 1px #528eff;
|
|
9844
9862
|
}
|
|
9845
|
-
.clay-time .btn:active:focus {
|
|
9863
|
+
.clay-time .btn:active:focus-visible, .c-prefers-focus .clay-time .btn:active:focus {
|
|
9846
9864
|
box-shadow: 0 0 0 1px #528eff;
|
|
9847
9865
|
}
|
|
9848
9866
|
.clay-time .btn .c-inner {
|
|
@@ -9870,7 +9888,7 @@ label.custom-control-label {
|
|
|
9870
9888
|
.clay-time .form-control-inset::-moz-selection, .clay-time .form-control-inset::selection {
|
|
9871
9889
|
background-color: transparent;
|
|
9872
9890
|
}
|
|
9873
|
-
.clay-time .form-control-inset
|
|
9891
|
+
.clay-time .form-control-inset.focus, .clay-time .form-control-inset:focus-visible, .c-prefers-focus .clay-time .form-control-inset:focus {
|
|
9874
9892
|
background-color: #b3d8fd;
|
|
9875
9893
|
}
|
|
9876
9894
|
.clay-time .input-group-text {
|
|
@@ -9980,7 +9998,7 @@ label.custom-control-label {
|
|
|
9980
9998
|
background-color: #f1f2f5;
|
|
9981
9999
|
color: #272833;
|
|
9982
10000
|
}
|
|
9983
|
-
.date-picker-nav .nav-btn
|
|
10001
|
+
.date-picker-nav .nav-btn.focus, .date-picker-nav .nav-btn:focus-visible, .c-prefers-focus .date-picker-nav .nav-btn:focus {
|
|
9984
10002
|
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
9985
10003
|
background-color: #f1f2f5;
|
|
9986
10004
|
color: #272833;
|
|
@@ -9988,7 +10006,7 @@ label.custom-control-label {
|
|
|
9988
10006
|
.date-picker-nav .nav-btn:active {
|
|
9989
10007
|
background-color: #f1f2f5;
|
|
9990
10008
|
}
|
|
9991
|
-
.date-picker-nav .nav-btn:active:focus {
|
|
10009
|
+
.date-picker-nav .nav-btn:active:focus-visible, .c-prefers-focus .date-picker-nav .nav-btn:active:focus {
|
|
9992
10010
|
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
9993
10011
|
}
|
|
9994
10012
|
.date-picker-nav .nav-btn.active {
|
|
@@ -10021,7 +10039,7 @@ label.custom-control-label {
|
|
|
10021
10039
|
background-color: #f1f2f5;
|
|
10022
10040
|
color: #272833;
|
|
10023
10041
|
}
|
|
10024
|
-
.date-picker-nav select.form-control
|
|
10042
|
+
.date-picker-nav select.form-control.focus, .date-picker-nav select.form-control:focus-visible, .c-prefers-focus .date-picker-nav select.form-control:focus {
|
|
10025
10043
|
background-color: #f1f2f5;
|
|
10026
10044
|
color: #272833;
|
|
10027
10045
|
}
|
|
@@ -10044,7 +10062,7 @@ label.custom-control-label {
|
|
|
10044
10062
|
background-color: #f1f2f5;
|
|
10045
10063
|
color: #272833;
|
|
10046
10064
|
}
|
|
10047
|
-
.date-picker-nav .form-control-select
|
|
10065
|
+
.date-picker-nav .form-control-select.focus, .date-picker-nav .form-control-select:focus-visible, .c-prefers-focus .date-picker-nav .form-control-select:focus {
|
|
10048
10066
|
background-color: #f1f2f5;
|
|
10049
10067
|
color: #272833;
|
|
10050
10068
|
}
|
|
@@ -10191,7 +10209,7 @@ label.custom-control-label {
|
|
|
10191
10209
|
background-color: #f1f2f5;
|
|
10192
10210
|
color: #272833;
|
|
10193
10211
|
}
|
|
10194
|
-
.date-picker-date
|
|
10212
|
+
.date-picker-date.focus, .date-picker-date:focus-visible, .c-prefers-focus .date-picker-date:focus {
|
|
10195
10213
|
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
10196
10214
|
outline: 0;
|
|
10197
10215
|
background-color: #f1f2f5;
|
|
@@ -10201,7 +10219,7 @@ label.custom-control-label {
|
|
|
10201
10219
|
background-color: #0b5fff;
|
|
10202
10220
|
color: #fff;
|
|
10203
10221
|
}
|
|
10204
|
-
.date-picker-date:active:focus {
|
|
10222
|
+
.date-picker-date:active:focus-visible, .c-prefers-focus .date-picker-date:active:focus {
|
|
10205
10223
|
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
10206
10224
|
}
|
|
10207
10225
|
.date-picker-date.active {
|
|
@@ -10517,14 +10535,14 @@ label.custom-control-label {
|
|
|
10517
10535
|
box-shadow: 0 0 rgba(0, 0, 0, 0);
|
|
10518
10536
|
color: #272833;
|
|
10519
10537
|
}
|
|
10520
|
-
.has-error .form-control
|
|
10538
|
+
.has-error .form-control.focus, .has-error .form-control:focus-visible, .c-prefers-focus .has-error .form-control:focus {
|
|
10521
10539
|
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
10522
10540
|
}
|
|
10523
10541
|
.has-error .form-control[readonly] {
|
|
10524
10542
|
background-color: #fff;
|
|
10525
10543
|
border-color: #e7e7ed;
|
|
10526
10544
|
}
|
|
10527
|
-
.has-error .form-control[readonly]
|
|
10545
|
+
.has-error .form-control[readonly].focus, .has-error .form-control[readonly]:focus-visible, .c-prefers-focus .has-error .form-control[readonly]:focus {
|
|
10528
10546
|
border-color: #80acff;
|
|
10529
10547
|
}
|
|
10530
10548
|
.has-error .form-feedback-item {
|
|
@@ -10576,14 +10594,14 @@ label.custom-control-label {
|
|
|
10576
10594
|
box-shadow: 0 0 rgba(0, 0, 0, 0);
|
|
10577
10595
|
color: #272833;
|
|
10578
10596
|
}
|
|
10579
|
-
.has-warning .form-control
|
|
10597
|
+
.has-warning .form-control.focus, .has-warning .form-control:focus-visible, .c-prefers-focus .has-warning .form-control:focus {
|
|
10580
10598
|
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
10581
10599
|
}
|
|
10582
10600
|
.has-warning .form-control[readonly] {
|
|
10583
10601
|
background-color: #fff;
|
|
10584
10602
|
border-color: #e7e7ed;
|
|
10585
10603
|
}
|
|
10586
|
-
.has-warning .form-control[readonly]
|
|
10604
|
+
.has-warning .form-control[readonly].focus, .has-warning .form-control[readonly]:focus-visible, .c-prefers-focus .has-warning .form-control[readonly]:focus {
|
|
10587
10605
|
border-color: #80acff;
|
|
10588
10606
|
}
|
|
10589
10607
|
.has-warning .form-feedback-item {
|
|
@@ -10635,14 +10653,14 @@ label.custom-control-label {
|
|
|
10635
10653
|
box-shadow: 0 0 rgba(0, 0, 0, 0);
|
|
10636
10654
|
color: #272833;
|
|
10637
10655
|
}
|
|
10638
|
-
.has-success .form-control
|
|
10656
|
+
.has-success .form-control.focus, .has-success .form-control:focus-visible, .c-prefers-focus .has-success .form-control:focus {
|
|
10639
10657
|
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
10640
10658
|
}
|
|
10641
10659
|
.has-success .form-control[readonly] {
|
|
10642
10660
|
background-color: #fff;
|
|
10643
10661
|
border-color: #e7e7ed;
|
|
10644
10662
|
}
|
|
10645
|
-
.has-success .form-control[readonly]
|
|
10663
|
+
.has-success .form-control[readonly].focus, .has-success .form-control[readonly]:focus-visible, .c-prefers-focus .has-success .form-control[readonly]:focus {
|
|
10646
10664
|
border-color: #80acff;
|
|
10647
10665
|
}
|
|
10648
10666
|
.has-success .form-feedback-item {
|
|
@@ -11123,13 +11141,14 @@ label.custom-control-label {
|
|
|
11123
11141
|
order: 5;
|
|
11124
11142
|
width: 1%;
|
|
11125
11143
|
}
|
|
11126
|
-
.input-group-inset
|
|
11144
|
+
.input-group-inset.focus, .input-group-inset:focus-visible, .c-prefers-focus .input-group-inset:focus {
|
|
11127
11145
|
box-shadow: none;
|
|
11128
11146
|
}
|
|
11129
|
-
.input-group-inset
|
|
11147
|
+
.input-group-inset.focus ~ .input-group-inset-item, .input-group-inset:focus-visible ~ .input-group-inset-item, .c-prefers-focus .input-group-inset:focus ~ .input-group-inset-item {
|
|
11130
11148
|
background-color: #f0f5ff;
|
|
11131
11149
|
border-color: #80acff;
|
|
11132
11150
|
}
|
|
11151
|
+
|
|
11133
11152
|
.input-group-inset:disabled ~ .input-group-inset-item, .input-group-inset.disabled ~ .input-group-inset-item {
|
|
11134
11153
|
background-color: #f1f2f5;
|
|
11135
11154
|
border-color: #f1f2f5;
|
|
@@ -11520,9 +11539,10 @@ label.custom-control-label {
|
|
|
11520
11539
|
.list-group-title [href].hover {
|
|
11521
11540
|
color: #272833;
|
|
11522
11541
|
}
|
|
11523
|
-
.list-group-title[href].focus, .list-group-title[href]:focus,
|
|
11542
|
+
.list-group-title[href].focus, .list-group-title[href]:focus-visible, .c-prefers-focus .list-group-title[href]:focus,
|
|
11524
11543
|
.list-group-title [href].focus,
|
|
11525
|
-
.list-group-title [href]:focus
|
|
11544
|
+
.list-group-title [href]:focus-visible,
|
|
11545
|
+
.c-prefers-focus .list-group-title [href]:focus {
|
|
11526
11546
|
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
11527
11547
|
outline: 0;
|
|
11528
11548
|
}
|
|
@@ -11554,9 +11574,10 @@ label.custom-control-label {
|
|
|
11554
11574
|
.list-group-subtitle [href].hover {
|
|
11555
11575
|
color: #272833;
|
|
11556
11576
|
}
|
|
11557
|
-
.list-group-subtitle[href].focus, .list-group-subtitle[href]:focus,
|
|
11577
|
+
.list-group-subtitle[href].focus, .list-group-subtitle[href]:focus-visible, .c-prefers-focus .list-group-subtitle[href]:focus,
|
|
11558
11578
|
.list-group-subtitle [href].focus,
|
|
11559
|
-
.list-group-subtitle [href]:focus
|
|
11579
|
+
.list-group-subtitle [href]:focus-visible,
|
|
11580
|
+
.c-prefers-focus .list-group-subtitle [href]:focus {
|
|
11560
11581
|
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
11561
11582
|
outline: 0;
|
|
11562
11583
|
}
|
|
@@ -11588,9 +11609,10 @@ label.custom-control-label {
|
|
|
11588
11609
|
.list-group-text [href].hover {
|
|
11589
11610
|
color: #272833;
|
|
11590
11611
|
}
|
|
11591
|
-
.list-group-text[href].focus, .list-group-text[href]:focus,
|
|
11612
|
+
.list-group-text[href].focus, .list-group-text[href]:focus-visible, .c-prefers-focus .list-group-text[href]:focus,
|
|
11592
11613
|
.list-group-text [href].focus,
|
|
11593
|
-
.list-group-text [href]:focus
|
|
11614
|
+
.list-group-text [href]:focus-visible,
|
|
11615
|
+
.c-prefers-focus .list-group-text [href]:focus {
|
|
11594
11616
|
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
11595
11617
|
outline: 0;
|
|
11596
11618
|
}
|
|
@@ -11623,9 +11645,10 @@ label.custom-control-label {
|
|
|
11623
11645
|
.list-group-subtext [href].hover {
|
|
11624
11646
|
color: #272833;
|
|
11625
11647
|
}
|
|
11626
|
-
.list-group-subtext[href].focus, .list-group-subtext[href]:focus,
|
|
11648
|
+
.list-group-subtext[href].focus, .list-group-subtext[href]:focus-visible, .c-prefers-focus .list-group-subtext[href]:focus,
|
|
11627
11649
|
.list-group-subtext [href].focus,
|
|
11628
|
-
.list-group-subtext [href]:focus
|
|
11650
|
+
.list-group-subtext [href]:focus-visible,
|
|
11651
|
+
.c-prefers-focus .list-group-subtext [href]:focus {
|
|
11629
11652
|
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
11630
11653
|
outline: 0;
|
|
11631
11654
|
}
|
|
@@ -12119,6 +12142,7 @@ label.custom-control-label {
|
|
|
12119
12142
|
box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
|
|
12120
12143
|
display: flex;
|
|
12121
12144
|
flex-direction: column;
|
|
12145
|
+
max-height: calc(100vh - 1.75rem * 2);
|
|
12122
12146
|
outline: 0;
|
|
12123
12147
|
overflow: hidden;
|
|
12124
12148
|
pointer-events: auto;
|
|
@@ -12145,11 +12169,14 @@ label.custom-control-label {
|
|
|
12145
12169
|
flex-grow: 1;
|
|
12146
12170
|
flex-shrink: 1;
|
|
12147
12171
|
margin-top: -0.0625rem;
|
|
12172
|
+
overflow: auto;
|
|
12173
|
+
overflow-wrap: break-word;
|
|
12174
|
+
word-wrap: break-word;
|
|
12148
12175
|
padding: 1.5rem;
|
|
12149
12176
|
position: relative;
|
|
12150
12177
|
}
|
|
12151
12178
|
.modal-body.inline-scroller {
|
|
12152
|
-
max-height:
|
|
12179
|
+
max-height: none;
|
|
12153
12180
|
-webkit-overflow-scrolling: touch;
|
|
12154
12181
|
overflow: auto;
|
|
12155
12182
|
padding: 1.5rem;
|
|
@@ -12373,6 +12400,9 @@ label.custom-control-label {
|
|
|
12373
12400
|
margin-left: calc(-1140px / 2);
|
|
12374
12401
|
}
|
|
12375
12402
|
}
|
|
12403
|
+
.modal-height-full .modal-body {
|
|
12404
|
+
overflow: auto;
|
|
12405
|
+
}
|
|
12376
12406
|
.modal-height-full .modal-content {
|
|
12377
12407
|
position: absolute;
|
|
12378
12408
|
bottom: 0.5rem;
|
|
@@ -12771,7 +12801,7 @@ label.custom-control-label {
|
|
|
12771
12801
|
.nav-link:hover, .nav-link.hover {
|
|
12772
12802
|
text-decoration: none;
|
|
12773
12803
|
}
|
|
12774
|
-
.nav-link.focus, .nav-link:focus {
|
|
12804
|
+
.nav-link.focus, .nav-link:focus-visible, .c-prefers-focus .nav-link:focus {
|
|
12775
12805
|
text-decoration: none;
|
|
12776
12806
|
z-index: 1;
|
|
12777
12807
|
}
|
|
@@ -12792,10 +12822,10 @@ label.custom-control-label {
|
|
|
12792
12822
|
.nav-link.btn-unstyled {
|
|
12793
12823
|
width: 100%;
|
|
12794
12824
|
}
|
|
12795
|
-
.nav-link.btn-unstyled
|
|
12825
|
+
.nav-link.btn-unstyled.focus, .nav-link.btn-unstyled:focus-visible, .c-prefers-focus .nav-link.btn-unstyled:focus {
|
|
12796
12826
|
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
12797
12827
|
}
|
|
12798
|
-
.nav-link.btn-unstyled:active:focus {
|
|
12828
|
+
.nav-link.btn-unstyled:active:focus-visible, .c-prefers-focus .nav-link.btn-unstyled:active:focus {
|
|
12799
12829
|
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
12800
12830
|
}
|
|
12801
12831
|
.nav-link.btn-unstyled:disabled, .nav-link.btn-unstyled.disabled {
|
|
@@ -12817,7 +12847,7 @@ label.custom-control-label {
|
|
|
12817
12847
|
text-align: center;
|
|
12818
12848
|
width: auto;
|
|
12819
12849
|
}
|
|
12820
|
-
.nav-btn
|
|
12850
|
+
.nav-btn.focus, .nav-btn:focus-visible, .c-prefers-focus .nav-btn:focus {
|
|
12821
12851
|
z-index: 1;
|
|
12822
12852
|
}
|
|
12823
12853
|
.nav-btn:disabled, .nav-btn.disabled {
|
|
@@ -13096,7 +13126,7 @@ label.custom-control-label {
|
|
|
13096
13126
|
.nav-tabs .nav-link:hover, .nav-tabs .nav-link.hover {
|
|
13097
13127
|
border-color: transparent;
|
|
13098
13128
|
}
|
|
13099
|
-
.nav-tabs .nav-link.focus, .nav-tabs .nav-link:focus {
|
|
13129
|
+
.nav-tabs .nav-link.focus, .nav-tabs .nav-link:focus-visible, .c-prefers-focus .nav-tabs .nav-link:focus {
|
|
13100
13130
|
border-color: transparent;
|
|
13101
13131
|
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
13102
13132
|
outline: 0;
|
|
@@ -13291,11 +13321,11 @@ label.custom-control-label {
|
|
|
13291
13321
|
background: #88889a;
|
|
13292
13322
|
width: 0.1875rem;
|
|
13293
13323
|
}
|
|
13294
|
-
.menubar-vertical-expand-md.menubar-transparent .nav-link.focus, .menubar-vertical-expand-md.menubar-transparent .nav-link:focus {
|
|
13324
|
+
.menubar-vertical-expand-md.menubar-transparent .nav-link.focus, .menubar-vertical-expand-md.menubar-transparent .nav-link:focus-visible, .c-prefers-focus .menubar-vertical-expand-md.menubar-transparent .nav-link:focus {
|
|
13295
13325
|
color: #272833;
|
|
13296
13326
|
outline: 0;
|
|
13297
13327
|
}
|
|
13298
|
-
.menubar-vertical-expand-md.menubar-transparent .nav-link.focus::after, .menubar-vertical-expand-md.menubar-transparent .nav-link:focus::after {
|
|
13328
|
+
.menubar-vertical-expand-md.menubar-transparent .nav-link.focus::after, .menubar-vertical-expand-md.menubar-transparent .nav-link:focus-visible::after, .c-prefers-focus .menubar-vertical-expand-md.menubar-transparent .nav-link:focus::after {
|
|
13299
13329
|
border-radius: 0.25rem;
|
|
13300
13330
|
bottom: 0;
|
|
13301
13331
|
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
@@ -13387,10 +13417,10 @@ label.custom-control-label {
|
|
|
13387
13417
|
color: #1c1d25;
|
|
13388
13418
|
box-shadow: none;
|
|
13389
13419
|
}
|
|
13390
|
-
.menubar-vertical-expand-md.menubar-transparent .nav-link.focus, .menubar-vertical-expand-md.menubar-transparent .nav-link:focus {
|
|
13420
|
+
.menubar-vertical-expand-md.menubar-transparent .nav-link.focus, .menubar-vertical-expand-md.menubar-transparent .nav-link:focus-visible, .c-prefers-focus .menubar-vertical-expand-md.menubar-transparent .nav-link:focus {
|
|
13391
13421
|
background-color: transparent;
|
|
13392
13422
|
}
|
|
13393
|
-
.menubar-vertical-expand-md.menubar-transparent .nav-link.focus::after, .menubar-vertical-expand-md.menubar-transparent .nav-link:focus::after {
|
|
13423
|
+
.menubar-vertical-expand-md.menubar-transparent .nav-link.focus::after, .menubar-vertical-expand-md.menubar-transparent .nav-link:focus-visible::after, .c-prefers-focus .menubar-vertical-expand-md.menubar-transparent .nav-link:focus::after {
|
|
13394
13424
|
box-shadow: inset 0 0 0 0.125rem #528eff, inset 0 0 0 0.25rem #fff;
|
|
13395
13425
|
}
|
|
13396
13426
|
.menubar-vertical-expand-md.menubar-transparent .nav-link.active {
|
|
@@ -13536,11 +13566,11 @@ label.custom-control-label {
|
|
|
13536
13566
|
background: #88889a;
|
|
13537
13567
|
width: 0.1875rem;
|
|
13538
13568
|
}
|
|
13539
|
-
.menubar-vertical-expand-lg.menubar-transparent .nav-link.focus, .menubar-vertical-expand-lg.menubar-transparent .nav-link:focus {
|
|
13569
|
+
.menubar-vertical-expand-lg.menubar-transparent .nav-link.focus, .menubar-vertical-expand-lg.menubar-transparent .nav-link:focus-visible, .c-prefers-focus .menubar-vertical-expand-lg.menubar-transparent .nav-link:focus {
|
|
13540
13570
|
color: #272833;
|
|
13541
13571
|
outline: 0;
|
|
13542
13572
|
}
|
|
13543
|
-
.menubar-vertical-expand-lg.menubar-transparent .nav-link.focus::after, .menubar-vertical-expand-lg.menubar-transparent .nav-link:focus::after {
|
|
13573
|
+
.menubar-vertical-expand-lg.menubar-transparent .nav-link.focus::after, .menubar-vertical-expand-lg.menubar-transparent .nav-link:focus-visible::after, .c-prefers-focus .menubar-vertical-expand-lg.menubar-transparent .nav-link:focus::after {
|
|
13544
13574
|
border-radius: 0.25rem;
|
|
13545
13575
|
bottom: 0;
|
|
13546
13576
|
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
@@ -13631,10 +13661,10 @@ label.custom-control-label {
|
|
|
13631
13661
|
color: #1c1d25;
|
|
13632
13662
|
box-shadow: none;
|
|
13633
13663
|
}
|
|
13634
|
-
.menubar-vertical-expand-lg.menubar-transparent .nav-link.focus, .menubar-vertical-expand-lg.menubar-transparent .nav-link:focus {
|
|
13664
|
+
.menubar-vertical-expand-lg.menubar-transparent .nav-link.focus, .menubar-vertical-expand-lg.menubar-transparent .nav-link:focus-visible, .c-prefers-focus .menubar-vertical-expand-lg.menubar-transparent .nav-link:focus {
|
|
13635
13665
|
background-color: transparent;
|
|
13636
13666
|
}
|
|
13637
|
-
.menubar-vertical-expand-lg.menubar-transparent .nav-link.focus::after, .menubar-vertical-expand-lg.menubar-transparent .nav-link:focus::after {
|
|
13667
|
+
.menubar-vertical-expand-lg.menubar-transparent .nav-link.focus::after, .menubar-vertical-expand-lg.menubar-transparent .nav-link:focus-visible::after, .c-prefers-focus .menubar-vertical-expand-lg.menubar-transparent .nav-link:focus::after {
|
|
13638
13668
|
box-shadow: inset 0 0 0 0.125rem #528eff, inset 0 0 0 0.25rem #fff;
|
|
13639
13669
|
}
|
|
13640
13670
|
.menubar-vertical-expand-lg.menubar-transparent .nav-link.active {
|
|
@@ -15612,7 +15642,7 @@ label.custom-control-label {
|
|
|
15612
15642
|
transition: none;
|
|
15613
15643
|
}
|
|
15614
15644
|
|
|
15615
|
-
.application-bar .navbar-nav .nav-link.focus, .application-bar .navbar-nav .nav-link:focus {
|
|
15645
|
+
.application-bar .navbar-nav .nav-link.focus, .application-bar .navbar-nav .nav-link:focus-visible, .c-prefers-focus .application-bar .navbar-nav .nav-link:focus {
|
|
15616
15646
|
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
15617
15647
|
}
|
|
15618
15648
|
.application-bar .navbar-nav .nav-link:disabled, .application-bar .navbar-nav .nav-link.disabled {
|
|
@@ -15632,7 +15662,7 @@ label.custom-control-label {
|
|
|
15632
15662
|
transition: none;
|
|
15633
15663
|
}
|
|
15634
15664
|
|
|
15635
|
-
.application-bar .navbar-brand.focus, .application-bar .navbar-brand:focus {
|
|
15665
|
+
.application-bar .navbar-brand.focus, .application-bar .navbar-brand:focus-visible, .c-prefers-focus .application-bar .navbar-brand:focus {
|
|
15636
15666
|
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
15637
15667
|
}
|
|
15638
15668
|
.application-bar .navbar-brand:disabled, .application-bar .navbar-brand.disabled {
|
|
@@ -15658,7 +15688,7 @@ label.custom-control-label {
|
|
|
15658
15688
|
color: #fff;
|
|
15659
15689
|
background-color: rgba(255, 255, 255, 0.03);
|
|
15660
15690
|
}
|
|
15661
|
-
.application-bar-dark .navbar-nav .nav-link.focus, .application-bar-dark .navbar-nav .nav-link:focus {
|
|
15691
|
+
.application-bar-dark .navbar-nav .nav-link.focus, .application-bar-dark .navbar-nav .nav-link:focus-visible, .c-prefers-focus .application-bar-dark .navbar-nav .nav-link:focus {
|
|
15662
15692
|
background-color: rgba(255, 255, 255, 0.03);
|
|
15663
15693
|
}
|
|
15664
15694
|
.application-bar-dark .navbar-nav .nav-link:active {
|
|
@@ -15684,7 +15714,7 @@ label.custom-control-label {
|
|
|
15684
15714
|
.application-bar-dark .navbar-brand {
|
|
15685
15715
|
font-weight: 600;
|
|
15686
15716
|
}
|
|
15687
|
-
.application-bar-dark .navbar-brand.focus, .application-bar-dark .navbar-brand:focus {
|
|
15717
|
+
.application-bar-dark .navbar-brand.focus, .application-bar-dark .navbar-brand:focus-visible, .c-prefers-focus .application-bar-dark .navbar-brand:focus {
|
|
15688
15718
|
background-color: rgba(255, 255, 255, 0.03);
|
|
15689
15719
|
}
|
|
15690
15720
|
.application-bar-dark .navbar-brand:active {
|
|
@@ -16799,7 +16829,7 @@ label.custom-control-label {
|
|
|
16799
16829
|
transition: none;
|
|
16800
16830
|
}
|
|
16801
16831
|
|
|
16802
|
-
.management-bar .navbar-nav .nav-link.focus, .management-bar .navbar-nav .nav-link:focus {
|
|
16832
|
+
.management-bar .navbar-nav .nav-link.focus, .management-bar .navbar-nav .nav-link:focus-visible, .c-prefers-focus .management-bar .navbar-nav .nav-link:focus {
|
|
16803
16833
|
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
16804
16834
|
}
|
|
16805
16835
|
.management-bar .navbar-nav .nav-link:disabled, .management-bar .navbar-nav .nav-link.disabled {
|
|
@@ -16819,7 +16849,7 @@ label.custom-control-label {
|
|
|
16819
16849
|
transition: none;
|
|
16820
16850
|
}
|
|
16821
16851
|
|
|
16822
|
-
.management-bar .navbar-brand.focus, .management-bar .navbar-brand:focus {
|
|
16852
|
+
.management-bar .navbar-brand.focus, .management-bar .navbar-brand:focus-visible, .c-prefers-focus .management-bar .navbar-brand:focus {
|
|
16823
16853
|
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
16824
16854
|
}
|
|
16825
16855
|
.management-bar .navbar-brand:disabled, .management-bar .navbar-brand.disabled {
|
|
@@ -16841,7 +16871,7 @@ label.custom-control-label {
|
|
|
16841
16871
|
color: #272833;
|
|
16842
16872
|
background-color: rgba(39, 40, 51, 0.03);
|
|
16843
16873
|
}
|
|
16844
|
-
.management-bar-light .navbar-nav .nav-link.focus, .management-bar-light .navbar-nav .nav-link:focus {
|
|
16874
|
+
.management-bar-light .navbar-nav .nav-link.focus, .management-bar-light .navbar-nav .nav-link:focus-visible, .c-prefers-focus .management-bar-light .navbar-nav .nav-link:focus {
|
|
16845
16875
|
background-color: rgba(39, 40, 51, 0.03);
|
|
16846
16876
|
color: #272833;
|
|
16847
16877
|
}
|
|
@@ -16868,7 +16898,7 @@ label.custom-control-label {
|
|
|
16868
16898
|
.management-bar-light .navbar-brand {
|
|
16869
16899
|
font-weight: 600;
|
|
16870
16900
|
}
|
|
16871
|
-
.management-bar-light .navbar-brand.focus, .management-bar-light .navbar-brand:focus {
|
|
16901
|
+
.management-bar-light .navbar-brand.focus, .management-bar-light .navbar-brand:focus-visible, .c-prefers-focus .management-bar-light .navbar-brand:focus {
|
|
16872
16902
|
background-color: rgba(39, 40, 51, 0.03);
|
|
16873
16903
|
color: #272833;
|
|
16874
16904
|
}
|
|
@@ -16910,7 +16940,7 @@ label.custom-control-label {
|
|
|
16910
16940
|
color: #272833;
|
|
16911
16941
|
background-color: rgba(39, 40, 51, 0.03);
|
|
16912
16942
|
}
|
|
16913
|
-
.management-bar-primary .navbar-nav .nav-link.focus, .management-bar-primary .navbar-nav .nav-link:focus {
|
|
16943
|
+
.management-bar-primary .navbar-nav .nav-link.focus, .management-bar-primary .navbar-nav .nav-link:focus-visible, .c-prefers-focus .management-bar-primary .navbar-nav .nav-link:focus {
|
|
16914
16944
|
background-color: rgba(39, 40, 51, 0.03);
|
|
16915
16945
|
color: #272833;
|
|
16916
16946
|
}
|
|
@@ -16938,7 +16968,7 @@ label.custom-control-label {
|
|
|
16938
16968
|
border-radius: 0.25rem;
|
|
16939
16969
|
font-weight: 600;
|
|
16940
16970
|
}
|
|
16941
|
-
.management-bar-primary .navbar-brand.focus, .management-bar-primary .navbar-brand:focus {
|
|
16971
|
+
.management-bar-primary .navbar-brand.focus, .management-bar-primary .navbar-brand:focus-visible, .c-prefers-focus .management-bar-primary .navbar-brand:focus {
|
|
16942
16972
|
background-color: rgba(39, 40, 51, 0.03);
|
|
16943
16973
|
color: #272833;
|
|
16944
16974
|
}
|
|
@@ -17402,7 +17432,7 @@ label.custom-control-label {
|
|
|
17402
17432
|
border-radius: 0.25rem;
|
|
17403
17433
|
outline: 0;
|
|
17404
17434
|
}
|
|
17405
|
-
.navigation-bar .navbar-nav .nav-link.focus, .navigation-bar .navbar-nav .nav-link:focus {
|
|
17435
|
+
.navigation-bar .navbar-nav .nav-link.focus, .navigation-bar .navbar-nav .nav-link:focus-visible, .c-prefers-focus .navigation-bar .navbar-nav .nav-link:focus {
|
|
17406
17436
|
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
17407
17437
|
}
|
|
17408
17438
|
.navigation-bar .navbar-nav .nav-link:disabled, .navigation-bar .navbar-nav .nav-link.disabled {
|
|
@@ -17414,7 +17444,7 @@ label.custom-control-label {
|
|
|
17414
17444
|
border-radius: 0.25rem;
|
|
17415
17445
|
outline: 0;
|
|
17416
17446
|
}
|
|
17417
|
-
.navigation-bar .navbar-brand.focus, .navigation-bar .navbar-brand:focus {
|
|
17447
|
+
.navigation-bar .navbar-brand.focus, .navigation-bar .navbar-brand:focus-visible, .c-prefers-focus .navigation-bar .navbar-brand:focus {
|
|
17418
17448
|
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
17419
17449
|
}
|
|
17420
17450
|
.navigation-bar .navbar-brand:disabled, .navigation-bar .navbar-brand.disabled {
|
|
@@ -17431,7 +17461,7 @@ label.custom-control-label {
|
|
|
17431
17461
|
.navigation-bar-light .navbar-nav .nav-link:hover, .navigation-bar-light .navbar-nav .nav-link.hover {
|
|
17432
17462
|
color: #272833;
|
|
17433
17463
|
}
|
|
17434
|
-
.navigation-bar-light .navbar-nav .nav-link.focus, .navigation-bar-light .navbar-nav .nav-link:focus {
|
|
17464
|
+
.navigation-bar-light .navbar-nav .nav-link.focus, .navigation-bar-light .navbar-nav .nav-link:focus-visible, .c-prefers-focus .navigation-bar-light .navbar-nav .nav-link:focus {
|
|
17435
17465
|
color: #272833;
|
|
17436
17466
|
}
|
|
17437
17467
|
.navigation-bar-light .navbar-nav .nav-link:active {
|
|
@@ -17453,7 +17483,7 @@ label.custom-control-label {
|
|
|
17453
17483
|
.navigation-bar-light .navbar-brand {
|
|
17454
17484
|
font-weight: 600;
|
|
17455
17485
|
}
|
|
17456
|
-
.navigation-bar-light .navbar-brand.focus, .navigation-bar-light .navbar-brand:focus {
|
|
17486
|
+
.navigation-bar-light .navbar-brand.focus, .navigation-bar-light .navbar-brand:focus-visible, .c-prefers-focus .navigation-bar-light .navbar-brand:focus {
|
|
17457
17487
|
color: #272833;
|
|
17458
17488
|
}
|
|
17459
17489
|
.navigation-bar-light .navbar-brand:active {
|
|
@@ -17484,7 +17514,7 @@ label.custom-control-label {
|
|
|
17484
17514
|
.navigation-bar-light.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item:hover, .navigation-bar-light.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item.hover {
|
|
17485
17515
|
color: #272833;
|
|
17486
17516
|
}
|
|
17487
|
-
.navigation-bar-light.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item.focus, .navigation-bar-light.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item:focus {
|
|
17517
|
+
.navigation-bar-light.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item.focus, .navigation-bar-light.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item:focus-visible, .c-prefers-focus .navigation-bar-light.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item:focus {
|
|
17488
17518
|
color: #272833;
|
|
17489
17519
|
}
|
|
17490
17520
|
.navigation-bar-light.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item:active {
|
|
@@ -17521,7 +17551,7 @@ label.custom-control-label {
|
|
|
17521
17551
|
.navigation-bar-secondary .navbar-nav .nav-link:hover, .navigation-bar-secondary .navbar-nav .nav-link.hover {
|
|
17522
17552
|
color: #fff;
|
|
17523
17553
|
}
|
|
17524
|
-
.navigation-bar-secondary .navbar-nav .nav-link.focus, .navigation-bar-secondary .navbar-nav .nav-link:focus {
|
|
17554
|
+
.navigation-bar-secondary .navbar-nav .nav-link.focus, .navigation-bar-secondary .navbar-nav .nav-link:focus-visible, .c-prefers-focus .navigation-bar-secondary .navbar-nav .nav-link:focus {
|
|
17525
17555
|
color: #fff;
|
|
17526
17556
|
}
|
|
17527
17557
|
.navigation-bar-secondary .navbar-nav .nav-link:active {
|
|
@@ -17547,7 +17577,7 @@ label.custom-control-label {
|
|
|
17547
17577
|
.navigation-bar-secondary .navbar-brand:hover, .navigation-bar-secondary .navbar-brand.hover {
|
|
17548
17578
|
color: rgba(255, 255, 255, 0.9);
|
|
17549
17579
|
}
|
|
17550
|
-
.navigation-bar-secondary .navbar-brand.focus, .navigation-bar-secondary .navbar-brand:focus {
|
|
17580
|
+
.navigation-bar-secondary .navbar-brand.focus, .navigation-bar-secondary .navbar-brand:focus-visible, .c-prefers-focus .navigation-bar-secondary .navbar-brand:focus {
|
|
17551
17581
|
color: #fff;
|
|
17552
17582
|
}
|
|
17553
17583
|
.navigation-bar-secondary .navbar-brand:active {
|
|
@@ -17578,7 +17608,7 @@ label.custom-control-label {
|
|
|
17578
17608
|
.navigation-bar-secondary.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item:hover, .navigation-bar-secondary.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item.hover {
|
|
17579
17609
|
color: #fff;
|
|
17580
17610
|
}
|
|
17581
|
-
.navigation-bar-secondary.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item.focus, .navigation-bar-secondary.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item:focus {
|
|
17611
|
+
.navigation-bar-secondary.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item.focus, .navigation-bar-secondary.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item:focus-visible, .c-prefers-focus .navigation-bar-secondary.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item:focus {
|
|
17582
17612
|
color: #fff;
|
|
17583
17613
|
}
|
|
17584
17614
|
.navigation-bar-secondary.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item:active {
|
|
@@ -17673,14 +17703,14 @@ label.custom-control-label {
|
|
|
17673
17703
|
background-color: #88889a;
|
|
17674
17704
|
height: 0.1875rem;
|
|
17675
17705
|
}
|
|
17676
|
-
.page-link.focus, .page-link:focus {
|
|
17706
|
+
.page-link.focus, .page-link:focus-visible, .c-prefers-focus .page-link:focus {
|
|
17677
17707
|
box-shadow: none;
|
|
17678
17708
|
outline: 0;
|
|
17679
17709
|
z-index: 4;
|
|
17680
17710
|
border-color: transparent;
|
|
17681
17711
|
color: #272833;
|
|
17682
17712
|
}
|
|
17683
|
-
.page-link.focus::after, .page-link:focus::after {
|
|
17713
|
+
.page-link.focus::after, .page-link:focus-visible::after, .c-prefers-focus .page-link:focus::after {
|
|
17684
17714
|
border-radius: 4px;
|
|
17685
17715
|
bottom: 0;
|
|
17686
17716
|
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
@@ -17725,9 +17755,10 @@ label.custom-control-label {
|
|
|
17725
17755
|
.page-link:disabled::before, .page-link.disabled::before {
|
|
17726
17756
|
content: none;
|
|
17727
17757
|
}
|
|
17728
|
-
.page-link:disabled:focus::after, .page-link.disabled:focus::after {
|
|
17758
|
+
.page-link:disabled:focus-visible::after, .c-prefers-focus .page-link:disabled:focus::after, .page-link.disabled:focus-visible::after, .c-prefers-focus .page-link.disabled:focus::after {
|
|
17729
17759
|
content: none;
|
|
17730
17760
|
}
|
|
17761
|
+
|
|
17731
17762
|
.page-link:disabled:active, .page-link.disabled:active {
|
|
17732
17763
|
pointer-events: none;
|
|
17733
17764
|
}
|
|
@@ -17785,7 +17816,7 @@ label.custom-control-label {
|
|
|
17785
17816
|
.page-item.disabled .page-link::before {
|
|
17786
17817
|
content: none;
|
|
17787
17818
|
}
|
|
17788
|
-
.page-item.disabled .page-link.focus::after, .page-item.disabled .page-link:focus::after {
|
|
17819
|
+
.page-item.disabled .page-link.focus::after, .page-item.disabled .page-link:focus-visible::after, .c-prefers-focus .page-item.disabled .page-link:focus::after {
|
|
17789
17820
|
content: none;
|
|
17790
17821
|
}
|
|
17791
17822
|
.page-item.disabled .page-link:active {
|
|
@@ -17863,16 +17894,18 @@ label.custom-control-label {
|
|
|
17863
17894
|
background-color: #88889a;
|
|
17864
17895
|
height: 0.1875rem;
|
|
17865
17896
|
}
|
|
17866
|
-
.pagination-items-per-page > a.focus, .pagination-items-per-page > a:focus,
|
|
17897
|
+
.pagination-items-per-page > a.focus, .pagination-items-per-page > a:focus-visible, .c-prefers-focus .pagination-items-per-page > a:focus,
|
|
17867
17898
|
.pagination-items-per-page > button.focus,
|
|
17868
|
-
.pagination-items-per-page > button:focus
|
|
17899
|
+
.pagination-items-per-page > button:focus-visible,
|
|
17900
|
+
.c-prefers-focus .pagination-items-per-page > button:focus {
|
|
17869
17901
|
outline: 0;
|
|
17870
17902
|
border-color: transparent;
|
|
17871
17903
|
color: #272833;
|
|
17872
17904
|
}
|
|
17873
|
-
.pagination-items-per-page > a.focus::after, .pagination-items-per-page > a:focus::after,
|
|
17905
|
+
.pagination-items-per-page > a.focus::after, .pagination-items-per-page > a:focus-visible::after, .c-prefers-focus .pagination-items-per-page > a:focus::after,
|
|
17874
17906
|
.pagination-items-per-page > button.focus::after,
|
|
17875
|
-
.pagination-items-per-page > button:focus::after
|
|
17907
|
+
.pagination-items-per-page > button:focus-visible::after,
|
|
17908
|
+
.c-prefers-focus .pagination-items-per-page > button:focus::after {
|
|
17876
17909
|
border-radius: 4px;
|
|
17877
17910
|
bottom: 0;
|
|
17878
17911
|
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
@@ -17914,11 +17947,14 @@ label.custom-control-label {
|
|
|
17914
17947
|
.pagination-items-per-page > button.disabled::before {
|
|
17915
17948
|
content: none;
|
|
17916
17949
|
}
|
|
17917
|
-
.pagination-items-per-page > a:disabled:focus::after, .pagination-items-per-page > a.disabled:focus::after,
|
|
17918
|
-
.pagination-items-per-page > button:disabled:focus::after,
|
|
17919
|
-
.pagination-items-per-page > button
|
|
17950
|
+
.pagination-items-per-page > a:disabled:focus-visible::after, .c-prefers-focus .pagination-items-per-page > a:disabled:focus::after, .pagination-items-per-page > a.disabled:focus-visible::after, .c-prefers-focus .pagination-items-per-page > a.disabled:focus::after,
|
|
17951
|
+
.pagination-items-per-page > button:disabled:focus-visible::after,
|
|
17952
|
+
.c-prefers-focus .pagination-items-per-page > button:disabled:focus::after,
|
|
17953
|
+
.pagination-items-per-page > button.disabled:focus-visible::after,
|
|
17954
|
+
.c-prefers-focus .pagination-items-per-page > button.disabled:focus::after {
|
|
17920
17955
|
content: none;
|
|
17921
17956
|
}
|
|
17957
|
+
|
|
17922
17958
|
.pagination-items-per-page > a[aria-expanded=true], .pagination-items-per-page > a.show,
|
|
17923
17959
|
.pagination-items-per-page > button[aria-expanded=true],
|
|
17924
17960
|
.pagination-items-per-page > button.show {
|
|
@@ -17967,9 +18003,10 @@ label.custom-control-label {
|
|
|
17967
18003
|
.pagination-items-per-page.disabled > button::before {
|
|
17968
18004
|
content: none;
|
|
17969
18005
|
}
|
|
17970
|
-
.pagination-items-per-page.disabled > a.focus::after, .pagination-items-per-page.disabled > a:focus::after,
|
|
18006
|
+
.pagination-items-per-page.disabled > a.focus::after, .pagination-items-per-page.disabled > a:focus-visible::after, .c-prefers-focus .pagination-items-per-page.disabled > a:focus::after,
|
|
17971
18007
|
.pagination-items-per-page.disabled > button.focus::after,
|
|
17972
|
-
.pagination-items-per-page.disabled > button:focus::after
|
|
18008
|
+
.pagination-items-per-page.disabled > button:focus-visible::after,
|
|
18009
|
+
.c-prefers-focus .pagination-items-per-page.disabled > button:focus::after {
|
|
17973
18010
|
content: none;
|
|
17974
18011
|
}
|
|
17975
18012
|
@media (max-width: 767.98px) {
|
|
@@ -18152,7 +18189,7 @@ label.custom-control-label {
|
|
|
18152
18189
|
color: inherit;
|
|
18153
18190
|
text-decoration: none;
|
|
18154
18191
|
}
|
|
18155
|
-
.panel-header-link.focus, .panel-header-link:focus {
|
|
18192
|
+
.panel-header-link.focus, .panel-header-link:focus-visible, .c-prefers-focus .panel-header-link:focus {
|
|
18156
18193
|
z-index: 1;
|
|
18157
18194
|
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
18158
18195
|
outline: 0;
|
|
@@ -18375,7 +18412,7 @@ label.custom-control-label {
|
|
|
18375
18412
|
.panel-unstyled .panel-header.panel-header-link {
|
|
18376
18413
|
border-radius: 1px;
|
|
18377
18414
|
}
|
|
18378
|
-
.panel-unstyled .panel-header.panel-header-link.focus, .panel-unstyled .panel-header.panel-header-link:focus {
|
|
18415
|
+
.panel-unstyled .panel-header.panel-header-link.focus, .panel-unstyled .panel-header.panel-header-link:focus-visible, .c-prefers-focus .panel-unstyled .panel-header.panel-header-link:focus {
|
|
18379
18416
|
box-shadow: 0 0 0 0.25rem #fff, 0 0 0 0.375rem #528eff;
|
|
18380
18417
|
}
|
|
18381
18418
|
.panel-unstyled .panel-header:not(.collapse-icon-middle) .collapse-icon-closed,
|
|
@@ -19141,7 +19178,7 @@ a.sheet-subtitle {
|
|
|
19141
19178
|
a.sheet-subtitle:hover, a.sheet-subtitle.hover {
|
|
19142
19179
|
text-decoration: none;
|
|
19143
19180
|
}
|
|
19144
|
-
a.sheet-subtitle.focus, a.sheet-subtitle:focus {
|
|
19181
|
+
a.sheet-subtitle.focus, a.sheet-subtitle:focus-visible, .c-prefers-focus a.sheet-subtitle:focus {
|
|
19145
19182
|
box-shadow: 0 0 0 0.25rem #fff, 0 0 0 0.375rem #528eff;
|
|
19146
19183
|
outline: 0;
|
|
19147
19184
|
}
|
|
@@ -19490,9 +19527,10 @@ a.sheet-subtitle.focus, a.sheet-subtitle:focus {
|
|
|
19490
19527
|
.sidenav-left .sidebar-light {
|
|
19491
19528
|
box-shadow: 0.25rem 0 0.5rem -0.25rem rgba(0, 0, 0, 0.1);
|
|
19492
19529
|
}
|
|
19493
|
-
.sidenav-start .sidebar-light
|
|
19494
|
-
.sidenav-left .sidebar-light
|
|
19495
|
-
.sidenav-left .sidebar-light
|
|
19530
|
+
.sidenav-start .sidebar-light.focus, .sidenav-start .sidebar-light:focus-visible, .c-prefers-focus .sidenav-start .sidebar-light:focus,
|
|
19531
|
+
.sidenav-left .sidebar-light.focus,
|
|
19532
|
+
.sidenav-left .sidebar-light:focus-visible,
|
|
19533
|
+
.c-prefers-focus .sidenav-left .sidebar-light:focus {
|
|
19496
19534
|
box-shadow: 0.25rem 0 0.5rem -0.25rem rgba(0, 0, 0, 0.1), inset 0 0 0 0.125rem #528eff, inset 0 0 0 0.25rem #fff;
|
|
19497
19535
|
}
|
|
19498
19536
|
|
|
@@ -19513,7 +19551,7 @@ a.sheet-subtitle.focus, a.sheet-subtitle:focus {
|
|
|
19513
19551
|
.sidebar-light .sidebar-dd [href] {
|
|
19514
19552
|
color: #272833;
|
|
19515
19553
|
}
|
|
19516
|
-
.sidebar-light .panel-unstyled .panel-header.panel-header-link.focus, .sidebar-light .panel-unstyled .panel-header.panel-header-link:focus {
|
|
19554
|
+
.sidebar-light .panel-unstyled .panel-header.panel-header-link.focus, .sidebar-light .panel-unstyled .panel-header.panel-header-link:focus-visible, .c-prefers-focus .sidebar-light .panel-unstyled .panel-header.panel-header-link:focus {
|
|
19517
19555
|
box-shadow: 0 0 0 0.25rem #fff, 0 0 0 0.375rem #528eff;
|
|
19518
19556
|
}
|
|
19519
19557
|
.sidebar-light .component-navigation-bar {
|
|
@@ -19597,7 +19635,7 @@ a.sheet-subtitle.focus, a.sheet-subtitle:focus {
|
|
|
19597
19635
|
.sidebar-dark .nav-nested .nav-link:hover, .sidebar-dark .nav-nested .nav-link.hover {
|
|
19598
19636
|
color: #fff;
|
|
19599
19637
|
}
|
|
19600
|
-
.sidebar-dark .nav-nested .nav-link.focus, .sidebar-dark .nav-nested .nav-link:focus {
|
|
19638
|
+
.sidebar-dark .nav-nested .nav-link.focus, .sidebar-dark .nav-nested .nav-link:focus-visible, .c-prefers-focus .sidebar-dark .nav-nested .nav-link:focus {
|
|
19601
19639
|
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
19602
19640
|
outline: 0;
|
|
19603
19641
|
}
|
|
@@ -19659,7 +19697,7 @@ a.sheet-subtitle.focus, a.sheet-subtitle:focus {
|
|
|
19659
19697
|
.sidebar-dark-l2 .nav-nested .nav-link:hover, .sidebar-dark-l2 .nav-nested .nav-link.hover {
|
|
19660
19698
|
color: #fff;
|
|
19661
19699
|
}
|
|
19662
|
-
.sidebar-dark-l2 .nav-nested .nav-link.focus, .sidebar-dark-l2 .nav-nested .nav-link:focus {
|
|
19700
|
+
.sidebar-dark-l2 .nav-nested .nav-link.focus, .sidebar-dark-l2 .nav-nested .nav-link:focus-visible, .c-prefers-focus .sidebar-dark-l2 .nav-nested .nav-link:focus {
|
|
19663
19701
|
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
19664
19702
|
outline: 0;
|
|
19665
19703
|
}
|
|
@@ -19888,7 +19926,7 @@ caption {
|
|
|
19888
19926
|
.table thead th [href]:hover, .table thead th [href].hover {
|
|
19889
19927
|
color: #272833;
|
|
19890
19928
|
}
|
|
19891
|
-
.table thead th [href].focus, .table thead th [href]:focus {
|
|
19929
|
+
.table thead th [href].focus, .table thead th [href]:focus-visible, .c-prefers-focus .table thead th [href]:focus {
|
|
19892
19930
|
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
19893
19931
|
outline: 0;
|
|
19894
19932
|
}
|
|
@@ -20307,9 +20345,10 @@ caption {
|
|
|
20307
20345
|
.table-title [href].hover {
|
|
20308
20346
|
color: #272833;
|
|
20309
20347
|
}
|
|
20310
|
-
.table-title[href].focus, .table-title[href]:focus,
|
|
20348
|
+
.table-title[href].focus, .table-title[href]:focus-visible, .c-prefers-focus .table-title[href]:focus,
|
|
20311
20349
|
.table-title [href].focus,
|
|
20312
|
-
.table-title [href]:focus
|
|
20350
|
+
.table-title [href]:focus-visible,
|
|
20351
|
+
.c-prefers-focus .table-title [href]:focus {
|
|
20313
20352
|
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
20314
20353
|
outline: 0;
|
|
20315
20354
|
}
|
|
@@ -20332,7 +20371,7 @@ caption {
|
|
|
20332
20371
|
.table-link:hover, .table-link.hover {
|
|
20333
20372
|
color: #272833;
|
|
20334
20373
|
}
|
|
20335
|
-
.table-link.focus, .table-link:focus {
|
|
20374
|
+
.table-link.focus, .table-link:focus-visible, .c-prefers-focus .table-link:focus {
|
|
20336
20375
|
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
20337
20376
|
outline: 0;
|
|
20338
20377
|
}
|
|
@@ -20362,7 +20401,7 @@ caption {
|
|
|
20362
20401
|
background-color: rgba(0, 0, 0, 0.02);
|
|
20363
20402
|
color: #272833;
|
|
20364
20403
|
}
|
|
20365
|
-
.table-action-link.focus, .table-action-link:focus {
|
|
20404
|
+
.table-action-link.focus, .table-action-link:focus-visible, .c-prefers-focus .table-action-link:focus {
|
|
20366
20405
|
background-color: rgba(0, 0, 0, 0.02);
|
|
20367
20406
|
color: #272833;
|
|
20368
20407
|
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
@@ -20663,9 +20702,10 @@ caption {
|
|
|
20663
20702
|
.table-list-title [href].hover {
|
|
20664
20703
|
color: #272833;
|
|
20665
20704
|
}
|
|
20666
|
-
.table-list-title[href].focus, .table-list-title[href]:focus,
|
|
20705
|
+
.table-list-title[href].focus, .table-list-title[href]:focus-visible, .c-prefers-focus .table-list-title[href]:focus,
|
|
20667
20706
|
.table-list-title [href].focus,
|
|
20668
|
-
.table-list-title [href]:focus
|
|
20707
|
+
.table-list-title [href]:focus-visible,
|
|
20708
|
+
.c-prefers-focus .table-list-title [href]:focus {
|
|
20669
20709
|
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
20670
20710
|
outline: 0;
|
|
20671
20711
|
}
|
|
@@ -20688,7 +20728,7 @@ caption {
|
|
|
20688
20728
|
.table-list-link:hover, .table-list-link.hover {
|
|
20689
20729
|
color: #272833;
|
|
20690
20730
|
}
|
|
20691
|
-
.table-list-link.focus, .table-list-link:focus {
|
|
20731
|
+
.table-list-link.focus, .table-list-link:focus-visible, .c-prefers-focus .table-list-link:focus {
|
|
20692
20732
|
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
20693
20733
|
outline: 0;
|
|
20694
20734
|
}
|
|
@@ -20717,7 +20757,7 @@ caption {
|
|
|
20717
20757
|
background-color: rgba(0, 0, 0, 0.02);
|
|
20718
20758
|
color: #272833;
|
|
20719
20759
|
}
|
|
20720
|
-
.table-list-action-link.focus, .table-list-action-link:focus {
|
|
20760
|
+
.table-list-action-link.focus, .table-list-action-link:focus-visible, .c-prefers-focus .table-list-action-link:focus {
|
|
20721
20761
|
background-color: rgba(0, 0, 0, 0.02);
|
|
20722
20762
|
color: #272833;
|
|
20723
20763
|
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
@@ -21275,9 +21315,10 @@ caption {
|
|
|
21275
21315
|
margin-top: -0.625rem;
|
|
21276
21316
|
width: 3rem;
|
|
21277
21317
|
}
|
|
21278
|
-
.subnav-tbar-primary .component-label .close:focus {
|
|
21318
|
+
.subnav-tbar-primary .component-label .close.focus, .subnav-tbar-primary .component-label .close:focus-visible, .c-prefers-focus .subnav-tbar-primary .component-label .close:focus {
|
|
21279
21319
|
color: inherit;
|
|
21280
21320
|
}
|
|
21321
|
+
|
|
21281
21322
|
.subnav-tbar-primary .component-label .close:disabled, .subnav-tbar-primary .component-label .close.disabled {
|
|
21282
21323
|
color: #6b6c7e;
|
|
21283
21324
|
opacity: 0.65;
|
|
@@ -21371,10 +21412,10 @@ caption {
|
|
|
21371
21412
|
position: relative;
|
|
21372
21413
|
width: 2.5rem;
|
|
21373
21414
|
}
|
|
21374
|
-
.tbar-stacked .tbar-btn-monospaced
|
|
21415
|
+
.tbar-stacked .tbar-btn-monospaced.focus, .tbar-stacked .tbar-btn-monospaced:focus-visible, .c-prefers-focus .tbar-stacked .tbar-btn-monospaced:focus {
|
|
21375
21416
|
box-shadow: inset 0 0 0 0.125rem #528eff, inset 0 0 0 0.25rem #fff;
|
|
21376
21417
|
}
|
|
21377
|
-
.tbar-stacked .tbar-btn-monospaced:active:focus {
|
|
21418
|
+
.tbar-stacked .tbar-btn-monospaced:active:focus-visible, .c-prefers-focus .tbar-stacked .tbar-btn-monospaced:active:focus {
|
|
21378
21419
|
box-shadow: inset 0 0 0 0.125rem #528eff, inset 0 0 0 0.25rem #fff;
|
|
21379
21420
|
}
|
|
21380
21421
|
.tbar-stacked .tbar-btn-monospaced .c-inner {
|
|
@@ -21400,7 +21441,7 @@ caption {
|
|
|
21400
21441
|
.tbar-light .tbar-btn-monospaced:hover {
|
|
21401
21442
|
color: #272833;
|
|
21402
21443
|
}
|
|
21403
|
-
.tbar-light .tbar-btn-monospaced
|
|
21444
|
+
.tbar-light .tbar-btn-monospaced.focus, .tbar-light .tbar-btn-monospaced:focus-visible, .c-prefers-focus .tbar-light .tbar-btn-monospaced:focus {
|
|
21404
21445
|
color: #272833;
|
|
21405
21446
|
}
|
|
21406
21447
|
.tbar-light .tbar-btn-monospaced:active {
|
|
@@ -21436,7 +21477,7 @@ caption {
|
|
|
21436
21477
|
.tbar-dark-l2 .tbar-btn-monospaced:hover {
|
|
21437
21478
|
color: #fff;
|
|
21438
21479
|
}
|
|
21439
|
-
.tbar-dark-l2 .tbar-btn-monospaced
|
|
21480
|
+
.tbar-dark-l2 .tbar-btn-monospaced.focus, .tbar-dark-l2 .tbar-btn-monospaced:focus-visible, .c-prefers-focus .tbar-dark-l2 .tbar-btn-monospaced:focus {
|
|
21440
21481
|
color: #fff;
|
|
21441
21482
|
}
|
|
21442
21483
|
.tbar-dark-l2 .tbar-btn-monospaced:active {
|
|
@@ -21471,7 +21512,7 @@ caption {
|
|
|
21471
21512
|
.tbar-dark-d1 .tbar-btn-monospaced:hover {
|
|
21472
21513
|
color: #fff;
|
|
21473
21514
|
}
|
|
21474
|
-
.tbar-dark-d1 .tbar-btn-monospaced
|
|
21515
|
+
.tbar-dark-d1 .tbar-btn-monospaced.focus, .tbar-dark-d1 .tbar-btn-monospaced:focus-visible, .c-prefers-focus .tbar-dark-d1 .tbar-btn-monospaced:focus {
|
|
21475
21516
|
color: #fff;
|
|
21476
21517
|
}
|
|
21477
21518
|
.tbar-dark-d1 .tbar-btn-monospaced:active {
|
|
@@ -21921,7 +21962,7 @@ caption {
|
|
|
21921
21962
|
.toggle-switch-check ~ .toggle-switch-bar .button-icon-on {
|
|
21922
21963
|
opacity: 0;
|
|
21923
21964
|
}
|
|
21924
|
-
.toggle-switch-check:focus ~ .toggle-switch-bar::before {
|
|
21965
|
+
.toggle-switch-check:focus-visible ~ .toggle-switch-bar::before, .c-prefers-focus .toggle-switch-check:focus ~ .toggle-switch-bar::before {
|
|
21925
21966
|
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
21926
21967
|
}
|
|
21927
21968
|
.toggle-switch-check[disabled] ~ .toggle-switch-bar, .toggle-switch-check:disabled ~ .toggle-switch-bar {
|
|
@@ -22369,10 +22410,10 @@ caption {
|
|
|
22369
22410
|
padding: 0;
|
|
22370
22411
|
width: 24px;
|
|
22371
22412
|
}
|
|
22372
|
-
.treeview .btn-monospaced
|
|
22413
|
+
.treeview .btn-monospaced.focus, .treeview .btn-monospaced:focus-visible, .c-prefers-focus .treeview .btn-monospaced:focus {
|
|
22373
22414
|
box-shadow: inset 0 0 0 0.125rem #528eff, inset 0 0 0 0.25rem #fff;
|
|
22374
22415
|
}
|
|
22375
|
-
.treeview .btn-monospaced:active:focus {
|
|
22416
|
+
.treeview .btn-monospaced:active:focus-visible, .c-prefers-focus .treeview .btn-monospaced:active:focus {
|
|
22376
22417
|
box-shadow: inset 0 0 0 0.125rem #528eff, inset 0 0 0 0.25rem #fff;
|
|
22377
22418
|
}
|
|
22378
22419
|
.treeview .custom-control {
|
|
@@ -22395,7 +22436,7 @@ caption {
|
|
|
22395
22436
|
background-color: transparent;
|
|
22396
22437
|
color: #6b6c7e;
|
|
22397
22438
|
}
|
|
22398
|
-
.treeview .component-action
|
|
22439
|
+
.treeview .component-action.focus, .treeview .component-action:focus-visible, .c-prefers-focus .treeview .component-action:focus {
|
|
22399
22440
|
color: #6b6c7e;
|
|
22400
22441
|
}
|
|
22401
22442
|
.treeview .component-action:active {
|
|
@@ -22526,7 +22567,7 @@ caption {
|
|
|
22526
22567
|
.treeview-link:hover, .treeview-link.hover {
|
|
22527
22568
|
text-decoration: none;
|
|
22528
22569
|
}
|
|
22529
|
-
.treeview-link.focus, .treeview-link:focus {
|
|
22570
|
+
.treeview-link.focus, .treeview-link:focus-visible, .c-prefers-focus .treeview-link:focus {
|
|
22530
22571
|
box-shadow: inset 0 0 0 0.125rem #528eff, inset 0 0 0 0.25rem #fff;
|
|
22531
22572
|
outline: 0;
|
|
22532
22573
|
}
|
|
@@ -22685,11 +22726,12 @@ caption {
|
|
|
22685
22726
|
text-decoration: none;
|
|
22686
22727
|
outline: 0;
|
|
22687
22728
|
}
|
|
22688
|
-
.close:focus {
|
|
22729
|
+
.close.focus, .close:focus-visible, .c-prefers-focus .close:focus {
|
|
22689
22730
|
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
22690
22731
|
outline: 0;
|
|
22691
22732
|
opacity: 0.75;
|
|
22692
22733
|
}
|
|
22734
|
+
|
|
22693
22735
|
.close:disabled, .close.disabled {
|
|
22694
22736
|
box-shadow: none;
|
|
22695
22737
|
cursor: not-allowed;
|