@clayui/css 3.106.0 → 3.107.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -26,7 +26,7 @@ See https://liferay.dev/blogs/-/blogs/how-and-why-to-properly-write-copyright-st
26
26
 
27
27
  2) The `<svg></svg>` element should only have the attributes `xmlns` and `viewBox`.
28
28
 
29
- 3) Remove any `fill` and `id` attributes from the SVG elements.
29
+ 3) Remove any `fill` and `id` attributes from the SVG elements, unless it is a language flag. Language flags should have the `fill` attribute.
30
30
 
31
31
  4) Remove any `<style></style>` tags and the classes / ids that are referenced by it.
32
32
 
package/lib/css/atlas.css CHANGED
@@ -1,6 +1,6 @@
1
1
  @charset "UTF-8";
2
2
  /**
3
- * Clay 3.106.0
3
+ * Clay 3.107.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>
@@ -1256,7 +1256,7 @@ fieldset:disabled a.btn:active {
1256
1256
  pointer-events: none;
1257
1257
  }
1258
1258
 
1259
- .sidebar-sm .btn.btn-xs, .btn-xs {
1259
+ .sidebar-sm .btn.btn-xs, .btn-translucent, .btn-xs {
1260
1260
  font-size: 0.75rem;
1261
1261
  line-height: 1.5;
1262
1262
  padding-bottom: 0.125rem;
@@ -1264,26 +1264,26 @@ fieldset:disabled a.btn:active {
1264
1264
  padding-right: 0.5rem;
1265
1265
  padding-top: 0.125rem;
1266
1266
  }
1267
- .sidebar-sm .btn.btn-xs .c-inner, .btn-xs .c-inner {
1267
+ .sidebar-sm .btn.btn-xs .c-inner, .btn-translucent .c-inner, .btn-xs .c-inner {
1268
1268
  margin-bottom: -0.125rem;
1269
1269
  margin-left: -0.5rem;
1270
1270
  margin-right: -0.5rem;
1271
1271
  margin-top: -0.125rem;
1272
1272
  }
1273
- .sidebar-sm .btn.btn-xs .lexicon-icon, .btn-xs .lexicon-icon {
1273
+ .sidebar-sm .btn.btn-xs .lexicon-icon, .btn-translucent .lexicon-icon, .btn-xs .lexicon-icon {
1274
1274
  font-size: inherit;
1275
1275
  }
1276
- .sidebar-sm .btn.btn-xs .inline-item, .btn-xs .inline-item {
1276
+ .sidebar-sm .btn.btn-xs .inline-item, .btn-translucent .inline-item, .btn-xs .inline-item {
1277
1277
  font-size: inherit;
1278
1278
  margin-top: -0.16em;
1279
1279
  }
1280
- .sidebar-sm .btn.btn-xs .inline-item-before, .btn-xs .inline-item-before {
1280
+ .sidebar-sm .btn.btn-xs .inline-item-before, .btn-translucent .inline-item-before, .btn-xs .inline-item-before {
1281
1281
  margin-right: 0.25rem;
1282
1282
  }
1283
- .sidebar-sm .btn.btn-xs .inline-item-after, .btn-xs .inline-item-after {
1283
+ .sidebar-sm .btn.btn-xs .inline-item-after, .btn-translucent .inline-item-after, .btn-xs .inline-item-after {
1284
1284
  margin-left: 0.25rem;
1285
1285
  }
1286
- .sidebar-sm .btn.btn-xs .btn-section, .btn-xs .btn-section {
1286
+ .sidebar-sm .btn.btn-xs .btn-section, .btn-translucent .btn-section, .btn-xs .btn-section {
1287
1287
  font-size: 0.375rem;
1288
1288
  }
1289
1289
  .btn-group-lg > .btn,
@@ -1720,33 +1720,284 @@ input[type=button].btn-block {
1720
1720
  color: #0b5fff;
1721
1721
  text-decoration: none;
1722
1722
  }
1723
- .btn-beta {
1723
+ .btn-translucent {
1724
+ border-radius: 50rem;
1725
+ }
1726
+ .btn-translucent.btn-primary {
1727
+ background-color: rgba(0, 83, 240, 0.04);
1728
+ border-color: transparent;
1729
+ color: #0053f0;
1730
+ }
1731
+ .btn-translucent.btn-primary:hover {
1732
+ background-color: rgba(0, 83, 240, 0.06);
1733
+ color: #0053f0;
1734
+ }
1735
+ .btn-translucent.btn-primary.focus, .btn-translucent.btn-primary:focus-visible, .c-prefers-focus .btn-translucent.btn-primary:focus {
1736
+ background-color: rgba(0, 83, 240, 0.06);
1737
+ color: #0053f0;
1738
+ }
1739
+ .btn-translucent.btn-primary:active {
1740
+ background-color: rgba(0, 83, 240, 0.08);
1741
+ color: #0053f0;
1742
+ }
1743
+ .btn-translucent.btn-primary.active {
1744
+ background-color: rgba(0, 83, 240, 0.08);
1745
+ color: #0053f0;
1746
+ }
1747
+ .btn-translucent.btn-primary[aria-expanded=true], .btn-translucent.btn-primary.show {
1748
+ background-color: rgba(0, 83, 240, 0.08);
1749
+ color: #0053f0;
1750
+ }
1751
+ .btn-translucent.btn-secondary {
1752
+ background-color: rgba(57, 58, 74, 0.04);
1753
+ border-color: transparent;
1754
+ color: #6b6c7e;
1755
+ }
1756
+ .btn-translucent.btn-secondary:hover {
1757
+ background-color: rgba(57, 58, 74, 0.06);
1758
+ color: #6b6c7e;
1759
+ }
1760
+ .btn-translucent.btn-secondary.focus, .btn-translucent.btn-secondary:focus-visible, .c-prefers-focus .btn-translucent.btn-secondary:focus {
1761
+ background-color: rgba(57, 58, 74, 0.06);
1762
+ color: #6b6c7e;
1763
+ }
1764
+ .btn-translucent.btn-secondary:active {
1765
+ background-color: rgba(57, 58, 74, 0.08);
1766
+ color: #6b6c7e;
1767
+ }
1768
+ .btn-translucent.btn-secondary.active {
1769
+ background-color: rgba(57, 58, 74, 0.08);
1770
+ color: #6b6c7e;
1771
+ }
1772
+ .btn-translucent.btn-secondary[aria-expanded=true], .btn-translucent.btn-secondary.show {
1773
+ background-color: rgba(57, 58, 74, 0.08);
1774
+ color: #6b6c7e;
1775
+ }
1776
+ .btn-translucent.btn-info, .btn-beta {
1724
1777
  background-color: rgba(41, 79, 152, 0.04);
1778
+ border-color: transparent;
1725
1779
  color: #294f98;
1726
- text-transform: uppercase;
1727
1780
  }
1728
- .btn-beta:hover {
1781
+ .btn-translucent.btn-info:hover, .btn-beta:hover {
1729
1782
  background-color: rgba(41, 79, 152, 0.06);
1730
1783
  color: #294f98;
1731
1784
  }
1732
- .focus.btn-beta, .btn-beta:focus-visible, .c-prefers-focus .btn-beta:focus {
1785
+ .btn-translucent.btn-info.focus, .btn-translucent.btn-info:focus-visible, .c-prefers-focus .btn-translucent.btn-info:focus, .btn-beta.focus, .btn-beta:focus-visible, .c-prefers-focus .btn-beta:focus {
1733
1786
  background-color: rgba(41, 79, 152, 0.06);
1734
1787
  color: #294f98;
1735
1788
  }
1736
- .btn-beta-dark {
1789
+ .btn-translucent.btn-info:active, .btn-beta:active {
1790
+ background-color: rgba(41, 79, 152, 0.08);
1791
+ color: #294f98;
1792
+ }
1793
+ .btn-translucent.btn-info.active, .btn-beta.active {
1794
+ background-color: rgba(41, 79, 152, 0.08);
1795
+ color: #294f98;
1796
+ }
1797
+ .btn-translucent.btn-info[aria-expanded=true], .btn-translucent.btn-info.show, .btn-beta[aria-expanded=true], .btn-beta.show {
1798
+ background-color: rgba(41, 79, 152, 0.08);
1799
+ color: #294f98;
1800
+ }
1801
+ .btn-translucent.btn-success {
1802
+ background-color: rgba(34, 106, 51, 0.04);
1803
+ border-color: transparent;
1804
+ color: #226a33;
1805
+ }
1806
+ .btn-translucent.btn-success:hover {
1807
+ background-color: rgba(34, 106, 51, 0.06);
1808
+ color: #226a33;
1809
+ }
1810
+ .btn-translucent.btn-success.focus, .btn-translucent.btn-success:focus-visible, .c-prefers-focus .btn-translucent.btn-success:focus {
1811
+ background-color: rgba(34, 106, 51, 0.06);
1812
+ color: #226a33;
1813
+ }
1814
+ .btn-translucent.btn-success:active {
1815
+ background-color: rgba(34, 106, 51, 0.08);
1816
+ color: #226a33;
1817
+ }
1818
+ .btn-translucent.btn-success.active {
1819
+ background-color: rgba(34, 106, 51, 0.08);
1820
+ color: #226a33;
1821
+ }
1822
+ .btn-translucent.btn-success[aria-expanded=true], .btn-translucent.btn-success.show {
1823
+ background-color: rgba(34, 106, 51, 0.08);
1824
+ color: #226a33;
1825
+ }
1826
+ .btn-translucent.btn-warning {
1827
+ background-color: rgba(159, 69, 0, 0.04);
1828
+ border-color: transparent;
1829
+ color: #9f4500;
1830
+ }
1831
+ .btn-translucent.btn-warning:hover {
1832
+ background-color: rgba(159, 69, 0, 0.06);
1833
+ color: #9f4500;
1834
+ }
1835
+ .btn-translucent.btn-warning.focus, .btn-translucent.btn-warning:focus-visible, .c-prefers-focus .btn-translucent.btn-warning:focus {
1836
+ background-color: rgba(159, 69, 0, 0.06);
1837
+ color: #9f4500;
1838
+ }
1839
+ .btn-translucent.btn-warning:active {
1840
+ background-color: rgba(159, 69, 0, 0.08);
1841
+ color: #9f4500;
1842
+ }
1843
+ .btn-translucent.btn-warning.active {
1844
+ background-color: rgba(159, 69, 0, 0.08);
1845
+ color: #9f4500;
1846
+ }
1847
+ .btn-translucent.btn-warning[aria-expanded=true], .btn-translucent.btn-warning.show {
1848
+ background-color: rgba(159, 69, 0, 0.08);
1849
+ color: #9f4500;
1850
+ }
1851
+ .btn-translucent.btn-danger {
1852
+ background-color: rgba(195, 18, 18, 0.04);
1853
+ border-color: transparent;
1854
+ color: #c31212;
1855
+ }
1856
+ .btn-translucent.btn-danger:hover {
1857
+ background-color: rgba(195, 18, 18, 0.06);
1858
+ color: #c31212;
1859
+ }
1860
+ .btn-translucent.btn-danger.focus, .btn-translucent.btn-danger:focus-visible, .c-prefers-focus .btn-translucent.btn-danger:focus {
1861
+ background-color: rgba(195, 18, 18, 0.06);
1862
+ color: #c31212;
1863
+ }
1864
+ .btn-translucent.btn-danger:active {
1865
+ background-color: rgba(195, 18, 18, 0.08);
1866
+ color: #c31212;
1867
+ }
1868
+ .btn-translucent.btn-danger.active {
1869
+ background-color: rgba(195, 18, 18, 0.08);
1870
+ color: #c31212;
1871
+ }
1872
+ .btn-translucent.btn-danger[aria-expanded=true], .btn-translucent.btn-danger.show {
1873
+ background-color: rgba(195, 18, 18, 0.08);
1874
+ color: #c31212;
1875
+ }
1876
+ .clay-dark.btn-translucent.btn-primary, .clay-dark .btn-translucent.btn-primary {
1877
+ background-color: rgba(179, 205, 255, 0.04);
1878
+ border-color: transparent;
1879
+ color: #80acff;
1880
+ }
1881
+ .clay-dark.btn-translucent.btn-primary:hover, .clay-dark .btn-translucent.btn-primary:hover {
1882
+ background-color: rgba(179, 205, 255, 0.06);
1883
+ color: #80acff;
1884
+ }
1885
+ .focus.clay-dark.btn-translucent.btn-primary, .clay-dark .focus.btn-translucent.btn-primary, .clay-dark.btn-translucent.btn-primary:focus-visible, .clay-dark .btn-translucent.btn-primary:focus-visible, .c-prefers-focus .clay-dark.btn-translucent.btn-primary:focus, .c-prefers-focus .clay-dark .btn-translucent.btn-primary:focus, .clay-dark .c-prefers-focus .btn-translucent.btn-primary:focus {
1886
+ background-color: rgba(179, 205, 255, 0.06);
1887
+ color: #80acff;
1888
+ }
1889
+ .clay-dark.btn-translucent.btn-primary:active, .clay-dark .btn-translucent.btn-primary:active {
1890
+ background-color: rgba(179, 205, 255, 0.08);
1891
+ color: #80acff;
1892
+ }
1893
+ .active.clay-dark.btn-translucent.btn-primary, .clay-dark .active.btn-translucent.btn-primary {
1894
+ background-color: rgba(179, 205, 255, 0.08);
1895
+ color: #80acff;
1896
+ }
1897
+ [aria-expanded=true].clay-dark.btn-translucent.btn-primary, .clay-dark [aria-expanded=true].btn-translucent.btn-primary, .show.clay-dark.btn-translucent.btn-primary, .clay-dark .show.btn-translucent.btn-primary {
1898
+ background-color: rgba(179, 205, 255, 0.08);
1899
+ color: #80acff;
1900
+ }
1901
+ .clay-dark.btn-translucent.btn-info, .clay-dark .btn-translucent.btn-info, .btn-beta-dark {
1737
1902
  background-color: rgba(238, 242, 250, 0.04);
1738
1903
  border-color: transparent;
1739
1904
  color: #89a7e0;
1740
- text-transform: uppercase;
1741
1905
  }
1742
- .btn-beta-dark:hover {
1906
+ .clay-dark.btn-translucent.btn-info:hover, .clay-dark .btn-translucent.btn-info:hover, .btn-beta-dark:hover {
1743
1907
  background-color: rgba(238, 242, 250, 0.06);
1744
1908
  color: #89a7e0;
1745
1909
  }
1746
- .focus.btn-beta-dark, .btn-beta-dark:focus-visible, .c-prefers-focus .btn-beta-dark:focus {
1910
+ .focus.clay-dark.btn-translucent.btn-info, .clay-dark .focus.btn-translucent.btn-info, .focus.btn-beta-dark, .clay-dark.btn-translucent.btn-info:focus-visible, .clay-dark .btn-translucent.btn-info:focus-visible, .btn-beta-dark:focus-visible, .c-prefers-focus .clay-dark.btn-translucent.btn-info:focus, .c-prefers-focus .clay-dark .btn-translucent.btn-info:focus, .clay-dark .c-prefers-focus .btn-translucent.btn-info:focus, .c-prefers-focus .btn-beta-dark:focus {
1747
1911
  background-color: rgba(238, 242, 250, 0.06);
1748
1912
  color: #89a7e0;
1749
1913
  }
1914
+ .clay-dark.btn-translucent.btn-info:active, .clay-dark .btn-translucent.btn-info:active, .btn-beta-dark:active {
1915
+ background-color: rgba(238, 242, 250, 0.08);
1916
+ color: #89a7e0;
1917
+ }
1918
+ .active.clay-dark.btn-translucent.btn-info, .clay-dark .active.btn-translucent.btn-info, .active.btn-beta-dark {
1919
+ background-color: rgba(238, 242, 250, 0.08);
1920
+ color: #89a7e0;
1921
+ }
1922
+ [aria-expanded=true].clay-dark.btn-translucent.btn-info, .clay-dark [aria-expanded=true].btn-translucent.btn-info, [aria-expanded=true].btn-beta-dark, .show.clay-dark.btn-translucent.btn-info, .clay-dark .show.btn-translucent.btn-info, .show.btn-beta-dark {
1923
+ background-color: rgba(238, 242, 250, 0.08);
1924
+ color: #89a7e0;
1925
+ }
1926
+ .clay-dark.btn-translucent.btn-success, .clay-dark .btn-translucent.btn-success {
1927
+ background-color: rgba(237, 249, 240, 0.04);
1928
+ border-color: transparent;
1929
+ color: #5aca75;
1930
+ }
1931
+ .clay-dark.btn-translucent.btn-success:hover, .clay-dark .btn-translucent.btn-success:hover {
1932
+ background-color: rgba(237, 249, 240, 0.06);
1933
+ color: #5aca75;
1934
+ }
1935
+ .focus.clay-dark.btn-translucent.btn-success, .clay-dark .focus.btn-translucent.btn-success, .clay-dark.btn-translucent.btn-success:focus-visible, .clay-dark .btn-translucent.btn-success:focus-visible, .c-prefers-focus .clay-dark.btn-translucent.btn-success:focus, .c-prefers-focus .clay-dark .btn-translucent.btn-success:focus, .clay-dark .c-prefers-focus .btn-translucent.btn-success:focus {
1936
+ background-color: rgba(237, 249, 240, 0.06);
1937
+ color: #5aca75;
1938
+ }
1939
+ .clay-dark.btn-translucent.btn-success:active, .clay-dark .btn-translucent.btn-success:active {
1940
+ background-color: rgba(237, 249, 240, 0.08);
1941
+ color: #5aca75;
1942
+ }
1943
+ .active.clay-dark.btn-translucent.btn-success, .clay-dark .active.btn-translucent.btn-success {
1944
+ background-color: rgba(237, 249, 240, 0.08);
1945
+ color: #5aca75;
1946
+ }
1947
+ [aria-expanded=true].clay-dark.btn-translucent.btn-success, .clay-dark [aria-expanded=true].btn-translucent.btn-success, .show.clay-dark.btn-translucent.btn-success, .clay-dark .show.btn-translucent.btn-success {
1948
+ background-color: rgba(237, 249, 240, 0.08);
1949
+ color: #5aca75;
1950
+ }
1951
+ .clay-dark.btn-translucent.btn-warning, .clay-dark .btn-translucent.btn-warning {
1952
+ background-color: rgba(255, 244, 236, 0.04);
1953
+ border-color: transparent;
1954
+ color: #ff8f39;
1955
+ }
1956
+ .clay-dark.btn-translucent.btn-warning:hover, .clay-dark .btn-translucent.btn-warning:hover {
1957
+ background-color: rgba(255, 244, 236, 0.06);
1958
+ color: #ff8f39;
1959
+ }
1960
+ .focus.clay-dark.btn-translucent.btn-warning, .clay-dark .focus.btn-translucent.btn-warning, .clay-dark.btn-translucent.btn-warning:focus-visible, .clay-dark .btn-translucent.btn-warning:focus-visible, .c-prefers-focus .clay-dark.btn-translucent.btn-warning:focus, .c-prefers-focus .clay-dark .btn-translucent.btn-warning:focus, .clay-dark .c-prefers-focus .btn-translucent.btn-warning:focus {
1961
+ background-color: rgba(255, 244, 236, 0.06);
1962
+ color: #ff8f39;
1963
+ }
1964
+ .clay-dark.btn-translucent.btn-warning:active, .clay-dark .btn-translucent.btn-warning:active {
1965
+ background-color: rgba(255, 244, 236, 0.08);
1966
+ color: #ff8f39;
1967
+ }
1968
+ .active.clay-dark.btn-translucent.btn-warning, .clay-dark .active.btn-translucent.btn-warning {
1969
+ background-color: rgba(255, 244, 236, 0.08);
1970
+ color: #ff8f39;
1971
+ }
1972
+ [aria-expanded=true].clay-dark.btn-translucent.btn-warning, .clay-dark [aria-expanded=true].btn-translucent.btn-warning, .show.clay-dark.btn-translucent.btn-warning, .clay-dark .show.btn-translucent.btn-warning {
1973
+ background-color: rgba(255, 244, 236, 0.08);
1974
+ color: #ff8f39;
1975
+ }
1976
+ .clay-dark.btn-translucent.btn-danger, .clay-dark .btn-translucent.btn-danger {
1977
+ background-color: rgba(254, 239, 239, 0.04);
1978
+ border-color: transparent;
1979
+ color: #f48989;
1980
+ }
1981
+ .clay-dark.btn-translucent.btn-danger:hover, .clay-dark .btn-translucent.btn-danger:hover {
1982
+ background-color: rgba(254, 239, 239, 0.06);
1983
+ color: #f48989;
1984
+ }
1985
+ .focus.clay-dark.btn-translucent.btn-danger, .clay-dark .focus.btn-translucent.btn-danger, .clay-dark.btn-translucent.btn-danger:focus-visible, .clay-dark .btn-translucent.btn-danger:focus-visible, .c-prefers-focus .clay-dark.btn-translucent.btn-danger:focus, .c-prefers-focus .clay-dark .btn-translucent.btn-danger:focus, .clay-dark .c-prefers-focus .btn-translucent.btn-danger:focus {
1986
+ background-color: rgba(254, 239, 239, 0.06);
1987
+ color: #f48989;
1988
+ }
1989
+ .clay-dark.btn-translucent.btn-danger:active, .clay-dark .btn-translucent.btn-danger:active {
1990
+ background-color: rgba(254, 239, 239, 0.08);
1991
+ color: #f48989;
1992
+ }
1993
+ .active.clay-dark.btn-translucent.btn-danger, .clay-dark .active.btn-translucent.btn-danger {
1994
+ background-color: rgba(254, 239, 239, 0.08);
1995
+ color: #f48989;
1996
+ }
1997
+ [aria-expanded=true].clay-dark.btn-translucent.btn-danger, .clay-dark [aria-expanded=true].btn-translucent.btn-danger, .show.clay-dark.btn-translucent.btn-danger, .clay-dark .show.btn-translucent.btn-danger {
1998
+ background-color: rgba(254, 239, 239, 0.08);
1999
+ color: #f48989;
2000
+ }
1750
2001
  .btn-outline-primary {
1751
2002
  border-color: #0b5fff;
1752
2003
  color: #0b5fff;
@@ -4316,15 +4567,55 @@ input[type=button].btn-block {
4316
4567
  color: #fff;
4317
4568
  box-shadow: 0 0 0 0.2rem rgba(39, 40, 51, 0.5);
4318
4569
  }
4319
- .badge-beta {
4570
+ .badge-translucent.badge-primary {
4571
+ background-color: rgba(0, 83, 240, 0.04);
4572
+ border-color: transparent;
4573
+ color: #0053f0;
4574
+ }
4575
+ .badge-translucent.badge-info, .badge-beta {
4320
4576
  background-color: rgba(41, 79, 152, 0.04);
4577
+ border-color: transparent;
4321
4578
  color: #294f98;
4322
- text-transform: uppercase;
4323
4579
  }
4324
- .badge-beta-dark {
4580
+ .badge-translucent.badge-success {
4581
+ background-color: rgba(34, 106, 51, 0.04);
4582
+ border-color: transparent;
4583
+ color: #226a33;
4584
+ }
4585
+ .badge-translucent.badge-warning {
4586
+ background-color: rgba(159, 69, 0, 0.04);
4587
+ border-color: transparent;
4588
+ color: #9f4500;
4589
+ }
4590
+ .badge-translucent.badge-danger {
4591
+ background-color: rgba(195, 18, 18, 0.04);
4592
+ border-color: transparent;
4593
+ color: #c31212;
4594
+ }
4595
+ .clay-dark.badge-translucent.badge-primary, .clay-dark .badge-translucent.badge-primary {
4596
+ background-color: rgba(179, 205, 255, 0.04);
4597
+ border-color: transparent;
4598
+ color: #80acff;
4599
+ }
4600
+ .clay-dark.badge-translucent.badge-info, .clay-dark .badge-translucent.badge-info, .badge-beta-dark {
4325
4601
  background-color: rgba(238, 242, 250, 0.04);
4602
+ border-color: transparent;
4326
4603
  color: #89a7e0;
4327
- text-transform: uppercase;
4604
+ }
4605
+ .clay-dark.badge-translucent.badge-success, .clay-dark .badge-translucent.badge-success {
4606
+ background-color: rgba(237, 249, 240, 0.04);
4607
+ border-color: transparent;
4608
+ color: #5aca75;
4609
+ }
4610
+ .clay-dark.badge-translucent.badge-warning, .clay-dark .badge-translucent.badge-warning {
4611
+ background-color: rgba(255, 244, 236, 0.04);
4612
+ border-color: transparent;
4613
+ color: #ff8f39;
4614
+ }
4615
+ .clay-dark.badge-translucent.badge-danger, .clay-dark .badge-translucent.badge-danger {
4616
+ background-color: rgba(254, 239, 239, 0.04);
4617
+ border-color: transparent;
4618
+ color: #f48989;
4328
4619
  }
4329
4620
  .breadcrumb {
4330
4621
  background-color: transparent;
@@ -20345,6 +20636,7 @@ caption {
20345
20636
  }
20346
20637
 
20347
20638
  .table {
20639
+ background-color: #fff;
20348
20640
  border-spacing: 0;
20349
20641
  color: #272833;
20350
20642
  font-size: 0.875rem;
@@ -20356,7 +20648,6 @@ caption {
20356
20648
  }
20357
20649
  .table thead th,
20358
20650
  .table thead td {
20359
- background-color: #fff;
20360
20651
  border-bottom: 0 solid #e7e7ed;
20361
20652
  border-top-width: 0px;
20362
20653
  vertical-align: bottom;
@@ -20414,23 +20705,9 @@ caption {
20414
20705
  position: relative;
20415
20706
  vertical-align: middle;
20416
20707
  }
20417
- .table tbody {
20418
- background-color: #fff;
20419
- }
20420
- .table tbody th,
20421
- .table tbody td {
20422
- background-color: #fff;
20423
- }
20424
20708
  .table tbody + tbody {
20425
20709
  border-top: calc(2 * 0.0625rem) solid #e7e7ed;
20426
20710
  }
20427
- .table tfoot {
20428
- background-color: #fff;
20429
- }
20430
- .table tfoot th,
20431
- .table tfoot td {
20432
- background-color: #fff;
20433
- }
20434
20711
  .table caption {
20435
20712
  caption-side: top;
20436
20713
  padding-left: 0.75rem;
@@ -20438,7 +20715,6 @@ caption {
20438
20715
  }
20439
20716
  .table .table-divider th,
20440
20717
  .table .table-divider td {
20441
- background-color: #f7f8f9;
20442
20718
  color: #6b6c7e;
20443
20719
  font-size: 0.75rem;
20444
20720
  font-weight: 600;
@@ -20448,19 +20724,15 @@ caption {
20448
20724
  .table .table-active {
20449
20725
  background-color: #f0f5ff;
20450
20726
  }
20451
- .table .table-active th,
20452
- .table .table-active td {
20453
- background-color: #f0f5ff;
20454
- }
20455
20727
  .table .table-active .quick-action-menu {
20456
20728
  background-color: #f1f2f5;
20457
20729
  }
20458
20730
  .table .table-disabled {
20731
+ background-color: #fff;
20459
20732
  color: #a7a9bc;
20460
20733
  }
20461
20734
  .table .table-disabled th,
20462
20735
  .table .table-disabled td {
20463
- background-color: #fff;
20464
20736
  cursor: not-allowed;
20465
20737
  }
20466
20738
  .table .table-disabled th a[href],
@@ -20539,11 +20811,6 @@ caption {
20539
20811
  background-color: #f0f5ff;
20540
20812
  color: #272833;
20541
20813
  }
20542
- .table-hover tbody tr:hover th,
20543
- .table-hover tbody tr:hover td {
20544
- background-color: #f0f5ff;
20545
- color: #272833;
20546
- }
20547
20814
  .table-hover tbody tr:hover .quick-action-menu {
20548
20815
  background-color: #f0f5ff;
20549
20816
  }
@@ -20553,10 +20820,54 @@ caption {
20553
20820
  .table-hover .table-disabled:hover {
20554
20821
  background-color: #fff;
20555
20822
  }
20556
- .table-hover .table-disabled:hover th,
20557
- .table-hover .table-disabled:hover td {
20558
- background-color: #fff;
20823
+ tr.table-focus {
20824
+ outline: 0;
20825
+ }
20826
+ tr.table-focus td {
20827
+ outline: 0;
20828
+ }
20829
+ tr.table-focus td::before {
20830
+ box-shadow: inset 0 0.125rem 0 0 #528eff, inset 0 0.25rem 0 0 #fff, inset 0 -0.125rem 0 0 #528eff, inset 0 -0.25rem 0 0 #fff;
20831
+ content: "";
20832
+ display: block;
20833
+ position: absolute;
20834
+ left: -0.0625rem;
20835
+ right: -0.0625rem;
20836
+ top: -0.0625rem;
20837
+ bottom: -0.0625rem;
20838
+ pointer-events: none;
20839
+ z-index: 1;
20840
+ }
20841
+ tr.table-focus td:first-child::after {
20842
+ box-shadow: inset 0.125rem 0 0 0 #528eff, inset 0.25rem 0 0 0 #fff;
20843
+ content: "";
20844
+ display: block;
20845
+ position: absolute;
20846
+ pointer-events: none;
20847
+ top: 0.0625rem;
20848
+ bottom: 0.0625rem;
20849
+ left: -0.0625rem;
20850
+ z-index: 1;
20851
+ width: 0.25rem;
20852
+ }
20853
+ tr.table-focus td:last-child::after {
20854
+ box-shadow: inset -0.125rem 0 0 0 #528eff, inset -0.25rem 0 0 0 #fff;
20855
+ content: "";
20856
+ display: block;
20857
+ position: absolute;
20858
+ pointer-events: none;
20859
+ top: 0.0625rem;
20860
+ bottom: 0.0625rem;
20861
+ right: -0.0625rem;
20862
+ z-index: 1;
20863
+ width: 0.25rem;
20864
+ }
20865
+
20866
+ td.table-focus {
20867
+ outline: none;
20868
+ box-shadow: inset 0 0 0 0.125rem #528eff, inset 0 0 0 0.25rem #fff;
20559
20869
  }
20870
+
20560
20871
  .table .table-primary,
20561
20872
  .table .table-primary > th,
20562
20873
  .table .table-primary > td {
@@ -20942,13 +21253,11 @@ caption {
20942
21253
  margin-bottom: 0.0625rem;
20943
21254
  }
20944
21255
  .table-list thead {
20945
- background-color: #fff;
20946
21256
  border-top-left-radius: calc(0.25rem - 0.0625rem);
20947
21257
  border-top-right-radius: calc(0.25rem - 0.0625rem);
20948
21258
  }
20949
21259
  .table-list thead th,
20950
21260
  .table-list thead td {
20951
- background-color: #fff;
20952
21261
  border-bottom-width: 0;
20953
21262
  }
20954
21263
  .table-list th,
@@ -21016,21 +21325,15 @@ caption {
21016
21325
  border-bottom-right-radius: calc(0.25rem - 0.0625rem);
21017
21326
  }
21018
21327
  .table-list tbody {
21019
- background-color: #fff;
21020
21328
  border-bottom-left-radius: calc(0.25rem - 0.0625rem);
21021
21329
  border-bottom-right-radius: calc(0.25rem - 0.0625rem);
21022
21330
  }
21023
21331
  .table-list tbody th,
21024
21332
  .table-list tbody td {
21025
- background-color: #fff;
21026
21333
  vertical-align: middle;
21027
21334
  }
21028
- .table-list tfoot {
21029
- background-color: #fff;
21030
- }
21031
21335
  .table-list tfoot th,
21032
21336
  .table-list tfoot td {
21033
- background-color: #fff;
21034
21337
  vertical-align: middle;
21035
21338
  }
21036
21339
  .table-list .table-divider th,
@@ -21043,10 +21346,6 @@ caption {
21043
21346
  .table-list .table-active {
21044
21347
  background-color: #f0f5ff;
21045
21348
  }
21046
- .table-list .table-active th,
21047
- .table-list .table-active td {
21048
- background-color: #f0f5ff;
21049
- }
21050
21349
  .table-list .table-active .quick-action-menu {
21051
21350
  background-color: #f0f5ff;
21052
21351
  }
@@ -21054,11 +21353,6 @@ caption {
21054
21353
  background-color: #fff;
21055
21354
  color: #a7a9bc;
21056
21355
  }
21057
- .table-list .table-disabled th,
21058
- .table-list .table-disabled td {
21059
- background-color: #fff;
21060
- color: #a7a9bc;
21061
- }
21062
21356
  .table-list .table-disabled th a[href],
21063
21357
  .table-list .table-disabled td a[href] {
21064
21358
  color: #a7a9bc;
@@ -21098,20 +21392,12 @@ caption {
21098
21392
  .table-list.table-hover tbody tr:hover {
21099
21393
  background-color: #f0f5ff;
21100
21394
  }
21101
- .table-list.table-hover tbody tr:hover th,
21102
- .table-list.table-hover tbody tr:hover td {
21103
- background-color: #f0f5ff;
21104
- }
21105
21395
  .table-list.table-hover tbody tr:hover .quick-action-menu {
21106
21396
  background-color: #f0f5ff;
21107
21397
  }
21108
21398
  .table-list.table-hover .table-active:hover {
21109
21399
  background-color: #f0f5ff;
21110
21400
  }
21111
- .table-list.table-hover .table-active:hover th,
21112
- .table-list.table-hover .table-active:hover td {
21113
- background-color: #f0f5ff;
21114
- }
21115
21401
  .table-list.table-hover .table-active:hover .quick-action-menu {
21116
21402
  background-color: #f0f5ff;
21117
21403
  }
@@ -21121,10 +21407,6 @@ caption {
21121
21407
  .table-list.table-hover .table-disabled:hover {
21122
21408
  background-color: #fff;
21123
21409
  }
21124
- .table-list.table-hover .table-disabled:hover th,
21125
- .table-list.table-hover .table-disabled:hover td {
21126
- background-color: #fff;
21127
- }
21128
21410
  .table-list.table-striped tbody .table-disabled:nth-of-type(odd),
21129
21411
  .table-list.table-striped tbody .table-disabled:nth-of-type(odd) td,
21130
21412
  .table-list.table-striped tbody .table-disabled:nth-of-type(odd) th {
@@ -33830,7 +34112,7 @@ a.text-dark:hover, a.text-dark:focus {
33830
34112
  text-decoration: none !important;
33831
34113
  }
33832
34114
 
33833
- .c-prefers-letter-spacing-1 {
34115
+ .c-prefers-letter-spacing-1, .c-prefers-letter-spacing-1 * {
33834
34116
  letter-spacing: 1px !important;
33835
34117
  }
33836
34118