File tree Expand file tree Collapse file tree 1 file changed +23
-21
lines changed
packages/@adobe/spectrum-css-temp/components/link Expand file tree Collapse file tree 1 file changed +23
-21
lines changed Original file line number Diff line number Diff line change @@ -35,21 +35,19 @@ governing permissions and limitations under the License.
35
35
}
36
36
}
37
37
38
- @media (forced-colors : none) {
39
- .spectrum-Link--secondary {
40
- color : inherit;
38
+ .spectrum-Link--secondary {
39
+ color : inherit;
41
40
42
- & : hover {
43
- color : inherit;
44
- }
41
+ & : hover {
42
+ color : inherit;
43
+ }
45
44
46
- & : active {
47
- color : inherit;
48
- }
45
+ & : active {
46
+ color : inherit;
47
+ }
49
48
50
- & : focus {
51
- color : inherit;
52
- }
49
+ & : focus {
50
+ color : inherit;
53
51
}
54
52
}
55
53
@@ -75,14 +73,18 @@ governing permissions and limitations under the License.
75
73
76
74
@media (forced-colors : active) {
77
75
.spectrum-Link {
78
- --spectrum-link-text-color : LinkText;
79
- --spectrum-link-text-color-hover : LinkText;
80
- --spectrum-link-text-color-down : LinkText;
81
- --spectrum-link-text-color-key-focus : LinkText;
82
-
83
- --spectrum-link-over-background-text-color : LinkText;
84
- --spectrum-link-over-background-text-color-hover : LinkText;
85
- --spectrum-link-over-background-text-color-down : LinkText;
86
- --spectrum-link-over-background-text-color-key-focus : LinkText;
76
+ color : LinkText;
77
+
78
+ & : hover {
79
+ color : LinkText;
80
+ }
81
+
82
+ & : active {
83
+ color : LinkText;
84
+ }
85
+
86
+ & : focus {
87
+ color : LinkText;
88
+ }
87
89
}
88
90
}
You can’t perform that action at this time.
0 commit comments