@clayui/css 3.99.0 → 3.101.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 +263 -206
- package/lib/css/atlas.css.map +1 -1
- package/lib/css/base.css +164 -126
- package/lib/css/base.css.map +1 -1
- package/lib/css/cadmin.css +394 -193
- package/lib/css/cadmin.css.map +1 -1
- package/lib/images/icons/flags-es-AR.svg +1 -1
- package/lib/images/icons/flags-es-CO.svg +1 -1
- package/lib/images/icons/flags-es-MX.svg +1 -1
- package/lib/images/icons/icons.svg +1 -1
- package/package.json +2 -2
- package/src/images/icons/flags-es-AR.svg +1 -1
- package/src/images/icons/flags-es-CO.svg +1 -1
- package/src/images/icons/flags-es-MX.svg +1 -1
- 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/_slideout.scss +1 -0
- package/src/scss/components/_modals.scss +4 -0
- package/src/scss/functions/_lx-icons-generated.scss +3 -3
- 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/_badges.scss +6 -1
- package/src/scss/variables/_buttons.scss +17 -3
- package/src/scss/variables/_globals.scss +8 -0
package/lib/css/atlas.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/**
|
|
3
|
-
* Clay 3.
|
|
3
|
+
* Clay 3.101.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 {
|
|
@@ -1702,18 +1702,32 @@ input[type=button].btn-block {
|
|
|
1702
1702
|
text-decoration: none;
|
|
1703
1703
|
}
|
|
1704
1704
|
.btn-beta {
|
|
1705
|
-
background-color:
|
|
1705
|
+
background-color: rgba(41, 79, 152, 0.04);
|
|
1706
1706
|
color: #294f98;
|
|
1707
1707
|
text-transform: uppercase;
|
|
1708
1708
|
}
|
|
1709
1709
|
.btn-beta:hover {
|
|
1710
|
-
background-color:
|
|
1710
|
+
background-color: rgba(41, 79, 152, 0.06);
|
|
1711
1711
|
color: #294f98;
|
|
1712
1712
|
}
|
|
1713
|
-
.btn-beta:focus, .focus.btn-beta {
|
|
1714
|
-
background-color:
|
|
1713
|
+
.focus.btn-beta, .btn-beta:focus-visible, .c-prefers-focus .btn-beta:focus {
|
|
1714
|
+
background-color: rgba(41, 79, 152, 0.06);
|
|
1715
1715
|
color: #294f98;
|
|
1716
1716
|
}
|
|
1717
|
+
.btn-beta-dark {
|
|
1718
|
+
background-color: rgba(238, 242, 250, 0.04);
|
|
1719
|
+
border-color: transparent;
|
|
1720
|
+
color: #89a7e0;
|
|
1721
|
+
text-transform: uppercase;
|
|
1722
|
+
}
|
|
1723
|
+
.btn-beta-dark:hover {
|
|
1724
|
+
background-color: rgba(238, 242, 250, 0.06);
|
|
1725
|
+
color: #89a7e0;
|
|
1726
|
+
}
|
|
1727
|
+
.focus.btn-beta-dark, .btn-beta-dark:focus-visible, .c-prefers-focus .btn-beta-dark:focus {
|
|
1728
|
+
background-color: rgba(238, 242, 250, 0.06);
|
|
1729
|
+
color: #89a7e0;
|
|
1730
|
+
}
|
|
1717
1731
|
.btn-outline-primary {
|
|
1718
1732
|
border-color: #0b5fff;
|
|
1719
1733
|
color: #0b5fff;
|
|
@@ -1723,7 +1737,7 @@ input[type=button].btn-block {
|
|
|
1723
1737
|
border-color: #0b5fff;
|
|
1724
1738
|
color: #0b5fff;
|
|
1725
1739
|
}
|
|
1726
|
-
.btn-outline-primary
|
|
1740
|
+
.btn-outline-primary.focus, .btn-outline-primary:focus-visible, .c-prefers-focus .btn-outline-primary:focus {
|
|
1727
1741
|
background-color: #f0f5ff;
|
|
1728
1742
|
color: #0b5fff;
|
|
1729
1743
|
}
|
|
@@ -1754,7 +1768,7 @@ input[type=button].btn-block {
|
|
|
1754
1768
|
border-color: transparent;
|
|
1755
1769
|
color: #272833;
|
|
1756
1770
|
}
|
|
1757
|
-
.btn-outline-secondary
|
|
1771
|
+
.btn-outline-secondary.focus, .btn-outline-secondary:focus-visible, .c-prefers-focus .btn-outline-secondary:focus {
|
|
1758
1772
|
background-color: rgba(39, 40, 51, 0.03);
|
|
1759
1773
|
border-color: transparent;
|
|
1760
1774
|
color: #272833;
|
|
@@ -1788,7 +1802,7 @@ input[type=button].btn-block {
|
|
|
1788
1802
|
border-color: #287d3c;
|
|
1789
1803
|
color: #fff;
|
|
1790
1804
|
}
|
|
1791
|
-
.btn-outline-success
|
|
1805
|
+
.btn-outline-success.focus, .btn-outline-success:focus-visible, .c-prefers-focus .btn-outline-success:focus {
|
|
1792
1806
|
background-color: #226a33;
|
|
1793
1807
|
color: #fff;
|
|
1794
1808
|
}
|
|
@@ -1820,7 +1834,7 @@ input[type=button].btn-block {
|
|
|
1820
1834
|
border-color: #2e5aac;
|
|
1821
1835
|
color: #fff;
|
|
1822
1836
|
}
|
|
1823
|
-
.btn-outline-info
|
|
1837
|
+
.btn-outline-info.focus, .btn-outline-info:focus-visible, .c-prefers-focus .btn-outline-info:focus {
|
|
1824
1838
|
background-color: #294f98;
|
|
1825
1839
|
color: #fff;
|
|
1826
1840
|
}
|
|
@@ -1852,7 +1866,7 @@ input[type=button].btn-block {
|
|
|
1852
1866
|
border-color: #b95000;
|
|
1853
1867
|
color: #fff;
|
|
1854
1868
|
}
|
|
1855
|
-
.btn-outline-warning
|
|
1869
|
+
.btn-outline-warning.focus, .btn-outline-warning:focus-visible, .c-prefers-focus .btn-outline-warning:focus {
|
|
1856
1870
|
background-color: #9f4500;
|
|
1857
1871
|
color: #fff;
|
|
1858
1872
|
}
|
|
@@ -1884,7 +1898,7 @@ input[type=button].btn-block {
|
|
|
1884
1898
|
border-color: #da1414;
|
|
1885
1899
|
color: #fff;
|
|
1886
1900
|
}
|
|
1887
|
-
.btn-outline-danger
|
|
1901
|
+
.btn-outline-danger.focus, .btn-outline-danger:focus-visible, .c-prefers-focus .btn-outline-danger:focus {
|
|
1888
1902
|
background-color: #c31212;
|
|
1889
1903
|
color: #fff;
|
|
1890
1904
|
}
|
|
@@ -1916,7 +1930,7 @@ input[type=button].btn-block {
|
|
|
1916
1930
|
border-color: #f1f2f5;
|
|
1917
1931
|
color: #272833;
|
|
1918
1932
|
}
|
|
1919
|
-
.btn-outline-light
|
|
1933
|
+
.btn-outline-light.focus, .btn-outline-light:focus-visible, .c-prefers-focus .btn-outline-light:focus {
|
|
1920
1934
|
background-color: #e2e4ea;
|
|
1921
1935
|
color: #272833;
|
|
1922
1936
|
}
|
|
@@ -1948,7 +1962,7 @@ input[type=button].btn-block {
|
|
|
1948
1962
|
border-color: #272833;
|
|
1949
1963
|
color: #fff;
|
|
1950
1964
|
}
|
|
1951
|
-
.btn-outline-dark
|
|
1965
|
+
.btn-outline-dark.focus, .btn-outline-dark:focus-visible, .c-prefers-focus .btn-outline-dark:focus {
|
|
1952
1966
|
background-color: #1c1c24;
|
|
1953
1967
|
color: #fff;
|
|
1954
1968
|
}
|
|
@@ -1977,7 +1991,7 @@ input[type=button].btn-block {
|
|
|
1977
1991
|
.btn-outline-borderless:hover {
|
|
1978
1992
|
border-color: transparent;
|
|
1979
1993
|
}
|
|
1980
|
-
.btn-outline-borderless
|
|
1994
|
+
.btn-outline-borderless.focus, .btn-outline-borderless:focus-visible, .c-prefers-focus .btn-outline-borderless:focus {
|
|
1981
1995
|
border-color: transparent;
|
|
1982
1996
|
}
|
|
1983
1997
|
.btn-outline-borderless:disabled, .btn-outline-borderless.disabled {
|
|
@@ -3398,9 +3412,10 @@ input[type=button].btn-block {
|
|
|
3398
3412
|
.alert-link.btn-unstyled.hover {
|
|
3399
3413
|
text-decoration: none;
|
|
3400
3414
|
}
|
|
3401
|
-
.alert-link.focus, .alert-link:focus,
|
|
3415
|
+
.alert-link.focus, .alert-link:focus-visible, .c-prefers-focus .alert-link:focus,
|
|
3402
3416
|
.alert-link.btn-unstyled.focus,
|
|
3403
|
-
.alert-link.btn-unstyled:focus
|
|
3417
|
+
.alert-link.btn-unstyled:focus-visible,
|
|
3418
|
+
.c-prefers-focus .alert-link.btn-unstyled:focus {
|
|
3404
3419
|
text-decoration: none;
|
|
3405
3420
|
}
|
|
3406
3421
|
.alert-indicator {
|
|
@@ -4053,7 +4068,7 @@ input[type=button].btn-block {
|
|
|
4053
4068
|
.badge[href]:hover, .badge[href].hover, .badge[type]:hover, .badge[type].hover {
|
|
4054
4069
|
text-decoration: none;
|
|
4055
4070
|
}
|
|
4056
|
-
.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 {
|
|
4057
4072
|
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
4058
4073
|
outline: 0;
|
|
4059
4074
|
}
|
|
@@ -4064,7 +4079,7 @@ input[type=button].btn-block {
|
|
|
4064
4079
|
.badge a:hover, .badge a.hover {
|
|
4065
4080
|
text-decoration: none;
|
|
4066
4081
|
}
|
|
4067
|
-
.badge a.focus, .badge a:focus {
|
|
4082
|
+
.badge a.focus, .badge a:focus-visible, .c-prefers-focus .badge a:focus {
|
|
4068
4083
|
text-decoration: none;
|
|
4069
4084
|
}
|
|
4070
4085
|
.badge > .c-inner {
|
|
@@ -4133,9 +4148,10 @@ input[type=button].btn-block {
|
|
|
4133
4148
|
color: inherit;
|
|
4134
4149
|
opacity: 1;
|
|
4135
4150
|
}
|
|
4136
|
-
.badge-item .close:focus {
|
|
4151
|
+
.badge-item .close.focus, .badge-item .close:focus-visible, .c-prefers-focus .badge-item .close:focus {
|
|
4137
4152
|
opacity: 1;
|
|
4138
4153
|
}
|
|
4154
|
+
|
|
4139
4155
|
.badge-item .lexicon-icon {
|
|
4140
4156
|
height: 0.875em;
|
|
4141
4157
|
margin-top: 0;
|
|
@@ -4179,7 +4195,7 @@ input[type=button].btn-block {
|
|
|
4179
4195
|
background-color: #0b5fff;
|
|
4180
4196
|
color: #fff;
|
|
4181
4197
|
}
|
|
4182
|
-
[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 {
|
|
4183
4199
|
background-color: #0b5fff;
|
|
4184
4200
|
box-shadow: 0 0 0 0.2rem rgba(11, 95, 255, 0.5);
|
|
4185
4201
|
color: #fff;
|
|
@@ -4192,7 +4208,7 @@ input[type=button].btn-block {
|
|
|
4192
4208
|
background-color: #e7e7ed;
|
|
4193
4209
|
color: #272833;
|
|
4194
4210
|
}
|
|
4195
|
-
[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 {
|
|
4196
4212
|
background-color: #e7e7ed;
|
|
4197
4213
|
color: #272833;
|
|
4198
4214
|
box-shadow: 0 0 0 0.2rem rgba(231, 231, 237, 0.5);
|
|
@@ -4208,7 +4224,7 @@ input[type=button].btn-block {
|
|
|
4208
4224
|
background-color: #287d3c;
|
|
4209
4225
|
color: #fff;
|
|
4210
4226
|
}
|
|
4211
|
-
[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 {
|
|
4212
4228
|
background-color: #287d3c;
|
|
4213
4229
|
color: #fff;
|
|
4214
4230
|
box-shadow: 0 0 0 0.2rem rgba(40, 125, 60, 0.5);
|
|
@@ -4221,7 +4237,7 @@ input[type=button].btn-block {
|
|
|
4221
4237
|
background-color: #2e5aac;
|
|
4222
4238
|
color: #fff;
|
|
4223
4239
|
}
|
|
4224
|
-
[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 {
|
|
4225
4241
|
background-color: #2e5aac;
|
|
4226
4242
|
color: #fff;
|
|
4227
4243
|
box-shadow: 0 0 0 0.2rem rgba(46, 90, 172, 0.5);
|
|
@@ -4234,7 +4250,7 @@ input[type=button].btn-block {
|
|
|
4234
4250
|
background-color: #b95000;
|
|
4235
4251
|
color: #fff;
|
|
4236
4252
|
}
|
|
4237
|
-
[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 {
|
|
4238
4254
|
background-color: #b95000;
|
|
4239
4255
|
color: #fff;
|
|
4240
4256
|
box-shadow: 0 0 0 0.2rem rgba(185, 80, 0, 0.5);
|
|
@@ -4247,7 +4263,7 @@ input[type=button].btn-block {
|
|
|
4247
4263
|
background-color: #da1414;
|
|
4248
4264
|
color: #fff;
|
|
4249
4265
|
}
|
|
4250
|
-
[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 {
|
|
4251
4267
|
background-color: #da1414;
|
|
4252
4268
|
color: #fff;
|
|
4253
4269
|
box-shadow: 0 0 0 0.2rem rgba(218, 20, 20, 0.5);
|
|
@@ -4260,7 +4276,7 @@ input[type=button].btn-block {
|
|
|
4260
4276
|
background-color: #f1f2f5;
|
|
4261
4277
|
color: #272833;
|
|
4262
4278
|
}
|
|
4263
|
-
[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 {
|
|
4264
4280
|
background-color: #f1f2f5;
|
|
4265
4281
|
color: #272833;
|
|
4266
4282
|
box-shadow: 0 0 0 0.2rem rgba(241, 242, 245, 0.5);
|
|
@@ -4276,16 +4292,21 @@ input[type=button].btn-block {
|
|
|
4276
4292
|
background-color: #272833;
|
|
4277
4293
|
color: #fff;
|
|
4278
4294
|
}
|
|
4279
|
-
[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 {
|
|
4280
4296
|
background-color: #272833;
|
|
4281
4297
|
color: #fff;
|
|
4282
4298
|
box-shadow: 0 0 0 0.2rem rgba(39, 40, 51, 0.5);
|
|
4283
4299
|
}
|
|
4284
4300
|
.badge-beta {
|
|
4285
|
-
background-color:
|
|
4301
|
+
background-color: rgba(41, 79, 152, 0.04);
|
|
4286
4302
|
color: #294f98;
|
|
4287
4303
|
text-transform: uppercase;
|
|
4288
4304
|
}
|
|
4305
|
+
.badge-beta-dark {
|
|
4306
|
+
background-color: rgba(238, 242, 250, 0.04);
|
|
4307
|
+
color: #89a7e0;
|
|
4308
|
+
text-transform: uppercase;
|
|
4309
|
+
}
|
|
4289
4310
|
.breadcrumb {
|
|
4290
4311
|
background-color: transparent;
|
|
4291
4312
|
border-radius: 0.25rem;
|
|
@@ -4317,7 +4338,7 @@ input[type=button].btn-block {
|
|
|
4317
4338
|
color: #6b6c7e;
|
|
4318
4339
|
text-decoration: underline;
|
|
4319
4340
|
}
|
|
4320
|
-
.breadcrumb-link.focus, .breadcrumb-link:focus {
|
|
4341
|
+
.breadcrumb-link.focus, .breadcrumb-link:focus-visible, .c-prefers-focus .breadcrumb-link:focus {
|
|
4321
4342
|
color: #6b6c7e;
|
|
4322
4343
|
text-decoration: underline;
|
|
4323
4344
|
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
@@ -4367,7 +4388,7 @@ input[type=button].btn-block {
|
|
|
4367
4388
|
.breadcrumb-item .dropdown-toggle:hover {
|
|
4368
4389
|
text-decoration: none;
|
|
4369
4390
|
}
|
|
4370
|
-
.breadcrumb-item .dropdown-toggle
|
|
4391
|
+
.breadcrumb-item .dropdown-toggle.focus, .breadcrumb-item .dropdown-toggle:focus-visible, .c-prefers-focus .breadcrumb-item .dropdown-toggle:focus {
|
|
4371
4392
|
text-decoration: none;
|
|
4372
4393
|
}
|
|
4373
4394
|
.breadcrumb-text-truncate {
|
|
@@ -4624,7 +4645,7 @@ input[type=button].btn-block {
|
|
|
4624
4645
|
.label[href]:hover, .label[href].hover, .label[type]:hover, .label[type].hover, .label[tabindex]:hover, .label[tabindex].hover {
|
|
4625
4646
|
text-decoration: underline;
|
|
4626
4647
|
}
|
|
4627
|
-
.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 {
|
|
4628
4649
|
text-decoration: underline;
|
|
4629
4650
|
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
4630
4651
|
}
|
|
@@ -4640,9 +4661,10 @@ input[type=button].btn-block {
|
|
|
4640
4661
|
color: inherit;
|
|
4641
4662
|
text-decoration: underline;
|
|
4642
4663
|
}
|
|
4643
|
-
.label a.focus, .label a:focus,
|
|
4664
|
+
.label a.focus, .label a:focus-visible, .c-prefers-focus .label a:focus,
|
|
4644
4665
|
.label .btn-unstyled.focus,
|
|
4645
|
-
.label .btn-unstyled:focus
|
|
4666
|
+
.label .btn-unstyled:focus-visible,
|
|
4667
|
+
.c-prefers-focus .label .btn-unstyled:focus {
|
|
4646
4668
|
color: inherit;
|
|
4647
4669
|
text-decoration: underline;
|
|
4648
4670
|
}
|
|
@@ -4720,9 +4742,10 @@ input[type=button].btn-block {
|
|
|
4720
4742
|
color: inherit;
|
|
4721
4743
|
opacity: 1;
|
|
4722
4744
|
}
|
|
4723
|
-
.label-item .close:focus {
|
|
4745
|
+
.label-item .close.focus, .label-item .close:focus-visible, .c-prefers-focus .label-item .close:focus {
|
|
4724
4746
|
opacity: 1;
|
|
4725
4747
|
}
|
|
4748
|
+
|
|
4726
4749
|
.label-item .close:disabled, .label-item .close.disabled {
|
|
4727
4750
|
opacity: 0.4;
|
|
4728
4751
|
color: inherit;
|
|
@@ -4795,7 +4818,7 @@ input[type=button].btn-block {
|
|
|
4795
4818
|
border-color: #80acff;
|
|
4796
4819
|
color: #004ad7;
|
|
4797
4820
|
}
|
|
4798
|
-
[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 {
|
|
4799
4822
|
color: #004ad7;
|
|
4800
4823
|
}
|
|
4801
4824
|
.label-primary a:hover, .label-primary a.hover,
|
|
@@ -4806,9 +4829,10 @@ input[type=button].btn-block {
|
|
|
4806
4829
|
.label-primary .close:hover {
|
|
4807
4830
|
color: #004ad7;
|
|
4808
4831
|
}
|
|
4809
|
-
.label-primary .close:focus {
|
|
4832
|
+
.label-primary .close.focus, .label-primary .close:focus-visible, .c-prefers-focus .label-primary .close:focus {
|
|
4810
4833
|
color: #004ad7;
|
|
4811
4834
|
}
|
|
4835
|
+
|
|
4812
4836
|
.label-secondary {
|
|
4813
4837
|
background-color: #fff;
|
|
4814
4838
|
border-color: #cdced9;
|
|
@@ -4818,7 +4842,7 @@ input[type=button].btn-block {
|
|
|
4818
4842
|
border-color: #cdced9;
|
|
4819
4843
|
color: #272833;
|
|
4820
4844
|
}
|
|
4821
|
-
[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 {
|
|
4822
4846
|
color: #272833;
|
|
4823
4847
|
}
|
|
4824
4848
|
.label-secondary a:hover, .label-secondary a.hover,
|
|
@@ -4829,9 +4853,10 @@ input[type=button].btn-block {
|
|
|
4829
4853
|
.label-secondary .close:hover {
|
|
4830
4854
|
color: #272833;
|
|
4831
4855
|
}
|
|
4832
|
-
.label-secondary .close:focus {
|
|
4856
|
+
.label-secondary .close.focus, .label-secondary .close:focus-visible, .c-prefers-focus .label-secondary .close:focus {
|
|
4833
4857
|
color: #272833;
|
|
4834
4858
|
}
|
|
4859
|
+
|
|
4835
4860
|
.label-success {
|
|
4836
4861
|
background-color: #fff;
|
|
4837
4862
|
border-color: #5aca75;
|
|
@@ -4841,7 +4866,7 @@ input[type=button].btn-block {
|
|
|
4841
4866
|
border-color: #5aca75;
|
|
4842
4867
|
color: #1c5629;
|
|
4843
4868
|
}
|
|
4844
|
-
[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 {
|
|
4845
4870
|
color: #1c5629;
|
|
4846
4871
|
}
|
|
4847
4872
|
.label-success a:hover, .label-success a.hover,
|
|
@@ -4852,9 +4877,10 @@ input[type=button].btn-block {
|
|
|
4852
4877
|
.label-success .close:hover {
|
|
4853
4878
|
color: #1c5629;
|
|
4854
4879
|
}
|
|
4855
|
-
.label-success .close:focus {
|
|
4880
|
+
.label-success .close.focus, .label-success .close:focus-visible, .c-prefers-focus .label-success .close:focus {
|
|
4856
4881
|
color: #1c5629;
|
|
4857
4882
|
}
|
|
4883
|
+
|
|
4858
4884
|
.label-info {
|
|
4859
4885
|
background-color: #fff;
|
|
4860
4886
|
border-color: #89a7e0;
|
|
@@ -4864,7 +4890,7 @@ input[type=button].btn-block {
|
|
|
4864
4890
|
border-color: #89a7e0;
|
|
4865
4891
|
color: #234584;
|
|
4866
4892
|
}
|
|
4867
|
-
[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 {
|
|
4868
4894
|
color: #234584;
|
|
4869
4895
|
}
|
|
4870
4896
|
.label-info a:hover, .label-info a.hover,
|
|
@@ -4875,9 +4901,10 @@ input[type=button].btn-block {
|
|
|
4875
4901
|
.label-info .close:hover {
|
|
4876
4902
|
color: #234584;
|
|
4877
4903
|
}
|
|
4878
|
-
.label-info .close:focus {
|
|
4904
|
+
.label-info .close.focus, .label-info .close:focus-visible, .c-prefers-focus .label-info .close:focus {
|
|
4879
4905
|
color: #234584;
|
|
4880
4906
|
}
|
|
4907
|
+
|
|
4881
4908
|
.label-warning {
|
|
4882
4909
|
background-color: #fff;
|
|
4883
4910
|
border-color: #ff8f39;
|
|
@@ -4887,7 +4914,7 @@ input[type=button].btn-block {
|
|
|
4887
4914
|
border-color: #ff8f39;
|
|
4888
4915
|
color: #863a00;
|
|
4889
4916
|
}
|
|
4890
|
-
[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 {
|
|
4891
4918
|
color: #863a00;
|
|
4892
4919
|
}
|
|
4893
4920
|
.label-warning a:hover, .label-warning a.hover,
|
|
@@ -4898,9 +4925,10 @@ input[type=button].btn-block {
|
|
|
4898
4925
|
.label-warning .close:hover {
|
|
4899
4926
|
color: #863a00;
|
|
4900
4927
|
}
|
|
4901
|
-
.label-warning .close:focus {
|
|
4928
|
+
.label-warning .close.focus, .label-warning .close:focus-visible, .c-prefers-focus .label-warning .close:focus {
|
|
4902
4929
|
color: #863a00;
|
|
4903
4930
|
}
|
|
4931
|
+
|
|
4904
4932
|
.label-danger {
|
|
4905
4933
|
background-color: #fff;
|
|
4906
4934
|
border-color: #f48989;
|
|
@@ -4910,7 +4938,7 @@ input[type=button].btn-block {
|
|
|
4910
4938
|
border-color: #f48989;
|
|
4911
4939
|
color: #ab1010;
|
|
4912
4940
|
}
|
|
4913
|
-
[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 {
|
|
4914
4942
|
color: #ab1010;
|
|
4915
4943
|
}
|
|
4916
4944
|
.label-danger a:hover, .label-danger a.hover,
|
|
@@ -4921,9 +4949,10 @@ input[type=button].btn-block {
|
|
|
4921
4949
|
.label-danger .close:hover {
|
|
4922
4950
|
color: #ab1010;
|
|
4923
4951
|
}
|
|
4924
|
-
.label-danger .close:focus {
|
|
4952
|
+
.label-danger .close.focus, .label-danger .close:focus-visible, .c-prefers-focus .label-danger .close:focus {
|
|
4925
4953
|
color: #ab1010;
|
|
4926
4954
|
}
|
|
4955
|
+
|
|
4927
4956
|
.label-dark {
|
|
4928
4957
|
background-color: #fff;
|
|
4929
4958
|
border-color: #272833;
|
|
@@ -4933,7 +4962,7 @@ input[type=button].btn-block {
|
|
|
4933
4962
|
border-color: #272833;
|
|
4934
4963
|
color: #393a4a;
|
|
4935
4964
|
}
|
|
4936
|
-
[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 {
|
|
4937
4966
|
color: #393a4a;
|
|
4938
4967
|
}
|
|
4939
4968
|
.label-dark a:hover, .label-dark a.hover,
|
|
@@ -4944,9 +4973,10 @@ input[type=button].btn-block {
|
|
|
4944
4973
|
.label-dark .close:hover {
|
|
4945
4974
|
color: #393a4a;
|
|
4946
4975
|
}
|
|
4947
|
-
.label-dark .close:focus {
|
|
4976
|
+
.label-dark .close.focus, .label-dark .close:focus-visible, .c-prefers-focus .label-dark .close:focus {
|
|
4948
4977
|
color: #393a4a;
|
|
4949
4978
|
}
|
|
4979
|
+
|
|
4950
4980
|
.label-light {
|
|
4951
4981
|
background-color: #272833;
|
|
4952
4982
|
border-color: #f1f2f5;
|
|
@@ -4956,7 +4986,7 @@ input[type=button].btn-block {
|
|
|
4956
4986
|
border-color: #f1f2f5;
|
|
4957
4987
|
color: #d3d6e0;
|
|
4958
4988
|
}
|
|
4959
|
-
[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 {
|
|
4960
4990
|
color: #d3d6e0;
|
|
4961
4991
|
}
|
|
4962
4992
|
.label-light a:hover, .label-light a.hover,
|
|
@@ -4967,9 +4997,10 @@ input[type=button].btn-block {
|
|
|
4967
4997
|
.label-light .close:hover {
|
|
4968
4998
|
color: #d3d6e0;
|
|
4969
4999
|
}
|
|
4970
|
-
.label-light .close:focus {
|
|
5000
|
+
.label-light .close.focus, .label-light .close:focus-visible, .c-prefers-focus .label-light .close:focus {
|
|
4971
5001
|
color: #d3d6e0;
|
|
4972
5002
|
}
|
|
5003
|
+
|
|
4973
5004
|
.label-inverse-primary {
|
|
4974
5005
|
background-color: #0b5fff;
|
|
4975
5006
|
border-color: #0b5fff;
|
|
@@ -6133,7 +6164,7 @@ input[type=button].btn-block {
|
|
|
6133
6164
|
background-color: #f7f8f9;
|
|
6134
6165
|
text-decoration: none;
|
|
6135
6166
|
}
|
|
6136
|
-
.card-interactive
|
|
6167
|
+
.card-interactive.focus, .card-interactive:focus-visible, .c-prefers-focus .card-interactive:focus {
|
|
6137
6168
|
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
6138
6169
|
}
|
|
6139
6170
|
.card-interactive:active, .card-interactive.active {
|
|
@@ -6174,7 +6205,7 @@ input[type=button].btn-block {
|
|
|
6174
6205
|
cursor: pointer;
|
|
6175
6206
|
}
|
|
6176
6207
|
|
|
6177
|
-
.card-interactive-primary
|
|
6208
|
+
.card-interactive-primary.focus, .card-interactive-primary:focus-visible, .c-prefers-focus .card-interactive-primary:focus {
|
|
6178
6209
|
background-color: #f7f8f9;
|
|
6179
6210
|
}
|
|
6180
6211
|
.card-interactive-primary:active, .card-interactive-primary.active {
|
|
@@ -6198,7 +6229,7 @@ input[type=button].btn-block {
|
|
|
6198
6229
|
box-shadow: 0 0 0 2px #528eff;
|
|
6199
6230
|
color: #272833;
|
|
6200
6231
|
}
|
|
6201
|
-
.card-interactive-secondary
|
|
6232
|
+
.card-interactive-secondary.focus, .card-interactive-secondary:focus-visible, .c-prefers-focus .card-interactive-secondary:focus {
|
|
6202
6233
|
border-color: transparent;
|
|
6203
6234
|
box-shadow: 0 0 0 2px #528eff;
|
|
6204
6235
|
}
|
|
@@ -6430,7 +6461,7 @@ input[type=button].btn-block {
|
|
|
6430
6461
|
color: #272833;
|
|
6431
6462
|
text-decoration: none;
|
|
6432
6463
|
}
|
|
6433
|
-
.dropdown-item
|
|
6464
|
+
.dropdown-item.focus, .dropdown-item:focus-visible, .c-prefers-focus .dropdown-item:focus {
|
|
6434
6465
|
background-color: #f0f5ff;
|
|
6435
6466
|
color: #272833;
|
|
6436
6467
|
text-decoration: none;
|
|
@@ -6462,9 +6493,10 @@ input[type=button].btn-block {
|
|
|
6462
6493
|
.dropdown-item.active .c-kbd-inline {
|
|
6463
6494
|
color: #272833;
|
|
6464
6495
|
}
|
|
6465
|
-
.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 {
|
|
6466
6497
|
box-shadow: inset 0 0 0 0.125rem #528eff, inset 0 0 0 0.25rem #fff;
|
|
6467
6498
|
}
|
|
6499
|
+
|
|
6468
6500
|
.dropdown-item:disabled, .dropdown-item.disabled {
|
|
6469
6501
|
background-color: transparent;
|
|
6470
6502
|
color: #a7a9bc;
|
|
@@ -6681,7 +6713,7 @@ input[type=button].btn-block {
|
|
|
6681
6713
|
background-image: none;
|
|
6682
6714
|
color: #272833;
|
|
6683
6715
|
}
|
|
6684
|
-
.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 {
|
|
6685
6717
|
background-color: #f0f5ff;
|
|
6686
6718
|
background-image: none;
|
|
6687
6719
|
color: #272833;
|
|
@@ -6932,7 +6964,7 @@ input[type=button].btn-block {
|
|
|
6932
6964
|
color: inherit;
|
|
6933
6965
|
text-decoration: inherit;
|
|
6934
6966
|
}
|
|
6935
|
-
.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 {
|
|
6936
6968
|
color: inherit;
|
|
6937
6969
|
text-decoration: inherit;
|
|
6938
6970
|
}
|
|
@@ -6987,7 +7019,7 @@ input[type=button].btn-block {
|
|
|
6987
7019
|
color: inherit;
|
|
6988
7020
|
text-decoration: inherit;
|
|
6989
7021
|
}
|
|
6990
|
-
.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 {
|
|
6991
7023
|
color: inherit;
|
|
6992
7024
|
text-decoration: inherit;
|
|
6993
7025
|
}
|
|
@@ -7468,7 +7500,7 @@ fieldset[disabled] label .form-control {
|
|
|
7468
7500
|
color: #6b6c7e;
|
|
7469
7501
|
opacity: 1;
|
|
7470
7502
|
}
|
|
7471
|
-
.form-control
|
|
7503
|
+
.form-control.focus, .form-control:focus-visible, .c-prefers-focus .form-control:focus {
|
|
7472
7504
|
background-color: #f0f5ff;
|
|
7473
7505
|
border-color: #80acff;
|
|
7474
7506
|
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
@@ -7668,7 +7700,7 @@ div.form-control-sm {
|
|
|
7668
7700
|
padding: 0;
|
|
7669
7701
|
width: 50px;
|
|
7670
7702
|
}
|
|
7671
|
-
.form-control-inset
|
|
7703
|
+
.form-control-inset.focus, .form-control-inset:focus-visible, .c-prefers-focus .form-control-inset:focus {
|
|
7672
7704
|
outline: 0;
|
|
7673
7705
|
}
|
|
7674
7706
|
.form-control-inset:disabled, .form-control-inset.disabled {
|
|
@@ -7693,7 +7725,7 @@ select.form-control {
|
|
|
7693
7725
|
padding-right: 2em;
|
|
7694
7726
|
color: #272833;
|
|
7695
7727
|
}
|
|
7696
|
-
select.form-control
|
|
7728
|
+
select.form-control.focus, select.form-control:focus-visible, .c-prefers-focus select.form-control:focus {
|
|
7697
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");
|
|
7698
7730
|
}
|
|
7699
7731
|
select.form-control:disabled, select.form-control.disabled {
|
|
@@ -7745,13 +7777,14 @@ select.form-control[size] {
|
|
|
7745
7777
|
scrollbar-width: thin;
|
|
7746
7778
|
color: #272833;
|
|
7747
7779
|
}
|
|
7748
|
-
select.form-control[size]
|
|
7780
|
+
select.form-control[size].focus, select.form-control[size]:focus-visible, .c-prefers-focus select.form-control[size]:focus {
|
|
7749
7781
|
background-image: none;
|
|
7750
7782
|
}
|
|
7751
|
-
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 {
|
|
7752
7784
|
background-image: linear-gradient(#ffb528, #ffb528);
|
|
7753
7785
|
filter: invert(1);
|
|
7754
7786
|
}
|
|
7787
|
+
|
|
7755
7788
|
select.form-control[size] option {
|
|
7756
7789
|
padding: 0.4375rem 0.5rem;
|
|
7757
7790
|
}
|
|
@@ -7762,7 +7795,7 @@ select.form-control[size] option:checked {
|
|
|
7762
7795
|
background-image: linear-gradient(#d3d6e0, #d3d6e0);
|
|
7763
7796
|
}
|
|
7764
7797
|
@-moz-document url-prefix() {
|
|
7765
|
-
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 {
|
|
7766
7799
|
background-image: linear-gradient(#004ad7, #004ad7);
|
|
7767
7800
|
filter: invert(0);
|
|
7768
7801
|
}
|
|
@@ -7777,13 +7810,14 @@ select.form-control[multiple] {
|
|
|
7777
7810
|
scrollbar-width: thin;
|
|
7778
7811
|
color: #272833;
|
|
7779
7812
|
}
|
|
7780
|
-
select.form-control[multiple]
|
|
7813
|
+
select.form-control[multiple].focus, select.form-control[multiple]:focus-visible, .c-prefers-focus select.form-control[multiple]:focus {
|
|
7781
7814
|
background-image: none;
|
|
7782
7815
|
}
|
|
7783
|
-
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 {
|
|
7784
7817
|
background-image: linear-gradient(#ffb528, #ffb528);
|
|
7785
7818
|
filter: invert(1);
|
|
7786
7819
|
}
|
|
7820
|
+
|
|
7787
7821
|
select.form-control[multiple] option {
|
|
7788
7822
|
padding: 0.4375rem 0.5rem;
|
|
7789
7823
|
}
|
|
@@ -7794,7 +7828,7 @@ select.form-control[multiple] option:checked {
|
|
|
7794
7828
|
background-image: linear-gradient(#d3d6e0, #d3d6e0);
|
|
7795
7829
|
}
|
|
7796
7830
|
@-moz-document url-prefix() {
|
|
7797
|
-
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 {
|
|
7798
7832
|
background-image: linear-gradient(#004ad7, #004ad7);
|
|
7799
7833
|
filter: invert(0);
|
|
7800
7834
|
}
|
|
@@ -7807,7 +7841,7 @@ select.form-control[multiple] option:checked {
|
|
|
7807
7841
|
.form-control-select-secondary:hover, .form-control-select-secondary.hover {
|
|
7808
7842
|
color: #6b6c7e;
|
|
7809
7843
|
}
|
|
7810
|
-
.form-control-select-secondary
|
|
7844
|
+
.form-control-select-secondary.focus, .form-control-select-secondary:focus-visible, .c-prefers-focus .form-control-select-secondary:focus {
|
|
7811
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");
|
|
7812
7846
|
color: #272833;
|
|
7813
7847
|
}
|
|
@@ -7929,7 +7963,7 @@ textarea.form-control-plaintext,
|
|
|
7929
7963
|
border-color: #e7e7ed;
|
|
7930
7964
|
opacity: 1;
|
|
7931
7965
|
}
|
|
7932
|
-
.form-control[readonly]
|
|
7966
|
+
.form-control[readonly].focus, .form-control[readonly]:focus-visible, .c-prefers-focus .form-control[readonly]:focus {
|
|
7933
7967
|
border-color: #80acff;
|
|
7934
7968
|
box-shadow: none;
|
|
7935
7969
|
}
|
|
@@ -7947,7 +7981,7 @@ textarea.form-control-plaintext,
|
|
|
7947
7981
|
transition: none;
|
|
7948
7982
|
}
|
|
7949
7983
|
|
|
7950
|
-
.form-control-plaintext[readonly]
|
|
7984
|
+
.form-control-plaintext[readonly].focus, .form-control-plaintext[readonly]:focus-visible, .c-prefers-focus .form-control-plaintext[readonly]:focus {
|
|
7951
7985
|
box-shadow: none;
|
|
7952
7986
|
border-color: #80acff;
|
|
7953
7987
|
}
|
|
@@ -8233,7 +8267,7 @@ textarea.form-control-lg,
|
|
|
8233
8267
|
.c-link:hover, .c-link.hover {
|
|
8234
8268
|
text-decoration: none;
|
|
8235
8269
|
}
|
|
8236
|
-
.c-link.focus, .c-link:focus {
|
|
8270
|
+
.c-link.focus, .c-link:focus-visible, .c-prefers-focus .c-link:focus {
|
|
8237
8271
|
border-radius: 1px;
|
|
8238
8272
|
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
8239
8273
|
outline: 0;
|
|
@@ -8244,7 +8278,7 @@ textarea.form-control-lg,
|
|
|
8244
8278
|
.c-link.text-secondary:hover, .c-link.text-secondary.hover {
|
|
8245
8279
|
color: #000 !important;
|
|
8246
8280
|
}
|
|
8247
|
-
.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 {
|
|
8248
8282
|
color: #000 !important;
|
|
8249
8283
|
}
|
|
8250
8284
|
.c-link.text-tertiary {
|
|
@@ -8271,7 +8305,7 @@ textarea.form-control-lg,
|
|
|
8271
8305
|
.component-link:hover, .component-link.hover {
|
|
8272
8306
|
color: #484955;
|
|
8273
8307
|
}
|
|
8274
|
-
.component-link.focus, .component-link:focus {
|
|
8308
|
+
.component-link.focus, .component-link:focus-visible, .c-prefers-focus .component-link:focus {
|
|
8275
8309
|
color: #484955;
|
|
8276
8310
|
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
8277
8311
|
outline: 0;
|
|
@@ -8298,7 +8332,7 @@ textarea.form-control-lg,
|
|
|
8298
8332
|
color: #0041be;
|
|
8299
8333
|
background-color: #f0f5ff;
|
|
8300
8334
|
}
|
|
8301
|
-
.link-primary.focus, .link-primary:focus {
|
|
8335
|
+
.link-primary.focus, .link-primary:focus-visible, .c-prefers-focus .link-primary:focus {
|
|
8302
8336
|
color: #0041be;
|
|
8303
8337
|
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
8304
8338
|
outline: 0;
|
|
@@ -8321,7 +8355,7 @@ textarea.form-control-lg,
|
|
|
8321
8355
|
color: #272833;
|
|
8322
8356
|
background-color: #f1f2f5;
|
|
8323
8357
|
}
|
|
8324
|
-
.link-secondary.focus, .link-secondary:focus {
|
|
8358
|
+
.link-secondary.focus, .link-secondary:focus-visible, .c-prefers-focus .link-secondary:focus {
|
|
8325
8359
|
color: #272833;
|
|
8326
8360
|
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
8327
8361
|
outline: 0;
|
|
@@ -8361,7 +8395,7 @@ button.link-outline {
|
|
|
8361
8395
|
.link-outline:hover, .link-outline.hover {
|
|
8362
8396
|
text-decoration: none;
|
|
8363
8397
|
}
|
|
8364
|
-
.link-outline.focus, .link-outline:focus {
|
|
8398
|
+
.link-outline.focus, .link-outline:focus-visible, .c-prefers-focus .link-outline:focus {
|
|
8365
8399
|
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
8366
8400
|
outline: 0;
|
|
8367
8401
|
}
|
|
@@ -8389,7 +8423,7 @@ button.link-outline {
|
|
|
8389
8423
|
background-color: #f0f5ff;
|
|
8390
8424
|
color: #0b5fff;
|
|
8391
8425
|
}
|
|
8392
|
-
.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 {
|
|
8393
8427
|
background-color: #f0f5ff;
|
|
8394
8428
|
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
8395
8429
|
color: #0b5fff;
|
|
@@ -8421,7 +8455,7 @@ button.link-outline {
|
|
|
8421
8455
|
background-color: rgba(39, 40, 51, 0.03);
|
|
8422
8456
|
color: #272833;
|
|
8423
8457
|
}
|
|
8424
|
-
.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 {
|
|
8425
8459
|
background-color: rgba(39, 40, 51, 0.03);
|
|
8426
8460
|
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
8427
8461
|
color: #272833;
|
|
@@ -8501,9 +8535,10 @@ button.link-outline {
|
|
|
8501
8535
|
.component-title [href].hover {
|
|
8502
8536
|
color: #060608;
|
|
8503
8537
|
}
|
|
8504
|
-
.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,
|
|
8505
8539
|
.component-title [href].focus,
|
|
8506
|
-
.component-title [href]:focus
|
|
8540
|
+
.component-title [href]:focus-visible,
|
|
8541
|
+
.c-prefers-focus .component-title [href]:focus {
|
|
8507
8542
|
color: #060608;
|
|
8508
8543
|
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
8509
8544
|
outline: 0;
|
|
@@ -8536,9 +8571,10 @@ button.link-outline {
|
|
|
8536
8571
|
.component-subtitle [href].hover {
|
|
8537
8572
|
color: #272833;
|
|
8538
8573
|
}
|
|
8539
|
-
.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,
|
|
8540
8575
|
.component-subtitle [href].focus,
|
|
8541
|
-
.component-subtitle [href]:focus
|
|
8576
|
+
.component-subtitle [href]:focus-visible,
|
|
8577
|
+
.c-prefers-focus .component-subtitle [href]:focus {
|
|
8542
8578
|
color: #272833;
|
|
8543
8579
|
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
8544
8580
|
outline: 0;
|
|
@@ -8573,7 +8609,7 @@ button.link-outline {
|
|
|
8573
8609
|
background-color: rgba(39, 40, 51, 0.03);
|
|
8574
8610
|
color: #272833;
|
|
8575
8611
|
}
|
|
8576
|
-
.component-action.focus, .component-action:focus {
|
|
8612
|
+
.component-action.focus, .component-action:focus-visible, .c-prefers-focus .component-action:focus {
|
|
8577
8613
|
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
8578
8614
|
outline: 0;
|
|
8579
8615
|
background-color: rgba(39, 40, 51, 0.03);
|
|
@@ -8846,25 +8882,26 @@ button.link-outline {
|
|
|
8846
8882
|
.clay-range-input .form-control-range:hover::-webkit-slider-thumb {
|
|
8847
8883
|
background-color: #f0f5ff;
|
|
8848
8884
|
}
|
|
8849
|
-
.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 {
|
|
8850
8886
|
outline: 0;
|
|
8851
8887
|
}
|
|
8852
|
-
.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 {
|
|
8853
8889
|
box-shadow: inset 0 0 0 0.125rem #528eff, inset 0 0 0 0.25rem #fff;
|
|
8854
8890
|
}
|
|
8855
|
-
.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 {
|
|
8856
8892
|
visibility: visible;
|
|
8857
8893
|
opacity: 1;
|
|
8858
8894
|
}
|
|
8859
|
-
.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 {
|
|
8860
8896
|
box-shadow: inset 0 0 0 0.125rem #528eff, inset 0 0 0 0.25rem #fff;
|
|
8861
8897
|
}
|
|
8862
|
-
.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 {
|
|
8863
8899
|
box-shadow: inset 0 0 0 0.125rem #528eff, inset 0 0 0 0.25rem #fff;
|
|
8864
8900
|
}
|
|
8865
|
-
.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 {
|
|
8866
8902
|
box-shadow: inset 0 0 0 0.125rem #528eff, inset 0 0 0 0.25rem #fff;
|
|
8867
8903
|
}
|
|
8904
|
+
|
|
8868
8905
|
.clay-range-input .form-control-range:disabled {
|
|
8869
8906
|
color: #a7a9bc;
|
|
8870
8907
|
cursor: not-allowed;
|
|
@@ -8929,7 +8966,7 @@ button.link-outline {
|
|
|
8929
8966
|
padding-top: 0.4375rem;
|
|
8930
8967
|
width: 100%;
|
|
8931
8968
|
}
|
|
8932
|
-
.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 {
|
|
8933
8970
|
background-color: transparent;
|
|
8934
8971
|
box-shadow: none;
|
|
8935
8972
|
}
|
|
@@ -8995,9 +9032,10 @@ button.link-outline {
|
|
|
8995
9032
|
.clay-color-dropdown-menu .close:hover {
|
|
8996
9033
|
background-color: rgba(39, 40, 51, 0.03);
|
|
8997
9034
|
}
|
|
8998
|
-
.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 {
|
|
8999
9036
|
background-color: rgba(39, 40, 51, 0.03);
|
|
9000
9037
|
}
|
|
9038
|
+
|
|
9001
9039
|
.clay-color-dropdown-menu .close:active {
|
|
9002
9040
|
background-color: rgba(39, 40, 51, 0.06);
|
|
9003
9041
|
}
|
|
@@ -9076,11 +9114,11 @@ button.link-outline {
|
|
|
9076
9114
|
transition: none;
|
|
9077
9115
|
}
|
|
9078
9116
|
|
|
9079
|
-
.clay-color-pointer
|
|
9117
|
+
.clay-color-pointer.focus, .clay-color-pointer:focus-visible, .c-prefers-focus .clay-color-pointer:focus {
|
|
9080
9118
|
box-shadow: 0 0 0 0.125rem #528eff;
|
|
9081
9119
|
outline: 0;
|
|
9082
9120
|
}
|
|
9083
|
-
.clay-color-pointer:active:focus {
|
|
9121
|
+
.clay-color-pointer:active:focus-visible, .c-prefers-focus .clay-color-pointer:active:focus {
|
|
9084
9122
|
box-shadow: 0 0 0 0.125rem #528eff;
|
|
9085
9123
|
}
|
|
9086
9124
|
.clay-color-pointer .c-inner {
|
|
@@ -9353,14 +9391,13 @@ label.custom-control-label {
|
|
|
9353
9391
|
width: 1rem;
|
|
9354
9392
|
z-index: 1;
|
|
9355
9393
|
}
|
|
9356
|
-
.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 {
|
|
9357
9395
|
border-color: #6b6c7e;
|
|
9358
9396
|
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
9359
9397
|
}
|
|
9360
9398
|
.custom-control-input:active ~ .custom-control-label::before {
|
|
9361
9399
|
background-color: #fff;
|
|
9362
9400
|
border-color: #6b6c7e;
|
|
9363
|
-
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;
|
|
9364
9401
|
color: #fff;
|
|
9365
9402
|
}
|
|
9366
9403
|
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
|
|
@@ -9820,10 +9857,10 @@ label.custom-control-label {
|
|
|
9820
9857
|
width: 1.5rem;
|
|
9821
9858
|
color: #6b6c7e;
|
|
9822
9859
|
}
|
|
9823
|
-
.clay-time .btn
|
|
9860
|
+
.clay-time .btn.focus, .clay-time .btn:focus-visible, .c-prefers-focus .clay-time .btn:focus {
|
|
9824
9861
|
box-shadow: 0 0 0 1px #528eff;
|
|
9825
9862
|
}
|
|
9826
|
-
.clay-time .btn:active:focus {
|
|
9863
|
+
.clay-time .btn:active:focus-visible, .c-prefers-focus .clay-time .btn:active:focus {
|
|
9827
9864
|
box-shadow: 0 0 0 1px #528eff;
|
|
9828
9865
|
}
|
|
9829
9866
|
.clay-time .btn .c-inner {
|
|
@@ -9851,7 +9888,7 @@ label.custom-control-label {
|
|
|
9851
9888
|
.clay-time .form-control-inset::-moz-selection, .clay-time .form-control-inset::selection {
|
|
9852
9889
|
background-color: transparent;
|
|
9853
9890
|
}
|
|
9854
|
-
.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 {
|
|
9855
9892
|
background-color: #b3d8fd;
|
|
9856
9893
|
}
|
|
9857
9894
|
.clay-time .input-group-text {
|
|
@@ -9961,7 +9998,7 @@ label.custom-control-label {
|
|
|
9961
9998
|
background-color: #f1f2f5;
|
|
9962
9999
|
color: #272833;
|
|
9963
10000
|
}
|
|
9964
|
-
.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 {
|
|
9965
10002
|
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
9966
10003
|
background-color: #f1f2f5;
|
|
9967
10004
|
color: #272833;
|
|
@@ -9969,7 +10006,7 @@ label.custom-control-label {
|
|
|
9969
10006
|
.date-picker-nav .nav-btn:active {
|
|
9970
10007
|
background-color: #f1f2f5;
|
|
9971
10008
|
}
|
|
9972
|
-
.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 {
|
|
9973
10010
|
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
9974
10011
|
}
|
|
9975
10012
|
.date-picker-nav .nav-btn.active {
|
|
@@ -10002,7 +10039,7 @@ label.custom-control-label {
|
|
|
10002
10039
|
background-color: #f1f2f5;
|
|
10003
10040
|
color: #272833;
|
|
10004
10041
|
}
|
|
10005
|
-
.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 {
|
|
10006
10043
|
background-color: #f1f2f5;
|
|
10007
10044
|
color: #272833;
|
|
10008
10045
|
}
|
|
@@ -10025,7 +10062,7 @@ label.custom-control-label {
|
|
|
10025
10062
|
background-color: #f1f2f5;
|
|
10026
10063
|
color: #272833;
|
|
10027
10064
|
}
|
|
10028
|
-
.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 {
|
|
10029
10066
|
background-color: #f1f2f5;
|
|
10030
10067
|
color: #272833;
|
|
10031
10068
|
}
|
|
@@ -10172,7 +10209,7 @@ label.custom-control-label {
|
|
|
10172
10209
|
background-color: #f1f2f5;
|
|
10173
10210
|
color: #272833;
|
|
10174
10211
|
}
|
|
10175
|
-
.date-picker-date
|
|
10212
|
+
.date-picker-date.focus, .date-picker-date:focus-visible, .c-prefers-focus .date-picker-date:focus {
|
|
10176
10213
|
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
10177
10214
|
outline: 0;
|
|
10178
10215
|
background-color: #f1f2f5;
|
|
@@ -10182,7 +10219,7 @@ label.custom-control-label {
|
|
|
10182
10219
|
background-color: #0b5fff;
|
|
10183
10220
|
color: #fff;
|
|
10184
10221
|
}
|
|
10185
|
-
.date-picker-date:active:focus {
|
|
10222
|
+
.date-picker-date:active:focus-visible, .c-prefers-focus .date-picker-date:active:focus {
|
|
10186
10223
|
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
10187
10224
|
}
|
|
10188
10225
|
.date-picker-date.active {
|
|
@@ -10498,14 +10535,14 @@ label.custom-control-label {
|
|
|
10498
10535
|
box-shadow: 0 0 rgba(0, 0, 0, 0);
|
|
10499
10536
|
color: #272833;
|
|
10500
10537
|
}
|
|
10501
|
-
.has-error .form-control
|
|
10538
|
+
.has-error .form-control.focus, .has-error .form-control:focus-visible, .c-prefers-focus .has-error .form-control:focus {
|
|
10502
10539
|
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
10503
10540
|
}
|
|
10504
10541
|
.has-error .form-control[readonly] {
|
|
10505
10542
|
background-color: #fff;
|
|
10506
10543
|
border-color: #e7e7ed;
|
|
10507
10544
|
}
|
|
10508
|
-
.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 {
|
|
10509
10546
|
border-color: #80acff;
|
|
10510
10547
|
}
|
|
10511
10548
|
.has-error .form-feedback-item {
|
|
@@ -10557,14 +10594,14 @@ label.custom-control-label {
|
|
|
10557
10594
|
box-shadow: 0 0 rgba(0, 0, 0, 0);
|
|
10558
10595
|
color: #272833;
|
|
10559
10596
|
}
|
|
10560
|
-
.has-warning .form-control
|
|
10597
|
+
.has-warning .form-control.focus, .has-warning .form-control:focus-visible, .c-prefers-focus .has-warning .form-control:focus {
|
|
10561
10598
|
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
10562
10599
|
}
|
|
10563
10600
|
.has-warning .form-control[readonly] {
|
|
10564
10601
|
background-color: #fff;
|
|
10565
10602
|
border-color: #e7e7ed;
|
|
10566
10603
|
}
|
|
10567
|
-
.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 {
|
|
10568
10605
|
border-color: #80acff;
|
|
10569
10606
|
}
|
|
10570
10607
|
.has-warning .form-feedback-item {
|
|
@@ -10616,14 +10653,14 @@ label.custom-control-label {
|
|
|
10616
10653
|
box-shadow: 0 0 rgba(0, 0, 0, 0);
|
|
10617
10654
|
color: #272833;
|
|
10618
10655
|
}
|
|
10619
|
-
.has-success .form-control
|
|
10656
|
+
.has-success .form-control.focus, .has-success .form-control:focus-visible, .c-prefers-focus .has-success .form-control:focus {
|
|
10620
10657
|
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
10621
10658
|
}
|
|
10622
10659
|
.has-success .form-control[readonly] {
|
|
10623
10660
|
background-color: #fff;
|
|
10624
10661
|
border-color: #e7e7ed;
|
|
10625
10662
|
}
|
|
10626
|
-
.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 {
|
|
10627
10664
|
border-color: #80acff;
|
|
10628
10665
|
}
|
|
10629
10666
|
.has-success .form-feedback-item {
|
|
@@ -11104,13 +11141,14 @@ label.custom-control-label {
|
|
|
11104
11141
|
order: 5;
|
|
11105
11142
|
width: 1%;
|
|
11106
11143
|
}
|
|
11107
|
-
.input-group-inset
|
|
11144
|
+
.input-group-inset.focus, .input-group-inset:focus-visible, .c-prefers-focus .input-group-inset:focus {
|
|
11108
11145
|
box-shadow: none;
|
|
11109
11146
|
}
|
|
11110
|
-
.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 {
|
|
11111
11148
|
background-color: #f0f5ff;
|
|
11112
11149
|
border-color: #80acff;
|
|
11113
11150
|
}
|
|
11151
|
+
|
|
11114
11152
|
.input-group-inset:disabled ~ .input-group-inset-item, .input-group-inset.disabled ~ .input-group-inset-item {
|
|
11115
11153
|
background-color: #f1f2f5;
|
|
11116
11154
|
border-color: #f1f2f5;
|
|
@@ -11501,9 +11539,10 @@ label.custom-control-label {
|
|
|
11501
11539
|
.list-group-title [href].hover {
|
|
11502
11540
|
color: #272833;
|
|
11503
11541
|
}
|
|
11504
|
-
.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,
|
|
11505
11543
|
.list-group-title [href].focus,
|
|
11506
|
-
.list-group-title [href]:focus
|
|
11544
|
+
.list-group-title [href]:focus-visible,
|
|
11545
|
+
.c-prefers-focus .list-group-title [href]:focus {
|
|
11507
11546
|
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
11508
11547
|
outline: 0;
|
|
11509
11548
|
}
|
|
@@ -11535,9 +11574,10 @@ label.custom-control-label {
|
|
|
11535
11574
|
.list-group-subtitle [href].hover {
|
|
11536
11575
|
color: #272833;
|
|
11537
11576
|
}
|
|
11538
|
-
.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,
|
|
11539
11578
|
.list-group-subtitle [href].focus,
|
|
11540
|
-
.list-group-subtitle [href]:focus
|
|
11579
|
+
.list-group-subtitle [href]:focus-visible,
|
|
11580
|
+
.c-prefers-focus .list-group-subtitle [href]:focus {
|
|
11541
11581
|
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
11542
11582
|
outline: 0;
|
|
11543
11583
|
}
|
|
@@ -11569,9 +11609,10 @@ label.custom-control-label {
|
|
|
11569
11609
|
.list-group-text [href].hover {
|
|
11570
11610
|
color: #272833;
|
|
11571
11611
|
}
|
|
11572
|
-
.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,
|
|
11573
11613
|
.list-group-text [href].focus,
|
|
11574
|
-
.list-group-text [href]:focus
|
|
11614
|
+
.list-group-text [href]:focus-visible,
|
|
11615
|
+
.c-prefers-focus .list-group-text [href]:focus {
|
|
11575
11616
|
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
11576
11617
|
outline: 0;
|
|
11577
11618
|
}
|
|
@@ -11604,9 +11645,10 @@ label.custom-control-label {
|
|
|
11604
11645
|
.list-group-subtext [href].hover {
|
|
11605
11646
|
color: #272833;
|
|
11606
11647
|
}
|
|
11607
|
-
.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,
|
|
11608
11649
|
.list-group-subtext [href].focus,
|
|
11609
|
-
.list-group-subtext [href]:focus
|
|
11650
|
+
.list-group-subtext [href]:focus-visible,
|
|
11651
|
+
.c-prefers-focus .list-group-subtext [href]:focus {
|
|
11610
11652
|
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
11611
11653
|
outline: 0;
|
|
11612
11654
|
}
|
|
@@ -12354,6 +12396,9 @@ label.custom-control-label {
|
|
|
12354
12396
|
margin-left: calc(-1140px / 2);
|
|
12355
12397
|
}
|
|
12356
12398
|
}
|
|
12399
|
+
.modal-height-full .modal-body {
|
|
12400
|
+
overflow: auto;
|
|
12401
|
+
}
|
|
12357
12402
|
.modal-height-full .modal-content {
|
|
12358
12403
|
position: absolute;
|
|
12359
12404
|
bottom: 0.5rem;
|
|
@@ -12752,7 +12797,7 @@ label.custom-control-label {
|
|
|
12752
12797
|
.nav-link:hover, .nav-link.hover {
|
|
12753
12798
|
text-decoration: none;
|
|
12754
12799
|
}
|
|
12755
|
-
.nav-link.focus, .nav-link:focus {
|
|
12800
|
+
.nav-link.focus, .nav-link:focus-visible, .c-prefers-focus .nav-link:focus {
|
|
12756
12801
|
text-decoration: none;
|
|
12757
12802
|
z-index: 1;
|
|
12758
12803
|
}
|
|
@@ -12773,10 +12818,10 @@ label.custom-control-label {
|
|
|
12773
12818
|
.nav-link.btn-unstyled {
|
|
12774
12819
|
width: 100%;
|
|
12775
12820
|
}
|
|
12776
|
-
.nav-link.btn-unstyled
|
|
12821
|
+
.nav-link.btn-unstyled.focus, .nav-link.btn-unstyled:focus-visible, .c-prefers-focus .nav-link.btn-unstyled:focus {
|
|
12777
12822
|
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
12778
12823
|
}
|
|
12779
|
-
.nav-link.btn-unstyled:active:focus {
|
|
12824
|
+
.nav-link.btn-unstyled:active:focus-visible, .c-prefers-focus .nav-link.btn-unstyled:active:focus {
|
|
12780
12825
|
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
12781
12826
|
}
|
|
12782
12827
|
.nav-link.btn-unstyled:disabled, .nav-link.btn-unstyled.disabled {
|
|
@@ -12798,7 +12843,7 @@ label.custom-control-label {
|
|
|
12798
12843
|
text-align: center;
|
|
12799
12844
|
width: auto;
|
|
12800
12845
|
}
|
|
12801
|
-
.nav-btn
|
|
12846
|
+
.nav-btn.focus, .nav-btn:focus-visible, .c-prefers-focus .nav-btn:focus {
|
|
12802
12847
|
z-index: 1;
|
|
12803
12848
|
}
|
|
12804
12849
|
.nav-btn:disabled, .nav-btn.disabled {
|
|
@@ -13077,7 +13122,7 @@ label.custom-control-label {
|
|
|
13077
13122
|
.nav-tabs .nav-link:hover, .nav-tabs .nav-link.hover {
|
|
13078
13123
|
border-color: transparent;
|
|
13079
13124
|
}
|
|
13080
|
-
.nav-tabs .nav-link.focus, .nav-tabs .nav-link:focus {
|
|
13125
|
+
.nav-tabs .nav-link.focus, .nav-tabs .nav-link:focus-visible, .c-prefers-focus .nav-tabs .nav-link:focus {
|
|
13081
13126
|
border-color: transparent;
|
|
13082
13127
|
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
13083
13128
|
outline: 0;
|
|
@@ -13272,11 +13317,11 @@ label.custom-control-label {
|
|
|
13272
13317
|
background: #88889a;
|
|
13273
13318
|
width: 0.1875rem;
|
|
13274
13319
|
}
|
|
13275
|
-
.menubar-vertical-expand-md.menubar-transparent .nav-link.focus, .menubar-vertical-expand-md.menubar-transparent .nav-link:focus {
|
|
13320
|
+
.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 {
|
|
13276
13321
|
color: #272833;
|
|
13277
13322
|
outline: 0;
|
|
13278
13323
|
}
|
|
13279
|
-
.menubar-vertical-expand-md.menubar-transparent .nav-link.focus::after, .menubar-vertical-expand-md.menubar-transparent .nav-link:focus::after {
|
|
13324
|
+
.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 {
|
|
13280
13325
|
border-radius: 0.25rem;
|
|
13281
13326
|
bottom: 0;
|
|
13282
13327
|
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
@@ -13368,10 +13413,10 @@ label.custom-control-label {
|
|
|
13368
13413
|
color: #1c1d25;
|
|
13369
13414
|
box-shadow: none;
|
|
13370
13415
|
}
|
|
13371
|
-
.menubar-vertical-expand-md.menubar-transparent .nav-link.focus, .menubar-vertical-expand-md.menubar-transparent .nav-link:focus {
|
|
13416
|
+
.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 {
|
|
13372
13417
|
background-color: transparent;
|
|
13373
13418
|
}
|
|
13374
|
-
.menubar-vertical-expand-md.menubar-transparent .nav-link.focus::after, .menubar-vertical-expand-md.menubar-transparent .nav-link:focus::after {
|
|
13419
|
+
.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 {
|
|
13375
13420
|
box-shadow: inset 0 0 0 0.125rem #528eff, inset 0 0 0 0.25rem #fff;
|
|
13376
13421
|
}
|
|
13377
13422
|
.menubar-vertical-expand-md.menubar-transparent .nav-link.active {
|
|
@@ -13517,11 +13562,11 @@ label.custom-control-label {
|
|
|
13517
13562
|
background: #88889a;
|
|
13518
13563
|
width: 0.1875rem;
|
|
13519
13564
|
}
|
|
13520
|
-
.menubar-vertical-expand-lg.menubar-transparent .nav-link.focus, .menubar-vertical-expand-lg.menubar-transparent .nav-link:focus {
|
|
13565
|
+
.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 {
|
|
13521
13566
|
color: #272833;
|
|
13522
13567
|
outline: 0;
|
|
13523
13568
|
}
|
|
13524
|
-
.menubar-vertical-expand-lg.menubar-transparent .nav-link.focus::after, .menubar-vertical-expand-lg.menubar-transparent .nav-link:focus::after {
|
|
13569
|
+
.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 {
|
|
13525
13570
|
border-radius: 0.25rem;
|
|
13526
13571
|
bottom: 0;
|
|
13527
13572
|
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
@@ -13612,10 +13657,10 @@ label.custom-control-label {
|
|
|
13612
13657
|
color: #1c1d25;
|
|
13613
13658
|
box-shadow: none;
|
|
13614
13659
|
}
|
|
13615
|
-
.menubar-vertical-expand-lg.menubar-transparent .nav-link.focus, .menubar-vertical-expand-lg.menubar-transparent .nav-link:focus {
|
|
13660
|
+
.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 {
|
|
13616
13661
|
background-color: transparent;
|
|
13617
13662
|
}
|
|
13618
|
-
.menubar-vertical-expand-lg.menubar-transparent .nav-link.focus::after, .menubar-vertical-expand-lg.menubar-transparent .nav-link:focus::after {
|
|
13663
|
+
.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 {
|
|
13619
13664
|
box-shadow: inset 0 0 0 0.125rem #528eff, inset 0 0 0 0.25rem #fff;
|
|
13620
13665
|
}
|
|
13621
13666
|
.menubar-vertical-expand-lg.menubar-transparent .nav-link.active {
|
|
@@ -15593,7 +15638,7 @@ label.custom-control-label {
|
|
|
15593
15638
|
transition: none;
|
|
15594
15639
|
}
|
|
15595
15640
|
|
|
15596
|
-
.application-bar .navbar-nav .nav-link.focus, .application-bar .navbar-nav .nav-link:focus {
|
|
15641
|
+
.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 {
|
|
15597
15642
|
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
15598
15643
|
}
|
|
15599
15644
|
.application-bar .navbar-nav .nav-link:disabled, .application-bar .navbar-nav .nav-link.disabled {
|
|
@@ -15613,7 +15658,7 @@ label.custom-control-label {
|
|
|
15613
15658
|
transition: none;
|
|
15614
15659
|
}
|
|
15615
15660
|
|
|
15616
|
-
.application-bar .navbar-brand.focus, .application-bar .navbar-brand:focus {
|
|
15661
|
+
.application-bar .navbar-brand.focus, .application-bar .navbar-brand:focus-visible, .c-prefers-focus .application-bar .navbar-brand:focus {
|
|
15617
15662
|
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
15618
15663
|
}
|
|
15619
15664
|
.application-bar .navbar-brand:disabled, .application-bar .navbar-brand.disabled {
|
|
@@ -15639,7 +15684,7 @@ label.custom-control-label {
|
|
|
15639
15684
|
color: #fff;
|
|
15640
15685
|
background-color: rgba(255, 255, 255, 0.03);
|
|
15641
15686
|
}
|
|
15642
|
-
.application-bar-dark .navbar-nav .nav-link.focus, .application-bar-dark .navbar-nav .nav-link:focus {
|
|
15687
|
+
.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 {
|
|
15643
15688
|
background-color: rgba(255, 255, 255, 0.03);
|
|
15644
15689
|
}
|
|
15645
15690
|
.application-bar-dark .navbar-nav .nav-link:active {
|
|
@@ -15665,7 +15710,7 @@ label.custom-control-label {
|
|
|
15665
15710
|
.application-bar-dark .navbar-brand {
|
|
15666
15711
|
font-weight: 600;
|
|
15667
15712
|
}
|
|
15668
|
-
.application-bar-dark .navbar-brand.focus, .application-bar-dark .navbar-brand:focus {
|
|
15713
|
+
.application-bar-dark .navbar-brand.focus, .application-bar-dark .navbar-brand:focus-visible, .c-prefers-focus .application-bar-dark .navbar-brand:focus {
|
|
15669
15714
|
background-color: rgba(255, 255, 255, 0.03);
|
|
15670
15715
|
}
|
|
15671
15716
|
.application-bar-dark .navbar-brand:active {
|
|
@@ -16780,7 +16825,7 @@ label.custom-control-label {
|
|
|
16780
16825
|
transition: none;
|
|
16781
16826
|
}
|
|
16782
16827
|
|
|
16783
|
-
.management-bar .navbar-nav .nav-link.focus, .management-bar .navbar-nav .nav-link:focus {
|
|
16828
|
+
.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 {
|
|
16784
16829
|
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
16785
16830
|
}
|
|
16786
16831
|
.management-bar .navbar-nav .nav-link:disabled, .management-bar .navbar-nav .nav-link.disabled {
|
|
@@ -16800,7 +16845,7 @@ label.custom-control-label {
|
|
|
16800
16845
|
transition: none;
|
|
16801
16846
|
}
|
|
16802
16847
|
|
|
16803
|
-
.management-bar .navbar-brand.focus, .management-bar .navbar-brand:focus {
|
|
16848
|
+
.management-bar .navbar-brand.focus, .management-bar .navbar-brand:focus-visible, .c-prefers-focus .management-bar .navbar-brand:focus {
|
|
16804
16849
|
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
16805
16850
|
}
|
|
16806
16851
|
.management-bar .navbar-brand:disabled, .management-bar .navbar-brand.disabled {
|
|
@@ -16822,7 +16867,7 @@ label.custom-control-label {
|
|
|
16822
16867
|
color: #272833;
|
|
16823
16868
|
background-color: rgba(39, 40, 51, 0.03);
|
|
16824
16869
|
}
|
|
16825
|
-
.management-bar-light .navbar-nav .nav-link.focus, .management-bar-light .navbar-nav .nav-link:focus {
|
|
16870
|
+
.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 {
|
|
16826
16871
|
background-color: rgba(39, 40, 51, 0.03);
|
|
16827
16872
|
color: #272833;
|
|
16828
16873
|
}
|
|
@@ -16849,7 +16894,7 @@ label.custom-control-label {
|
|
|
16849
16894
|
.management-bar-light .navbar-brand {
|
|
16850
16895
|
font-weight: 600;
|
|
16851
16896
|
}
|
|
16852
|
-
.management-bar-light .navbar-brand.focus, .management-bar-light .navbar-brand:focus {
|
|
16897
|
+
.management-bar-light .navbar-brand.focus, .management-bar-light .navbar-brand:focus-visible, .c-prefers-focus .management-bar-light .navbar-brand:focus {
|
|
16853
16898
|
background-color: rgba(39, 40, 51, 0.03);
|
|
16854
16899
|
color: #272833;
|
|
16855
16900
|
}
|
|
@@ -16891,7 +16936,7 @@ label.custom-control-label {
|
|
|
16891
16936
|
color: #272833;
|
|
16892
16937
|
background-color: rgba(39, 40, 51, 0.03);
|
|
16893
16938
|
}
|
|
16894
|
-
.management-bar-primary .navbar-nav .nav-link.focus, .management-bar-primary .navbar-nav .nav-link:focus {
|
|
16939
|
+
.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 {
|
|
16895
16940
|
background-color: rgba(39, 40, 51, 0.03);
|
|
16896
16941
|
color: #272833;
|
|
16897
16942
|
}
|
|
@@ -16919,7 +16964,7 @@ label.custom-control-label {
|
|
|
16919
16964
|
border-radius: 0.25rem;
|
|
16920
16965
|
font-weight: 600;
|
|
16921
16966
|
}
|
|
16922
|
-
.management-bar-primary .navbar-brand.focus, .management-bar-primary .navbar-brand:focus {
|
|
16967
|
+
.management-bar-primary .navbar-brand.focus, .management-bar-primary .navbar-brand:focus-visible, .c-prefers-focus .management-bar-primary .navbar-brand:focus {
|
|
16923
16968
|
background-color: rgba(39, 40, 51, 0.03);
|
|
16924
16969
|
color: #272833;
|
|
16925
16970
|
}
|
|
@@ -17383,7 +17428,7 @@ label.custom-control-label {
|
|
|
17383
17428
|
border-radius: 0.25rem;
|
|
17384
17429
|
outline: 0;
|
|
17385
17430
|
}
|
|
17386
|
-
.navigation-bar .navbar-nav .nav-link.focus, .navigation-bar .navbar-nav .nav-link:focus {
|
|
17431
|
+
.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 {
|
|
17387
17432
|
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
17388
17433
|
}
|
|
17389
17434
|
.navigation-bar .navbar-nav .nav-link:disabled, .navigation-bar .navbar-nav .nav-link.disabled {
|
|
@@ -17395,7 +17440,7 @@ label.custom-control-label {
|
|
|
17395
17440
|
border-radius: 0.25rem;
|
|
17396
17441
|
outline: 0;
|
|
17397
17442
|
}
|
|
17398
|
-
.navigation-bar .navbar-brand.focus, .navigation-bar .navbar-brand:focus {
|
|
17443
|
+
.navigation-bar .navbar-brand.focus, .navigation-bar .navbar-brand:focus-visible, .c-prefers-focus .navigation-bar .navbar-brand:focus {
|
|
17399
17444
|
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
17400
17445
|
}
|
|
17401
17446
|
.navigation-bar .navbar-brand:disabled, .navigation-bar .navbar-brand.disabled {
|
|
@@ -17412,7 +17457,7 @@ label.custom-control-label {
|
|
|
17412
17457
|
.navigation-bar-light .navbar-nav .nav-link:hover, .navigation-bar-light .navbar-nav .nav-link.hover {
|
|
17413
17458
|
color: #272833;
|
|
17414
17459
|
}
|
|
17415
|
-
.navigation-bar-light .navbar-nav .nav-link.focus, .navigation-bar-light .navbar-nav .nav-link:focus {
|
|
17460
|
+
.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 {
|
|
17416
17461
|
color: #272833;
|
|
17417
17462
|
}
|
|
17418
17463
|
.navigation-bar-light .navbar-nav .nav-link:active {
|
|
@@ -17434,7 +17479,7 @@ label.custom-control-label {
|
|
|
17434
17479
|
.navigation-bar-light .navbar-brand {
|
|
17435
17480
|
font-weight: 600;
|
|
17436
17481
|
}
|
|
17437
|
-
.navigation-bar-light .navbar-brand.focus, .navigation-bar-light .navbar-brand:focus {
|
|
17482
|
+
.navigation-bar-light .navbar-brand.focus, .navigation-bar-light .navbar-brand:focus-visible, .c-prefers-focus .navigation-bar-light .navbar-brand:focus {
|
|
17438
17483
|
color: #272833;
|
|
17439
17484
|
}
|
|
17440
17485
|
.navigation-bar-light .navbar-brand:active {
|
|
@@ -17465,7 +17510,7 @@ label.custom-control-label {
|
|
|
17465
17510
|
.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 {
|
|
17466
17511
|
color: #272833;
|
|
17467
17512
|
}
|
|
17468
|
-
.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 {
|
|
17513
|
+
.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 {
|
|
17469
17514
|
color: #272833;
|
|
17470
17515
|
}
|
|
17471
17516
|
.navigation-bar-light.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item:active {
|
|
@@ -17502,7 +17547,7 @@ label.custom-control-label {
|
|
|
17502
17547
|
.navigation-bar-secondary .navbar-nav .nav-link:hover, .navigation-bar-secondary .navbar-nav .nav-link.hover {
|
|
17503
17548
|
color: #fff;
|
|
17504
17549
|
}
|
|
17505
|
-
.navigation-bar-secondary .navbar-nav .nav-link.focus, .navigation-bar-secondary .navbar-nav .nav-link:focus {
|
|
17550
|
+
.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 {
|
|
17506
17551
|
color: #fff;
|
|
17507
17552
|
}
|
|
17508
17553
|
.navigation-bar-secondary .navbar-nav .nav-link:active {
|
|
@@ -17528,7 +17573,7 @@ label.custom-control-label {
|
|
|
17528
17573
|
.navigation-bar-secondary .navbar-brand:hover, .navigation-bar-secondary .navbar-brand.hover {
|
|
17529
17574
|
color: rgba(255, 255, 255, 0.9);
|
|
17530
17575
|
}
|
|
17531
|
-
.navigation-bar-secondary .navbar-brand.focus, .navigation-bar-secondary .navbar-brand:focus {
|
|
17576
|
+
.navigation-bar-secondary .navbar-brand.focus, .navigation-bar-secondary .navbar-brand:focus-visible, .c-prefers-focus .navigation-bar-secondary .navbar-brand:focus {
|
|
17532
17577
|
color: #fff;
|
|
17533
17578
|
}
|
|
17534
17579
|
.navigation-bar-secondary .navbar-brand:active {
|
|
@@ -17559,7 +17604,7 @@ label.custom-control-label {
|
|
|
17559
17604
|
.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 {
|
|
17560
17605
|
color: #fff;
|
|
17561
17606
|
}
|
|
17562
|
-
.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 {
|
|
17607
|
+
.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 {
|
|
17563
17608
|
color: #fff;
|
|
17564
17609
|
}
|
|
17565
17610
|
.navigation-bar-secondary.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item:active {
|
|
@@ -17654,14 +17699,14 @@ label.custom-control-label {
|
|
|
17654
17699
|
background-color: #88889a;
|
|
17655
17700
|
height: 0.1875rem;
|
|
17656
17701
|
}
|
|
17657
|
-
.page-link.focus, .page-link:focus {
|
|
17702
|
+
.page-link.focus, .page-link:focus-visible, .c-prefers-focus .page-link:focus {
|
|
17658
17703
|
box-shadow: none;
|
|
17659
17704
|
outline: 0;
|
|
17660
17705
|
z-index: 4;
|
|
17661
17706
|
border-color: transparent;
|
|
17662
17707
|
color: #272833;
|
|
17663
17708
|
}
|
|
17664
|
-
.page-link.focus::after, .page-link:focus::after {
|
|
17709
|
+
.page-link.focus::after, .page-link:focus-visible::after, .c-prefers-focus .page-link:focus::after {
|
|
17665
17710
|
border-radius: 4px;
|
|
17666
17711
|
bottom: 0;
|
|
17667
17712
|
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
@@ -17706,9 +17751,10 @@ label.custom-control-label {
|
|
|
17706
17751
|
.page-link:disabled::before, .page-link.disabled::before {
|
|
17707
17752
|
content: none;
|
|
17708
17753
|
}
|
|
17709
|
-
.page-link:disabled:focus::after, .page-link.disabled:focus::after {
|
|
17754
|
+
.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 {
|
|
17710
17755
|
content: none;
|
|
17711
17756
|
}
|
|
17757
|
+
|
|
17712
17758
|
.page-link:disabled:active, .page-link.disabled:active {
|
|
17713
17759
|
pointer-events: none;
|
|
17714
17760
|
}
|
|
@@ -17766,7 +17812,7 @@ label.custom-control-label {
|
|
|
17766
17812
|
.page-item.disabled .page-link::before {
|
|
17767
17813
|
content: none;
|
|
17768
17814
|
}
|
|
17769
|
-
.page-item.disabled .page-link.focus::after, .page-item.disabled .page-link:focus::after {
|
|
17815
|
+
.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 {
|
|
17770
17816
|
content: none;
|
|
17771
17817
|
}
|
|
17772
17818
|
.page-item.disabled .page-link:active {
|
|
@@ -17844,16 +17890,18 @@ label.custom-control-label {
|
|
|
17844
17890
|
background-color: #88889a;
|
|
17845
17891
|
height: 0.1875rem;
|
|
17846
17892
|
}
|
|
17847
|
-
.pagination-items-per-page > a.focus, .pagination-items-per-page > a:focus,
|
|
17893
|
+
.pagination-items-per-page > a.focus, .pagination-items-per-page > a:focus-visible, .c-prefers-focus .pagination-items-per-page > a:focus,
|
|
17848
17894
|
.pagination-items-per-page > button.focus,
|
|
17849
|
-
.pagination-items-per-page > button:focus
|
|
17895
|
+
.pagination-items-per-page > button:focus-visible,
|
|
17896
|
+
.c-prefers-focus .pagination-items-per-page > button:focus {
|
|
17850
17897
|
outline: 0;
|
|
17851
17898
|
border-color: transparent;
|
|
17852
17899
|
color: #272833;
|
|
17853
17900
|
}
|
|
17854
|
-
.pagination-items-per-page > a.focus::after, .pagination-items-per-page > a:focus::after,
|
|
17901
|
+
.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,
|
|
17855
17902
|
.pagination-items-per-page > button.focus::after,
|
|
17856
|
-
.pagination-items-per-page > button:focus::after
|
|
17903
|
+
.pagination-items-per-page > button:focus-visible::after,
|
|
17904
|
+
.c-prefers-focus .pagination-items-per-page > button:focus::after {
|
|
17857
17905
|
border-radius: 4px;
|
|
17858
17906
|
bottom: 0;
|
|
17859
17907
|
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
@@ -17895,11 +17943,14 @@ label.custom-control-label {
|
|
|
17895
17943
|
.pagination-items-per-page > button.disabled::before {
|
|
17896
17944
|
content: none;
|
|
17897
17945
|
}
|
|
17898
|
-
.pagination-items-per-page > a:disabled:focus::after, .pagination-items-per-page > a.disabled:focus::after,
|
|
17899
|
-
.pagination-items-per-page > button:disabled:focus::after,
|
|
17900
|
-
.pagination-items-per-page > button
|
|
17946
|
+
.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,
|
|
17947
|
+
.pagination-items-per-page > button:disabled:focus-visible::after,
|
|
17948
|
+
.c-prefers-focus .pagination-items-per-page > button:disabled:focus::after,
|
|
17949
|
+
.pagination-items-per-page > button.disabled:focus-visible::after,
|
|
17950
|
+
.c-prefers-focus .pagination-items-per-page > button.disabled:focus::after {
|
|
17901
17951
|
content: none;
|
|
17902
17952
|
}
|
|
17953
|
+
|
|
17903
17954
|
.pagination-items-per-page > a[aria-expanded=true], .pagination-items-per-page > a.show,
|
|
17904
17955
|
.pagination-items-per-page > button[aria-expanded=true],
|
|
17905
17956
|
.pagination-items-per-page > button.show {
|
|
@@ -17948,9 +17999,10 @@ label.custom-control-label {
|
|
|
17948
17999
|
.pagination-items-per-page.disabled > button::before {
|
|
17949
18000
|
content: none;
|
|
17950
18001
|
}
|
|
17951
|
-
.pagination-items-per-page.disabled > a.focus::after, .pagination-items-per-page.disabled > a:focus::after,
|
|
18002
|
+
.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,
|
|
17952
18003
|
.pagination-items-per-page.disabled > button.focus::after,
|
|
17953
|
-
.pagination-items-per-page.disabled > button:focus::after
|
|
18004
|
+
.pagination-items-per-page.disabled > button:focus-visible::after,
|
|
18005
|
+
.c-prefers-focus .pagination-items-per-page.disabled > button:focus::after {
|
|
17954
18006
|
content: none;
|
|
17955
18007
|
}
|
|
17956
18008
|
@media (max-width: 767.98px) {
|
|
@@ -18133,7 +18185,7 @@ label.custom-control-label {
|
|
|
18133
18185
|
color: inherit;
|
|
18134
18186
|
text-decoration: none;
|
|
18135
18187
|
}
|
|
18136
|
-
.panel-header-link.focus, .panel-header-link:focus {
|
|
18188
|
+
.panel-header-link.focus, .panel-header-link:focus-visible, .c-prefers-focus .panel-header-link:focus {
|
|
18137
18189
|
z-index: 1;
|
|
18138
18190
|
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
18139
18191
|
outline: 0;
|
|
@@ -18356,7 +18408,7 @@ label.custom-control-label {
|
|
|
18356
18408
|
.panel-unstyled .panel-header.panel-header-link {
|
|
18357
18409
|
border-radius: 1px;
|
|
18358
18410
|
}
|
|
18359
|
-
.panel-unstyled .panel-header.panel-header-link.focus, .panel-unstyled .panel-header.panel-header-link:focus {
|
|
18411
|
+
.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 {
|
|
18360
18412
|
box-shadow: 0 0 0 0.25rem #fff, 0 0 0 0.375rem #528eff;
|
|
18361
18413
|
}
|
|
18362
18414
|
.panel-unstyled .panel-header:not(.collapse-icon-middle) .collapse-icon-closed,
|
|
@@ -19122,7 +19174,7 @@ a.sheet-subtitle {
|
|
|
19122
19174
|
a.sheet-subtitle:hover, a.sheet-subtitle.hover {
|
|
19123
19175
|
text-decoration: none;
|
|
19124
19176
|
}
|
|
19125
|
-
a.sheet-subtitle.focus, a.sheet-subtitle:focus {
|
|
19177
|
+
a.sheet-subtitle.focus, a.sheet-subtitle:focus-visible, .c-prefers-focus a.sheet-subtitle:focus {
|
|
19126
19178
|
box-shadow: 0 0 0 0.25rem #fff, 0 0 0 0.375rem #528eff;
|
|
19127
19179
|
outline: 0;
|
|
19128
19180
|
}
|
|
@@ -19471,9 +19523,10 @@ a.sheet-subtitle.focus, a.sheet-subtitle:focus {
|
|
|
19471
19523
|
.sidenav-left .sidebar-light {
|
|
19472
19524
|
box-shadow: 0.25rem 0 0.5rem -0.25rem rgba(0, 0, 0, 0.1);
|
|
19473
19525
|
}
|
|
19474
|
-
.sidenav-start .sidebar-light
|
|
19475
|
-
.sidenav-left .sidebar-light
|
|
19476
|
-
.sidenav-left .sidebar-light
|
|
19526
|
+
.sidenav-start .sidebar-light.focus, .sidenav-start .sidebar-light:focus-visible, .c-prefers-focus .sidenav-start .sidebar-light:focus,
|
|
19527
|
+
.sidenav-left .sidebar-light.focus,
|
|
19528
|
+
.sidenav-left .sidebar-light:focus-visible,
|
|
19529
|
+
.c-prefers-focus .sidenav-left .sidebar-light:focus {
|
|
19477
19530
|
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;
|
|
19478
19531
|
}
|
|
19479
19532
|
|
|
@@ -19494,7 +19547,7 @@ a.sheet-subtitle.focus, a.sheet-subtitle:focus {
|
|
|
19494
19547
|
.sidebar-light .sidebar-dd [href] {
|
|
19495
19548
|
color: #272833;
|
|
19496
19549
|
}
|
|
19497
|
-
.sidebar-light .panel-unstyled .panel-header.panel-header-link.focus, .sidebar-light .panel-unstyled .panel-header.panel-header-link:focus {
|
|
19550
|
+
.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 {
|
|
19498
19551
|
box-shadow: 0 0 0 0.25rem #fff, 0 0 0 0.375rem #528eff;
|
|
19499
19552
|
}
|
|
19500
19553
|
.sidebar-light .component-navigation-bar {
|
|
@@ -19578,7 +19631,7 @@ a.sheet-subtitle.focus, a.sheet-subtitle:focus {
|
|
|
19578
19631
|
.sidebar-dark .nav-nested .nav-link:hover, .sidebar-dark .nav-nested .nav-link.hover {
|
|
19579
19632
|
color: #fff;
|
|
19580
19633
|
}
|
|
19581
|
-
.sidebar-dark .nav-nested .nav-link.focus, .sidebar-dark .nav-nested .nav-link:focus {
|
|
19634
|
+
.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 {
|
|
19582
19635
|
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
19583
19636
|
outline: 0;
|
|
19584
19637
|
}
|
|
@@ -19640,7 +19693,7 @@ a.sheet-subtitle.focus, a.sheet-subtitle:focus {
|
|
|
19640
19693
|
.sidebar-dark-l2 .nav-nested .nav-link:hover, .sidebar-dark-l2 .nav-nested .nav-link.hover {
|
|
19641
19694
|
color: #fff;
|
|
19642
19695
|
}
|
|
19643
|
-
.sidebar-dark-l2 .nav-nested .nav-link.focus, .sidebar-dark-l2 .nav-nested .nav-link:focus {
|
|
19696
|
+
.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 {
|
|
19644
19697
|
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
19645
19698
|
outline: 0;
|
|
19646
19699
|
}
|
|
@@ -19869,7 +19922,7 @@ caption {
|
|
|
19869
19922
|
.table thead th [href]:hover, .table thead th [href].hover {
|
|
19870
19923
|
color: #272833;
|
|
19871
19924
|
}
|
|
19872
|
-
.table thead th [href].focus, .table thead th [href]:focus {
|
|
19925
|
+
.table thead th [href].focus, .table thead th [href]:focus-visible, .c-prefers-focus .table thead th [href]:focus {
|
|
19873
19926
|
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
19874
19927
|
outline: 0;
|
|
19875
19928
|
}
|
|
@@ -20288,9 +20341,10 @@ caption {
|
|
|
20288
20341
|
.table-title [href].hover {
|
|
20289
20342
|
color: #272833;
|
|
20290
20343
|
}
|
|
20291
|
-
.table-title[href].focus, .table-title[href]:focus,
|
|
20344
|
+
.table-title[href].focus, .table-title[href]:focus-visible, .c-prefers-focus .table-title[href]:focus,
|
|
20292
20345
|
.table-title [href].focus,
|
|
20293
|
-
.table-title [href]:focus
|
|
20346
|
+
.table-title [href]:focus-visible,
|
|
20347
|
+
.c-prefers-focus .table-title [href]:focus {
|
|
20294
20348
|
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
20295
20349
|
outline: 0;
|
|
20296
20350
|
}
|
|
@@ -20313,7 +20367,7 @@ caption {
|
|
|
20313
20367
|
.table-link:hover, .table-link.hover {
|
|
20314
20368
|
color: #272833;
|
|
20315
20369
|
}
|
|
20316
|
-
.table-link.focus, .table-link:focus {
|
|
20370
|
+
.table-link.focus, .table-link:focus-visible, .c-prefers-focus .table-link:focus {
|
|
20317
20371
|
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
20318
20372
|
outline: 0;
|
|
20319
20373
|
}
|
|
@@ -20343,7 +20397,7 @@ caption {
|
|
|
20343
20397
|
background-color: rgba(0, 0, 0, 0.02);
|
|
20344
20398
|
color: #272833;
|
|
20345
20399
|
}
|
|
20346
|
-
.table-action-link.focus, .table-action-link:focus {
|
|
20400
|
+
.table-action-link.focus, .table-action-link:focus-visible, .c-prefers-focus .table-action-link:focus {
|
|
20347
20401
|
background-color: rgba(0, 0, 0, 0.02);
|
|
20348
20402
|
color: #272833;
|
|
20349
20403
|
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
@@ -20644,9 +20698,10 @@ caption {
|
|
|
20644
20698
|
.table-list-title [href].hover {
|
|
20645
20699
|
color: #272833;
|
|
20646
20700
|
}
|
|
20647
|
-
.table-list-title[href].focus, .table-list-title[href]:focus,
|
|
20701
|
+
.table-list-title[href].focus, .table-list-title[href]:focus-visible, .c-prefers-focus .table-list-title[href]:focus,
|
|
20648
20702
|
.table-list-title [href].focus,
|
|
20649
|
-
.table-list-title [href]:focus
|
|
20703
|
+
.table-list-title [href]:focus-visible,
|
|
20704
|
+
.c-prefers-focus .table-list-title [href]:focus {
|
|
20650
20705
|
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
20651
20706
|
outline: 0;
|
|
20652
20707
|
}
|
|
@@ -20669,7 +20724,7 @@ caption {
|
|
|
20669
20724
|
.table-list-link:hover, .table-list-link.hover {
|
|
20670
20725
|
color: #272833;
|
|
20671
20726
|
}
|
|
20672
|
-
.table-list-link.focus, .table-list-link:focus {
|
|
20727
|
+
.table-list-link.focus, .table-list-link:focus-visible, .c-prefers-focus .table-list-link:focus {
|
|
20673
20728
|
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
20674
20729
|
outline: 0;
|
|
20675
20730
|
}
|
|
@@ -20698,7 +20753,7 @@ caption {
|
|
|
20698
20753
|
background-color: rgba(0, 0, 0, 0.02);
|
|
20699
20754
|
color: #272833;
|
|
20700
20755
|
}
|
|
20701
|
-
.table-list-action-link.focus, .table-list-action-link:focus {
|
|
20756
|
+
.table-list-action-link.focus, .table-list-action-link:focus-visible, .c-prefers-focus .table-list-action-link:focus {
|
|
20702
20757
|
background-color: rgba(0, 0, 0, 0.02);
|
|
20703
20758
|
color: #272833;
|
|
20704
20759
|
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
@@ -21256,9 +21311,10 @@ caption {
|
|
|
21256
21311
|
margin-top: -0.625rem;
|
|
21257
21312
|
width: 3rem;
|
|
21258
21313
|
}
|
|
21259
|
-
.subnav-tbar-primary .component-label .close:focus {
|
|
21314
|
+
.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 {
|
|
21260
21315
|
color: inherit;
|
|
21261
21316
|
}
|
|
21317
|
+
|
|
21262
21318
|
.subnav-tbar-primary .component-label .close:disabled, .subnav-tbar-primary .component-label .close.disabled {
|
|
21263
21319
|
color: #6b6c7e;
|
|
21264
21320
|
opacity: 0.65;
|
|
@@ -21352,10 +21408,10 @@ caption {
|
|
|
21352
21408
|
position: relative;
|
|
21353
21409
|
width: 2.5rem;
|
|
21354
21410
|
}
|
|
21355
|
-
.tbar-stacked .tbar-btn-monospaced
|
|
21411
|
+
.tbar-stacked .tbar-btn-monospaced.focus, .tbar-stacked .tbar-btn-monospaced:focus-visible, .c-prefers-focus .tbar-stacked .tbar-btn-monospaced:focus {
|
|
21356
21412
|
box-shadow: inset 0 0 0 0.125rem #528eff, inset 0 0 0 0.25rem #fff;
|
|
21357
21413
|
}
|
|
21358
|
-
.tbar-stacked .tbar-btn-monospaced:active:focus {
|
|
21414
|
+
.tbar-stacked .tbar-btn-monospaced:active:focus-visible, .c-prefers-focus .tbar-stacked .tbar-btn-monospaced:active:focus {
|
|
21359
21415
|
box-shadow: inset 0 0 0 0.125rem #528eff, inset 0 0 0 0.25rem #fff;
|
|
21360
21416
|
}
|
|
21361
21417
|
.tbar-stacked .tbar-btn-monospaced .c-inner {
|
|
@@ -21381,7 +21437,7 @@ caption {
|
|
|
21381
21437
|
.tbar-light .tbar-btn-monospaced:hover {
|
|
21382
21438
|
color: #272833;
|
|
21383
21439
|
}
|
|
21384
|
-
.tbar-light .tbar-btn-monospaced
|
|
21440
|
+
.tbar-light .tbar-btn-monospaced.focus, .tbar-light .tbar-btn-monospaced:focus-visible, .c-prefers-focus .tbar-light .tbar-btn-monospaced:focus {
|
|
21385
21441
|
color: #272833;
|
|
21386
21442
|
}
|
|
21387
21443
|
.tbar-light .tbar-btn-monospaced:active {
|
|
@@ -21417,7 +21473,7 @@ caption {
|
|
|
21417
21473
|
.tbar-dark-l2 .tbar-btn-monospaced:hover {
|
|
21418
21474
|
color: #fff;
|
|
21419
21475
|
}
|
|
21420
|
-
.tbar-dark-l2 .tbar-btn-monospaced
|
|
21476
|
+
.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 {
|
|
21421
21477
|
color: #fff;
|
|
21422
21478
|
}
|
|
21423
21479
|
.tbar-dark-l2 .tbar-btn-monospaced:active {
|
|
@@ -21452,7 +21508,7 @@ caption {
|
|
|
21452
21508
|
.tbar-dark-d1 .tbar-btn-monospaced:hover {
|
|
21453
21509
|
color: #fff;
|
|
21454
21510
|
}
|
|
21455
|
-
.tbar-dark-d1 .tbar-btn-monospaced
|
|
21511
|
+
.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 {
|
|
21456
21512
|
color: #fff;
|
|
21457
21513
|
}
|
|
21458
21514
|
.tbar-dark-d1 .tbar-btn-monospaced:active {
|
|
@@ -21902,7 +21958,7 @@ caption {
|
|
|
21902
21958
|
.toggle-switch-check ~ .toggle-switch-bar .button-icon-on {
|
|
21903
21959
|
opacity: 0;
|
|
21904
21960
|
}
|
|
21905
|
-
.toggle-switch-check:focus ~ .toggle-switch-bar::before {
|
|
21961
|
+
.toggle-switch-check:focus-visible ~ .toggle-switch-bar::before, .c-prefers-focus .toggle-switch-check:focus ~ .toggle-switch-bar::before {
|
|
21906
21962
|
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
21907
21963
|
}
|
|
21908
21964
|
.toggle-switch-check[disabled] ~ .toggle-switch-bar, .toggle-switch-check:disabled ~ .toggle-switch-bar {
|
|
@@ -22350,10 +22406,10 @@ caption {
|
|
|
22350
22406
|
padding: 0;
|
|
22351
22407
|
width: 24px;
|
|
22352
22408
|
}
|
|
22353
|
-
.treeview .btn-monospaced
|
|
22409
|
+
.treeview .btn-monospaced.focus, .treeview .btn-monospaced:focus-visible, .c-prefers-focus .treeview .btn-monospaced:focus {
|
|
22354
22410
|
box-shadow: inset 0 0 0 0.125rem #528eff, inset 0 0 0 0.25rem #fff;
|
|
22355
22411
|
}
|
|
22356
|
-
.treeview .btn-monospaced:active:focus {
|
|
22412
|
+
.treeview .btn-monospaced:active:focus-visible, .c-prefers-focus .treeview .btn-monospaced:active:focus {
|
|
22357
22413
|
box-shadow: inset 0 0 0 0.125rem #528eff, inset 0 0 0 0.25rem #fff;
|
|
22358
22414
|
}
|
|
22359
22415
|
.treeview .custom-control {
|
|
@@ -22376,7 +22432,7 @@ caption {
|
|
|
22376
22432
|
background-color: transparent;
|
|
22377
22433
|
color: #6b6c7e;
|
|
22378
22434
|
}
|
|
22379
|
-
.treeview .component-action
|
|
22435
|
+
.treeview .component-action.focus, .treeview .component-action:focus-visible, .c-prefers-focus .treeview .component-action:focus {
|
|
22380
22436
|
color: #6b6c7e;
|
|
22381
22437
|
}
|
|
22382
22438
|
.treeview .component-action:active {
|
|
@@ -22507,7 +22563,7 @@ caption {
|
|
|
22507
22563
|
.treeview-link:hover, .treeview-link.hover {
|
|
22508
22564
|
text-decoration: none;
|
|
22509
22565
|
}
|
|
22510
|
-
.treeview-link.focus, .treeview-link:focus {
|
|
22566
|
+
.treeview-link.focus, .treeview-link:focus-visible, .c-prefers-focus .treeview-link:focus {
|
|
22511
22567
|
box-shadow: inset 0 0 0 0.125rem #528eff, inset 0 0 0 0.25rem #fff;
|
|
22512
22568
|
outline: 0;
|
|
22513
22569
|
}
|
|
@@ -22666,11 +22722,12 @@ caption {
|
|
|
22666
22722
|
text-decoration: none;
|
|
22667
22723
|
outline: 0;
|
|
22668
22724
|
}
|
|
22669
|
-
.close:focus {
|
|
22725
|
+
.close.focus, .close:focus-visible, .c-prefers-focus .close:focus {
|
|
22670
22726
|
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
22671
22727
|
outline: 0;
|
|
22672
22728
|
opacity: 0.75;
|
|
22673
22729
|
}
|
|
22730
|
+
|
|
22674
22731
|
.close:disabled, .close.disabled {
|
|
22675
22732
|
box-shadow: none;
|
|
22676
22733
|
cursor: not-allowed;
|