|
32 | 32 | @if $state == lumx-base-const('state', 'DEFAULT') {
|
33 | 33 | background-color: lumx-color-variant($color, 'L5');
|
34 | 34 | color: lumx-color-variant($color, 'N');
|
35 |
| - |
36 |
| - @if $color == 'dark' { |
37 |
| - .#{$lumx-base-prefix}-icon { |
38 |
| - color: lumx-color-variant('dark', 'L1'); |
39 |
| - } |
40 |
| - } |
41 | 35 | } @else if $state == lumx-base-const('state', 'HOVER') {
|
42 | 36 | background-color: lumx-color-variant($color, 'L4');
|
43 | 37 | } @else if $state == lumx-base-const('state', 'ACTIVE') {
|
|
56 | 50 | @if $state == lumx-base-const('state', 'DEFAULT') {
|
57 | 51 | background-color: lumx-color-variant('primary', 'L5');
|
58 | 52 | color: lumx-color-variant('primary', 'D2');
|
59 |
| - |
60 |
| - .#{$lumx-base-prefix}-icon { |
61 |
| - color: lumx-color-variant('primary', 'D2'); |
62 |
| - } |
63 | 53 | } @else if $state == lumx-base-const('state', 'HOVER') {
|
64 | 54 | background-color: lumx-color-variant('primary', 'L4');
|
65 | 55 | } @else if $state == lumx-base-const('state', 'ACTIVE') {
|
|
75 | 65 | @if $state == lumx-base-const('state', 'DEFAULT') {
|
76 | 66 | background-color: lumx-color-variant('light', 'L3');
|
77 | 67 | color: lumx-color-variant('light', 'N');
|
78 |
| - |
79 |
| - .#{$lumx-base-prefix}-icon { |
80 |
| - color: lumx-color-variant('light', 'N'); |
81 |
| - } |
82 | 68 | } @else if $state == lumx-base-const('state', 'HOVER') {
|
83 | 69 | background-color: lumx-color-variant('light', 'L4');
|
84 | 70 | } @else if $state == lumx-base-const('state', 'ACTIVE') {
|
|
96 | 82 | @mixin lumx-state-low($state, $color, $has-focus-inset: false) {
|
97 | 83 | @if $state == lumx-base-const('state', 'DEFAULT') {
|
98 | 84 | background-color: transparent;
|
99 |
| - color: lumx-color-variant($color, 'N'); |
100 |
| - |
101 |
| - @if $color == 'dark' { |
102 |
| - .#{$lumx-base-prefix}-icon { |
103 |
| - color: lumx-color-variant('dark', 'L1'); |
104 |
| - } |
105 |
| - } |
106 | 85 | } @else if $state == lumx-base-const('state', 'HOVER') {
|
107 | 86 | background-color: lumx-color-variant($color, 'L5');
|
108 | 87 | } @else if $state == lumx-base-const('state', 'ACTIVE') {
|
|
0 commit comments