@@ -33,15 +33,6 @@ $interactive-selectors: "label, button:not(.db-tab-remove-button), a";
33
33
);
34
34
}
35
35
36
- %set-adaptive-origin-tag {
37
- border-color : colors .$db-adaptive-on-bg-basic-emphasis-70-default ;
38
-
39
- @include colors .set-current-colors (
40
- colors .$db-adaptive-origin-default ,
41
- colors .$db-adaptive-on-origin-default
42
- );
43
- }
44
-
45
36
%set-interactive-weak {
46
37
@extend %set-adaptive-weak-tag ;
47
38
@@ -54,18 +45,6 @@ $interactive-selectors: "label, button:not(.db-tab-remove-button), a";
54
45
}
55
46
}
56
47
57
- %set-interactive-origin {
58
- @extend %set-adaptive-origin-tag ;
59
-
60
- @include helpers .hover {
61
- background-color : colors .$db-adaptive-origin-hovered ;
62
- }
63
-
64
- @include helpers .active {
65
- background-color : colors .$db-adaptive-origin-pressed ;
66
- }
67
- }
68
-
69
48
@mixin get-tag-colors ($htmlTag : " tag" ) {
70
49
@if ($htmlTag == " badge" ) {
71
50
@extend %set-adaptive-weak-badge ;
@@ -120,16 +99,10 @@ $interactive-selectors: "label, button:not(.db-tab-remove-button), a";
120
99
121
100
@include helpers .hover {
122
101
background-color : colors .$db-adaptive-bg-vibrant-hovered ;
123
- // TODO: will be changed in the future tag refactoring
124
- /* stylelint-disable-next-line db-ux/use-border-color */
125
- border-color : colors .$db-adaptive-bg-vibrant-hovered ;
126
102
}
127
103
128
104
@include helpers .active {
129
105
background-color : colors .$db-adaptive-bg-vibrant-pressed ;
130
- // TODO: will be changed in the future tag refactoring
131
- /* stylelint-disable-next-line db-ux/use-border-color */
132
- border-color : colors .$db-adaptive-bg-vibrant-pressed ;
133
106
}
134
107
}
135
108
0 commit comments