@fkui/design 6.7.1 → 6.9.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/fkui.css +25 -123
- package/lib/fkui.min.css +1 -1
- package/package.json +5 -5
- package/src/components/button/_button.scss +0 -20
- package/src/components/button/_variables.scss +1 -1
- package/src/components/chip/_variables.scss +2 -2
- package/src/components/combobox/_variables.scss +1 -1
- package/src/components/file-item/_file-item.scss +1 -0
- package/src/components/select-field/_variables.scss +1 -1
- package/src/components/text-field/_variables.scss +1 -1
- package/src/components/textarea-field/_variables.scss +1 -1
- package/src/components/wizard/_wizard-step.scss +1 -0
- package/src/core/mixins/_button.scss +0 -20
- package/src/core/mixins/_variables.scss +3 -3
- package/src/internal-components/calendar-navbar/_navbar.scss +4 -6
package/lib/fkui.css
CHANGED
|
@@ -1660,18 +1660,12 @@ input[type=search]:focus,
|
|
|
1660
1660
|
color: var(--f-text-color-button-standard, #4a52b6);
|
|
1661
1661
|
padding: calc(var(--f-button-standard-padding-top, 1rem) * var(--f-density-factor, 1)) var(--f-button-standard-padding-right, 1.5rem) calc(var(--f-button-standard-padding-bottom, 1rem) * var(--f-density-factor, 1)) var(--f-button-standard-padding-left, 1.5rem);
|
|
1662
1662
|
}
|
|
1663
|
-
.button > .button__icon {
|
|
1664
|
-
color: var(--f-text-color-button-standard, #4a52b6);
|
|
1665
|
-
}
|
|
1666
1663
|
.button:hover {
|
|
1667
1664
|
background-color: var(--fkds-color-action-background-secondary-hover, #e5e5f5);
|
|
1668
1665
|
border-color: var(--fkds-color-action-border-primary-default, #4a52b6);
|
|
1669
1666
|
color: var(--f-text-color-button-standard, #4a52b6);
|
|
1670
1667
|
box-shadow: var(--f-button-shadow-hover, 0 1px 3px rgba(0, 0, 0, 0.3));
|
|
1671
1668
|
}
|
|
1672
|
-
.button:hover > .button__icon {
|
|
1673
|
-
color: var(--f-text-color-button-standard, #4a52b6);
|
|
1674
|
-
}
|
|
1675
1669
|
.button:active, .button:focus {
|
|
1676
1670
|
border-radius: 0;
|
|
1677
1671
|
box-shadow: var(--f-focus-box-shadow, 0 0 0 2px #ffffff, 0 0 0 4px #1b1e23, 0 0 0 6px #ffffff);
|
|
@@ -1680,16 +1674,10 @@ input[type=search]:focus,
|
|
|
1680
1674
|
border-color: var(--fkds-color-action-border-primary-default, #4a52b6);
|
|
1681
1675
|
color: var(--f-text-color-button-standard, #4a52b6);
|
|
1682
1676
|
}
|
|
1683
|
-
.button:active > .button__icon, .button:focus > .button__icon {
|
|
1684
|
-
color: var(--f-text-color-button-standard, #4a52b6);
|
|
1685
|
-
}
|
|
1686
1677
|
.button.disabled, .button.disabled:hover, .button:disabled, .button:disabled:hover, .button.button--disabled, .button.button--disabled:hover {
|
|
1687
|
-
background-color: var(--fkds-color-
|
|
1688
|
-
border-color: var(--fkds-color-
|
|
1689
|
-
color: var(--fkds-color-
|
|
1690
|
-
}
|
|
1691
|
-
.button.disabled > .button__icon, .button.disabled:hover > .button__icon, .button:disabled > .button__icon, .button:disabled:hover > .button__icon, .button.button--disabled > .button__icon, .button.button--disabled:hover > .button__icon {
|
|
1692
|
-
color: var(--fkds-color-action-text-disabled, #8d8e91);
|
|
1678
|
+
background-color: var(--fkds-color-background-disabled, #f4f4f4);
|
|
1679
|
+
border-color: var(--fkds-color-border-disabled, #8d8e91);
|
|
1680
|
+
color: var(--fkds-color-text-disabled, #8d8e91);
|
|
1693
1681
|
}
|
|
1694
1682
|
.button.button--primary {
|
|
1695
1683
|
background-color: var(--fkds-color-action-background-primary-default, #4a52b6);
|
|
@@ -1699,18 +1687,12 @@ input[type=search]:focus,
|
|
|
1699
1687
|
color: var(--fkds-color-action-text-inverted-default, #ffffff);
|
|
1700
1688
|
padding: calc(var(--f-button-primary-padding-top, 1rem) * var(--f-density-factor, 1)) var(--f-button-primary-padding-right, 1.5rem) calc(var(--f-button-primary-padding-bottom, 1rem) * var(--f-density-factor, 1)) var(--f-button-primary-padding-left, 1.5rem);
|
|
1701
1689
|
}
|
|
1702
|
-
.button.button--primary > .button__icon {
|
|
1703
|
-
color: var(--fkds-color-action-text-inverted-default, #ffffff);
|
|
1704
|
-
}
|
|
1705
1690
|
.button.button--primary:hover {
|
|
1706
1691
|
background-color: var(--fkds-color-action-background-primary-hover, #3b4292);
|
|
1707
1692
|
border-color: transparent;
|
|
1708
1693
|
color: var(--fkds-color-action-text-inverted-default, #ffffff);
|
|
1709
1694
|
box-shadow: var(--f-button-shadow-hover, 0 1px 3px rgba(0, 0, 0, 0.3));
|
|
1710
1695
|
}
|
|
1711
|
-
.button.button--primary:hover > .button__icon {
|
|
1712
|
-
color: var(--fkds-color-action-text-inverted-default, #ffffff);
|
|
1713
|
-
}
|
|
1714
1696
|
.button.button--primary:active, .button.button--primary:focus {
|
|
1715
1697
|
border-radius: 0;
|
|
1716
1698
|
box-shadow: var(--f-focus-box-shadow, 0 0 0 2px #ffffff, 0 0 0 4px #1b1e23, 0 0 0 6px #ffffff);
|
|
@@ -1719,16 +1701,10 @@ input[type=search]:focus,
|
|
|
1719
1701
|
border-color: transparent;
|
|
1720
1702
|
color: var(--fkds-color-action-text-inverted-default, #ffffff);
|
|
1721
1703
|
}
|
|
1722
|
-
.button.button--primary:active > .button__icon, .button.button--primary:focus > .button__icon {
|
|
1723
|
-
color: var(--fkds-color-action-text-inverted-default, #ffffff);
|
|
1724
|
-
}
|
|
1725
1704
|
.button.button--primary.disabled, .button.button--primary.disabled:hover, .button.button--primary:disabled, .button.button--primary:disabled:hover, .button.button--primary.button--disabled, .button.button--primary.button--disabled:hover {
|
|
1726
|
-
background-color: var(--fkds-color-
|
|
1727
|
-
border-color: var(--fkds-color-
|
|
1728
|
-
color: var(--fkds-color-
|
|
1729
|
-
}
|
|
1730
|
-
.button.button--primary.disabled > .button__icon, .button.button--primary.disabled:hover > .button__icon, .button.button--primary:disabled > .button__icon, .button.button--primary:disabled:hover > .button__icon, .button.button--primary.button--disabled > .button__icon, .button.button--primary.button--disabled:hover > .button__icon {
|
|
1731
|
-
color: var(--fkds-color-action-text-disabled, #8d8e91);
|
|
1705
|
+
background-color: var(--fkds-color-background-disabled, #f4f4f4);
|
|
1706
|
+
border-color: var(--fkds-color-border-disabled, #8d8e91);
|
|
1707
|
+
color: var(--fkds-color-text-disabled, #8d8e91);
|
|
1732
1708
|
}
|
|
1733
1709
|
.button.button--secondary {
|
|
1734
1710
|
background-color: var(--fkds-color-action-background-secondary-default, #f5f6fa);
|
|
@@ -1738,18 +1714,12 @@ input[type=search]:focus,
|
|
|
1738
1714
|
color: var(--fkds-color-action-text-primary-default, #4a52b6);
|
|
1739
1715
|
padding: calc(var(--f-button-secondary-padding-top, 1rem) * var(--f-density-factor, 1)) var(--f-button-secondary-padding-right, 1.5rem) calc(var(--f-button-secondary-padding-bottom, 1rem) * var(--f-density-factor, 1)) var(--f-button-secondary-padding-left, 1.5rem);
|
|
1740
1716
|
}
|
|
1741
|
-
.button.button--secondary > .button__icon {
|
|
1742
|
-
color: var(--fkds-color-action-text-primary-default, #4a52b6);
|
|
1743
|
-
}
|
|
1744
1717
|
.button.button--secondary:hover {
|
|
1745
1718
|
background-color: var(--fkds-color-action-background-secondary-hover, #e5e5f5);
|
|
1746
1719
|
border-color: var(--fkds-color-action-border-primary-default, #4a52b6);
|
|
1747
1720
|
color: var(--fkds-color-action-text-primary-default, #4a52b6);
|
|
1748
1721
|
box-shadow: var(--f-button-shadow-hover, 0 1px 3px rgba(0, 0, 0, 0.3));
|
|
1749
1722
|
}
|
|
1750
|
-
.button.button--secondary:hover > .button__icon {
|
|
1751
|
-
color: var(--fkds-color-action-text-primary-default, #4a52b6);
|
|
1752
|
-
}
|
|
1753
1723
|
.button.button--secondary:active, .button.button--secondary:focus {
|
|
1754
1724
|
border-radius: 0;
|
|
1755
1725
|
box-shadow: var(--f-focus-box-shadow, 0 0 0 2px #ffffff, 0 0 0 4px #1b1e23, 0 0 0 6px #ffffff);
|
|
@@ -1758,16 +1728,10 @@ input[type=search]:focus,
|
|
|
1758
1728
|
border-color: var(--fkds-color-action-border-primary-default, #4a52b6);
|
|
1759
1729
|
color: var(--fkds-color-action-text-primary-default, #4a52b6);
|
|
1760
1730
|
}
|
|
1761
|
-
.button.button--secondary:active > .button__icon, .button.button--secondary:focus > .button__icon {
|
|
1762
|
-
color: var(--fkds-color-action-text-primary-default, #4a52b6);
|
|
1763
|
-
}
|
|
1764
1731
|
.button.button--secondary.disabled, .button.button--secondary.disabled:hover, .button.button--secondary:disabled, .button.button--secondary:disabled:hover, .button.button--secondary.button--disabled, .button.button--secondary.button--disabled:hover {
|
|
1765
|
-
background-color: var(--fkds-color-
|
|
1766
|
-
border-color: var(--fkds-color-
|
|
1767
|
-
color: var(--fkds-color-
|
|
1768
|
-
}
|
|
1769
|
-
.button.button--secondary.disabled > .button__icon, .button.button--secondary.disabled:hover > .button__icon, .button.button--secondary:disabled > .button__icon, .button.button--secondary:disabled:hover > .button__icon, .button.button--secondary.button--disabled > .button__icon, .button.button--secondary.button--disabled:hover > .button__icon {
|
|
1770
|
-
color: var(--fkds-color-action-text-disabled, #8d8e91);
|
|
1732
|
+
background-color: var(--fkds-color-background-disabled, #f4f4f4);
|
|
1733
|
+
border-color: var(--fkds-color-border-disabled, #8d8e91);
|
|
1734
|
+
color: var(--fkds-color-text-disabled, #8d8e91);
|
|
1771
1735
|
}
|
|
1772
1736
|
.button.button--discrete, .button.button--text {
|
|
1773
1737
|
width: inherit;
|
|
@@ -1782,18 +1746,12 @@ input[type=search]:focus,
|
|
|
1782
1746
|
color: var(--f-text-color-button-discrete, #4a52b6);
|
|
1783
1747
|
padding: calc(var(--f-button-discrete-padding-top, initial) * var(--f-density-factor, 1)) var(--f-button-discrete-padding-right, initial) calc(var(--f-button-discrete-padding-bottom, initial) * var(--f-density-factor, 1)) var(--f-button-discrete-padding-left, initial);
|
|
1784
1748
|
}
|
|
1785
|
-
.button.button--discrete > .button__icon, .button.button--text > .button__icon {
|
|
1786
|
-
color: var(--f-text-color-button-discrete, #4a52b6);
|
|
1787
|
-
}
|
|
1788
1749
|
.button.button--discrete:hover, .button.button--text:hover {
|
|
1789
1750
|
background-color: var(--f-background-button-discrete-hover, none);
|
|
1790
1751
|
border-color: transparent;
|
|
1791
1752
|
color: var(--f-text-color-button-discrete-hover, #3b4292);
|
|
1792
1753
|
box-shadow: var(--f-button-shadow-hover, 0 1px 3px rgba(0, 0, 0, 0.3));
|
|
1793
1754
|
}
|
|
1794
|
-
.button.button--discrete:hover > .button__icon, .button.button--text:hover > .button__icon {
|
|
1795
|
-
color: var(--f-text-color-button-discrete-hover, #3b4292);
|
|
1796
|
-
}
|
|
1797
1755
|
.button.button--discrete:active, .button.button--text:active, .button.button--discrete:focus, .button.button--text:focus {
|
|
1798
1756
|
border-radius: 0;
|
|
1799
1757
|
box-shadow: var(--f-focus-box-shadow, 0 0 0 2px #ffffff, 0 0 0 4px #1b1e23, 0 0 0 6px #ffffff);
|
|
@@ -1802,17 +1760,11 @@ input[type=search]:focus,
|
|
|
1802
1760
|
border-color: transparent;
|
|
1803
1761
|
color: var(--f-text-color-button-discrete-hover, #3b4292);
|
|
1804
1762
|
}
|
|
1805
|
-
.button.button--discrete:active > .button__icon, .button.button--text:active > .button__icon, .button.button--discrete:focus > .button__icon, .button.button--text:focus > .button__icon {
|
|
1806
|
-
color: var(--f-text-color-button-discrete-hover, #3b4292);
|
|
1807
|
-
}
|
|
1808
1763
|
.button.button--discrete.disabled, .button.disabled.button--text, .button.button--discrete.disabled:hover, .button.button--discrete:disabled, .button.button--text:disabled, .button.button--discrete:disabled:hover, .button.button--discrete.button--disabled, .button.button--disabled.button--text, .button.button--discrete.button--disabled:hover {
|
|
1809
1764
|
background-color: transparent;
|
|
1810
1765
|
border-color: transparent;
|
|
1811
1766
|
color: var(--f-text-color-button-discrete-disabled, #8d8e91);
|
|
1812
1767
|
}
|
|
1813
|
-
.button.button--discrete.disabled > .button__icon, .button.disabled.button--text > .button__icon, .button.button--discrete.disabled:hover > .button__icon, .button.button--discrete:disabled > .button__icon, .button.button--text:disabled > .button__icon, .button.button--discrete:disabled:hover > .button__icon, .button.button--discrete.button--disabled > .button__icon, .button.button--disabled.button--text > .button__icon, .button.button--discrete.button--disabled:hover > .button__icon {
|
|
1814
|
-
color: var(--f-text-color-button-discrete-disabled, #8d8e91);
|
|
1815
|
-
}
|
|
1816
1768
|
@media (max-width: 639.98px) {
|
|
1817
1769
|
.button.button--discrete, .button.button--text {
|
|
1818
1770
|
width: auto;
|
|
@@ -1856,18 +1808,12 @@ input[type=search]:focus,
|
|
|
1856
1808
|
color: var(--f-text-color-button-discrete-inverted, #ffffff);
|
|
1857
1809
|
padding: calc(var(--f-button-discrete-padding-top, initial) * var(--f-density-factor, 1)) var(--f-button-discrete-padding-right, initial) calc(var(--f-button-discrete-padding-bottom, initial) * var(--f-density-factor, 1)) var(--f-button-discrete-padding-left, initial);
|
|
1858
1810
|
}
|
|
1859
|
-
.button.button--discrete-inverted > .button__icon {
|
|
1860
|
-
color: var(--f-text-color-button-discrete-inverted, #ffffff);
|
|
1861
|
-
}
|
|
1862
1811
|
.button.button--discrete-inverted:hover {
|
|
1863
1812
|
background-color: transparent;
|
|
1864
1813
|
border-color: transparent;
|
|
1865
1814
|
color: var(--f-text-color-button-discrete-inverted-hover, #ffffff);
|
|
1866
1815
|
box-shadow: var(--f-button-shadow-hover, 0 1px 3px rgba(0, 0, 0, 0.3));
|
|
1867
1816
|
}
|
|
1868
|
-
.button.button--discrete-inverted:hover > .button__icon {
|
|
1869
|
-
color: var(--f-text-color-button-discrete-inverted-hover, #ffffff);
|
|
1870
|
-
}
|
|
1871
1817
|
.button.button--discrete-inverted:active, .button.button--discrete-inverted:focus {
|
|
1872
1818
|
border-radius: 0;
|
|
1873
1819
|
box-shadow: var(--f-focus-box-shadow, 0 0 0 2px #ffffff, 0 0 0 4px #1b1e23, 0 0 0 6px #ffffff);
|
|
@@ -1876,17 +1822,11 @@ input[type=search]:focus,
|
|
|
1876
1822
|
border-color: transparent;
|
|
1877
1823
|
color: var(--f-text-color-button-discrete-inverted-hover, #ffffff);
|
|
1878
1824
|
}
|
|
1879
|
-
.button.button--discrete-inverted:active > .button__icon, .button.button--discrete-inverted:focus > .button__icon {
|
|
1880
|
-
color: var(--f-text-color-button-discrete-inverted-hover, #ffffff);
|
|
1881
|
-
}
|
|
1882
1825
|
.button.button--discrete-inverted.disabled, .button.button--discrete-inverted.disabled:hover, .button.button--discrete-inverted:disabled, .button.button--discrete-inverted:disabled:hover, .button.button--discrete-inverted.button--disabled, .button.button--discrete-inverted.button--disabled:hover {
|
|
1883
1826
|
background-color: transparent;
|
|
1884
1827
|
border-color: transparent;
|
|
1885
1828
|
color: var(--f-text-color-button-discrete-inverted-disabled, #e5e5f5);
|
|
1886
1829
|
}
|
|
1887
|
-
.button.button--discrete-inverted.disabled > .button__icon, .button.button--discrete-inverted.disabled:hover > .button__icon, .button.button--discrete-inverted:disabled > .button__icon, .button.button--discrete-inverted:disabled:hover > .button__icon, .button.button--discrete-inverted.button--disabled > .button__icon, .button.button--discrete-inverted.button--disabled:hover > .button__icon {
|
|
1888
|
-
color: var(--f-text-color-button-discrete-inverted-disabled, #e5e5f5);
|
|
1889
|
-
}
|
|
1890
1830
|
@media (max-width: 639.98px) {
|
|
1891
1831
|
.button.button--discrete-inverted {
|
|
1892
1832
|
width: auto;
|
|
@@ -1907,18 +1847,12 @@ input[type=search]:focus,
|
|
|
1907
1847
|
color: var(--fkds-color-action-text-primary-default, #4a52b6);
|
|
1908
1848
|
padding: calc(var(--f-button-tertiary-padding-top, 0.75rem) * var(--f-density-factor, 1)) var(--f-button-tertiary-padding-right, 0.5rem) calc(var(--f-button-tertiary-padding-bottom, 0.75rem) * var(--f-density-factor, 1)) var(--f-button-tertiary-padding-left, 0.5rem);
|
|
1909
1849
|
}
|
|
1910
|
-
.button.button--tertiary > .button__icon {
|
|
1911
|
-
color: var(--fkds-color-action-text-primary-default, #4a52b6);
|
|
1912
|
-
}
|
|
1913
1850
|
.button.button--tertiary:hover {
|
|
1914
1851
|
background-color: var(--fkds-color-action-background-secondary-hover, #e5e5f5);
|
|
1915
1852
|
border-color: transparent;
|
|
1916
1853
|
color: var(--fkds-color-action-text-primary-default, #4a52b6);
|
|
1917
1854
|
box-shadow: none;
|
|
1918
1855
|
}
|
|
1919
|
-
.button.button--tertiary:hover > .button__icon {
|
|
1920
|
-
color: var(--fkds-color-action-text-primary-default, #4a52b6);
|
|
1921
|
-
}
|
|
1922
1856
|
.button.button--tertiary:active, .button.button--tertiary:focus {
|
|
1923
1857
|
border-radius: 0;
|
|
1924
1858
|
box-shadow: var(--f-focus-box-shadow, 0 0 0 2px #ffffff, 0 0 0 4px #1b1e23, 0 0 0 6px #ffffff);
|
|
@@ -1927,17 +1861,11 @@ input[type=search]:focus,
|
|
|
1927
1861
|
border-color: transparent;
|
|
1928
1862
|
color: var(--fkds-color-action-text-primary-default, #4a52b6);
|
|
1929
1863
|
}
|
|
1930
|
-
.button.button--tertiary:active > .button__icon, .button.button--tertiary:focus > .button__icon {
|
|
1931
|
-
color: var(--fkds-color-action-text-primary-default, #4a52b6);
|
|
1932
|
-
}
|
|
1933
1864
|
.button.button--tertiary.disabled, .button.button--tertiary.disabled:hover, .button.button--tertiary:disabled, .button.button--tertiary:disabled:hover, .button.button--tertiary.button--disabled, .button.button--tertiary.button--disabled:hover {
|
|
1934
1865
|
background-color: transparent;
|
|
1935
1866
|
border-color: transparent;
|
|
1936
1867
|
color: var(--fkds-color-text-disabled, #8d8e91);
|
|
1937
1868
|
}
|
|
1938
|
-
.button.button--tertiary.disabled > .button__icon, .button.button--tertiary.disabled:hover > .button__icon, .button.button--tertiary:disabled > .button__icon, .button.button--tertiary:disabled:hover > .button__icon, .button.button--tertiary.button--disabled > .button__icon, .button.button--tertiary.button--disabled:hover > .button__icon {
|
|
1939
|
-
color: var(--fkds-color-text-disabled, #8d8e91);
|
|
1940
|
-
}
|
|
1941
1869
|
@media (max-width: 639.98px) {
|
|
1942
1870
|
.button.button--tertiary {
|
|
1943
1871
|
width: auto;
|
|
@@ -1946,36 +1874,21 @@ input[type=search]:focus,
|
|
|
1946
1874
|
.button.button--tertiary--black {
|
|
1947
1875
|
color: var(--fkds-color-action-text-secondary-default, #1b1e23);
|
|
1948
1876
|
}
|
|
1949
|
-
.button.button--tertiary--black > .button__icon {
|
|
1950
|
-
color: var(--fkds-icon-color-action-content-secondary-default, #1b1e23);
|
|
1951
|
-
}
|
|
1952
1877
|
.button.button--tertiary--black:hover, .button.button--tertiary--black:active, .button.button--tertiary--black:focus {
|
|
1953
1878
|
color: var(--fkds-color-action-text-secondary-default, #1b1e23);
|
|
1954
1879
|
}
|
|
1955
|
-
.button.button--tertiary--black:hover > .button__icon, .button.button--tertiary--black:active > .button__icon, .button.button--tertiary--black:focus > .button__icon {
|
|
1956
|
-
color: var(--fkds-icon-color-action-content-secondary-default, #1b1e23);
|
|
1957
|
-
}
|
|
1958
1880
|
.button.button--tertiary--inverted {
|
|
1959
1881
|
color: var(--fkds-color-action-text-inverted-default, #ffffff);
|
|
1960
1882
|
}
|
|
1961
|
-
.button.button--tertiary--inverted > .button__icon {
|
|
1962
|
-
color: var(--fkds-icon-color-action-content-inverted-default, #ffffff);
|
|
1963
|
-
}
|
|
1964
1883
|
.button.button--tertiary--inverted:hover, .button.button--tertiary--inverted:active, .button.button--tertiary--inverted:focus {
|
|
1965
1884
|
color: var(--fkds-color-action-text-inverted-focus, #ffffff);
|
|
1966
1885
|
background-color: transparent;
|
|
1967
1886
|
}
|
|
1968
|
-
.button.button--tertiary--inverted:hover > .button__icon, .button.button--tertiary--inverted:active > .button__icon, .button.button--tertiary--inverted:focus > .button__icon {
|
|
1969
|
-
color: var(--fkds-icon-color-action-content-inverted-default, #ffffff);
|
|
1970
|
-
}
|
|
1971
1887
|
.button.button--tertiary--inverted:disabled {
|
|
1972
1888
|
color: var(--fkds-color-text-disabled, #8d8e91);
|
|
1973
1889
|
border-width: 0;
|
|
1974
1890
|
background-color: transparent;
|
|
1975
1891
|
}
|
|
1976
|
-
.button.button--tertiary--inverted:disabled > .button__icon {
|
|
1977
|
-
color: var(--fkds-icon-color-action-content-primary-disabled, #8d8e91);
|
|
1978
|
-
}
|
|
1979
1892
|
.button.button--tertiary--underline {
|
|
1980
1893
|
text-decoration: underline;
|
|
1981
1894
|
text-decoration-thickness: 2px;
|
|
@@ -2854,11 +2767,11 @@ input[type=search]:focus,
|
|
|
2854
2767
|
}
|
|
2855
2768
|
.radio-button-group--chip .radio-button__label:hover {
|
|
2856
2769
|
border-color: var(--fkds-color-border-primary, #8d8e91);
|
|
2857
|
-
background-color: var(--fkds-color-select-background-
|
|
2770
|
+
background-color: var(--fkds-color-select-background-secondary-hover, #dbe9e2);
|
|
2858
2771
|
color: var(--fkds-color-text-primary, #1b1e23);
|
|
2859
2772
|
}
|
|
2860
2773
|
.radio-button-group--chip input[type=radio]:checked + .radio-button__label {
|
|
2861
|
-
background: var(--fkds-color-select-background-
|
|
2774
|
+
background: var(--fkds-color-select-background-secondary-default, #35805b);
|
|
2862
2775
|
border-color: transparent;
|
|
2863
2776
|
color: var(--fkds-color-text-inverted, #ffffff);
|
|
2864
2777
|
}
|
|
@@ -2921,11 +2834,11 @@ input[type=search]:focus,
|
|
|
2921
2834
|
}
|
|
2922
2835
|
.checkbox-group--chip .checkbox__label:hover {
|
|
2923
2836
|
border-color: var(--fkds-color-border-primary, #8d8e91);
|
|
2924
|
-
background-color: var(--fkds-color-select-background-
|
|
2837
|
+
background-color: var(--fkds-color-select-background-secondary-hover, #dbe9e2);
|
|
2925
2838
|
color: var(--fkds-color-text-primary, #1b1e23);
|
|
2926
2839
|
}
|
|
2927
2840
|
.checkbox-group--chip input[type=checkbox]:checked + .checkbox__label {
|
|
2928
|
-
background: var(--fkds-color-select-background-
|
|
2841
|
+
background: var(--fkds-color-select-background-secondary-default, #35805b);
|
|
2929
2842
|
border-color: transparent;
|
|
2930
2843
|
color: var(--fkds-color-text-inverted, #ffffff);
|
|
2931
2844
|
}
|
|
@@ -2987,11 +2900,11 @@ input[type=search]:focus,
|
|
|
2987
2900
|
white-space: nowrap;
|
|
2988
2901
|
}
|
|
2989
2902
|
.combobox__listbox__option:hover {
|
|
2990
|
-
background-color: var(--fkds-color-select-background-primary-hover, #
|
|
2903
|
+
background-color: var(--fkds-color-select-background-primary-hover, #e5e5f5);
|
|
2991
2904
|
color: var(--fkds-color-text-primary, #1b1e23);
|
|
2992
2905
|
}
|
|
2993
2906
|
.combobox__listbox__option--highlight {
|
|
2994
|
-
background-color: var(--fkds-color-select-background-primary-default, #
|
|
2907
|
+
background-color: var(--fkds-color-select-background-primary-default, #4a52b6);
|
|
2995
2908
|
color: var(--fkds-color-text-inverted, #ffffff);
|
|
2996
2909
|
font-weight: var(--f-font-weight-medium, 700);
|
|
2997
2910
|
}
|
|
@@ -3004,7 +2917,7 @@ input[type=search]:focus,
|
|
|
3004
2917
|
padding: 0;
|
|
3005
2918
|
}
|
|
3006
2919
|
.combobox__button:disabled {
|
|
3007
|
-
color: var(--fkds-icon-color-
|
|
2920
|
+
color: var(--fkds-icon-color-content-disabled, #8d8e91);
|
|
3008
2921
|
}
|
|
3009
2922
|
|
|
3010
2923
|
.contextmenu {
|
|
@@ -3334,6 +3247,7 @@ input[type=search]:focus,
|
|
|
3334
3247
|
}
|
|
3335
3248
|
.file-item__file-name {
|
|
3336
3249
|
margin-left: 0.25rem;
|
|
3250
|
+
min-width: 0;
|
|
3337
3251
|
overflow-wrap: break-word;
|
|
3338
3252
|
white-space: normal;
|
|
3339
3253
|
}
|
|
@@ -5191,7 +5105,7 @@ input[type=search]:focus,
|
|
|
5191
5105
|
background-color: var(--fkds-color-background-primary, #ffffff);
|
|
5192
5106
|
}
|
|
5193
5107
|
.select-field__select:disabled {
|
|
5194
|
-
border-color: var(--fkds-color-border-
|
|
5108
|
+
border-color: var(--fkds-color-border-disabled, #8d8e91);
|
|
5195
5109
|
color: var(--fkds-color-text-disabled, #8d8e91);
|
|
5196
5110
|
background-color: var(--fkds-color-background-disabled, #f4f4f4);
|
|
5197
5111
|
opacity: 1;
|
|
@@ -5528,18 +5442,12 @@ input[type=search]:focus,
|
|
|
5528
5442
|
width: -moz-max-content;
|
|
5529
5443
|
width: max-content;
|
|
5530
5444
|
}
|
|
5531
|
-
.table__button > .button__icon {
|
|
5532
|
-
color: var(--fkds-color-action-text-primary-default, #4a52b6);
|
|
5533
|
-
}
|
|
5534
5445
|
.table__button:hover {
|
|
5535
5446
|
background-color: var(--fkds-color-action-background-secondary-hover, #e5e5f5);
|
|
5536
5447
|
border-color: transparent;
|
|
5537
5448
|
color: var(--fkds-color-action-text-primary-default, #4a52b6);
|
|
5538
5449
|
box-shadow: none;
|
|
5539
5450
|
}
|
|
5540
|
-
.table__button:hover > .button__icon {
|
|
5541
|
-
color: var(--fkds-color-action-text-primary-default, #4a52b6);
|
|
5542
|
-
}
|
|
5543
5451
|
.table__button:active, .table__button:focus {
|
|
5544
5452
|
border-radius: 0;
|
|
5545
5453
|
box-shadow: var(--f-focus-box-shadow, 0 0 0 2px #ffffff, 0 0 0 4px #1b1e23, 0 0 0 6px #ffffff);
|
|
@@ -5548,17 +5456,11 @@ input[type=search]:focus,
|
|
|
5548
5456
|
border-color: transparent;
|
|
5549
5457
|
color: var(--fkds-color-action-text-primary-default, #4a52b6);
|
|
5550
5458
|
}
|
|
5551
|
-
.table__button:active > .button__icon, .table__button:focus > .button__icon {
|
|
5552
|
-
color: var(--fkds-color-action-text-primary-default, #4a52b6);
|
|
5553
|
-
}
|
|
5554
5459
|
.table__button.disabled, .table__button.disabled:hover, .table__button:disabled, .table__button:disabled:hover, .table__button.table__button--disabled, .table__button.table__button--disabled:hover {
|
|
5555
5460
|
background-color: transparent;
|
|
5556
5461
|
border-color: transparent;
|
|
5557
5462
|
color: var(--fkds-color-text-disabled, #8d8e91);
|
|
5558
5463
|
}
|
|
5559
|
-
.table__button.disabled > .button__icon, .table__button.disabled:hover > .button__icon, .table__button:disabled > .button__icon, .table__button:disabled:hover > .button__icon, .table__button.table__button--disabled > .button__icon, .table__button.table__button--disabled:hover > .button__icon {
|
|
5560
|
-
color: var(--fkds-color-text-disabled, #8d8e91);
|
|
5561
|
-
}
|
|
5562
5464
|
.table__button .button__icon {
|
|
5563
5465
|
margin: var(--f-button-tertiary-table-column-action-icon-margin, 0 2px 0 2px);
|
|
5564
5466
|
transform: translate(0, 10%);
|
|
@@ -5641,7 +5543,7 @@ input[type=search]:focus,
|
|
|
5641
5543
|
color: var(--fkds-icon-color-content-disabled, #8d8e91);
|
|
5642
5544
|
}
|
|
5643
5545
|
.text-field__input:disabled {
|
|
5644
|
-
border-color: var(--fkds-color-border-
|
|
5546
|
+
border-color: var(--fkds-color-border-disabled, #8d8e91);
|
|
5645
5547
|
color: var(--fkds-color-text-disabled, #8d8e91);
|
|
5646
5548
|
background-color: var(--fkds-color-background-disabled, #f4f4f4);
|
|
5647
5549
|
}
|
|
@@ -5711,7 +5613,7 @@ input[type=search]:focus,
|
|
|
5711
5613
|
height: auto;
|
|
5712
5614
|
}
|
|
5713
5615
|
.textarea-field__textarea:disabled {
|
|
5714
|
-
border-color: var(--fkds-color-border-
|
|
5616
|
+
border-color: var(--fkds-color-border-disabled, #8d8e91);
|
|
5715
5617
|
color: var(--fkds-color-text-disabled, #8d8e91);
|
|
5716
5618
|
background-color: var(--fkds-color-background-disabled, #f4f4f4);
|
|
5717
5619
|
}
|
|
@@ -5912,6 +5814,7 @@ input[type=search]:focus,
|
|
|
5912
5814
|
}
|
|
5913
5815
|
.wizard-step .wizard-step__content {
|
|
5914
5816
|
margin-left: 0.5rem;
|
|
5817
|
+
min-width: 0;
|
|
5915
5818
|
grid-area: wizard-step__content;
|
|
5916
5819
|
}
|
|
5917
5820
|
.wizard-step .wizard-step__line-up {
|
|
@@ -6230,19 +6133,18 @@ input[type=search]:focus,
|
|
|
6230
6133
|
text-align: center;
|
|
6231
6134
|
border-bottom: 1px solid var(--f-border-color-calendar-navbar, #ddddde);
|
|
6232
6135
|
padding: 1rem;
|
|
6136
|
+
gap: 1rem;
|
|
6233
6137
|
margin-bottom: 0.75rem;
|
|
6234
6138
|
font-size: var(--f-font-size-h4, 1.25rem);
|
|
6235
6139
|
}
|
|
6236
6140
|
.calendar-navbar__month {
|
|
6237
|
-
|
|
6141
|
+
margin-right: auto;
|
|
6142
|
+
font-size: 1.5rem;
|
|
6143
|
+
font-weight: bold;
|
|
6238
6144
|
}
|
|
6239
6145
|
.calendar-navbar__arrow--previous {
|
|
6240
|
-
order: 1;
|
|
6241
6146
|
transform: scaleX(-1);
|
|
6242
6147
|
}
|
|
6243
|
-
.calendar-navbar__arrow--next {
|
|
6244
|
-
order: 3;
|
|
6245
|
-
}
|
|
6246
6148
|
.calendar-navbar__icon {
|
|
6247
6149
|
color: var(--f-icon-color-white, #ffffff);
|
|
6248
6150
|
background-color: var(--f-icon-color-primary, #4a52b6);
|