|
763 | 763 | margin-bottom: 0; |
764 | 764 | border: 0; |
765 | 765 | padding: 0; |
766 | | - color: rgb(var(--theme-color-02)); |
767 | 766 | flex-grow: 1; |
768 | 767 | } |
769 | 768 |
|
770 | 769 | .link-control-item:after { |
771 | 770 | content: none; |
772 | 771 | } |
773 | 772 |
|
| 773 | +.link-control-item.disabled, |
| 774 | +.link-control-item:disabled { |
| 775 | + background-color: transparent; |
| 776 | +} |
| 777 | + |
774 | 778 | .is-link-style-list .link-control-item { |
775 | 779 | flex-basis: inherit; |
776 | 780 | } |
|
787 | 791 | color: rgb(var(--theme-white)); |
788 | 792 | } |
789 | 793 |
|
| 794 | +.link-text-dark .link-control-item.disabled, |
| 795 | +.link-text-dark .link-control-item:disabled { |
| 796 | + color: rgba(var(--theme-black), 0.25); |
| 797 | +} |
| 798 | + |
| 799 | +.link-text-light .link-control-item.disabled, |
| 800 | +.link-text-light .link-control-item:disabled { |
| 801 | + color: rgba(var(--theme-white), 0.25); |
| 802 | +} |
| 803 | + |
790 | 804 | .is-link-orientation-top.is-link-style-list .link-control-item:nth-child(1) { |
791 | 805 | border-top-left-radius: var(--theme-radius); |
792 | 806 | } |
|
831 | 845 | background-color: rgba(255, 255, 255, 0.2); |
832 | 846 | } |
833 | 847 |
|
| 848 | +.link-text-dark .link-control-item.disabled:focus, |
| 849 | +.link-text-dark .link-control-item.disabled:hover, |
| 850 | +.link-text-dark .link-control-item:disabled:focus, |
| 851 | +.link-text-dark .link-control-item:disabled:hover { |
| 852 | + color: rgba(var(--theme-black), 0.25); |
| 853 | + background-color: transparent; |
| 854 | +} |
| 855 | + |
| 856 | +.link-text-light .link-control-item.disabled:focus, |
| 857 | +.link-text-light .link-control-item.disabled:hover, |
| 858 | +.link-text-light .link-control-item:disabled:focus, |
| 859 | +.link-text-light .link-control-item:disabled:hover { |
| 860 | + color: rgba(var(--theme-white), 0.25); |
| 861 | + background-color: transparent; |
| 862 | +} |
| 863 | + |
834 | 864 | .link-text-dark .link-control-item:active { |
835 | 865 | color: rgb(var(--theme-black)); |
836 | 866 | background-color: rgba(0, 0, 0, 0.1); |
|
0 commit comments