File tree 2 files changed +9
-2
lines changed
test/sap/ui/webcomponents/main/pages
2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 16
16
pointer-events : none;
17
17
}
18
18
19
- : host ([ design = "Subtle" ]) : not ([disabled ]) .ui5-link-root : hover ,
20
- : host ([ design = "Subtle" ]) : not ([disabled ]) .ui5-link-root : hover {
19
+ : host (: not ([disabled ]) ) .ui5-link-root : hover ,
20
+ : host (: not ([disabled ]) ) .ui5-link-root : hover {
21
21
text-decoration : underline;
22
22
color : var (--sapUiLinkHover );
23
23
}
Original file line number Diff line number Diff line change 36
36
</ head >
37
37
38
38
< body >
39
+ < div class ="group ">
40
+ < ui5-link class ="samples-big-margin-right " href ="https://www.sap.com " target ="_blank "> Standard Link</ ui5-link >
41
+ < ui5-link class ="samples-big-margin-right " href ="https://www.sap.com " target ="_blank " design ="Subtle "> Subtle link</ ui5-link >
42
+ < ui5-link class ="samples-big-margin-right " href ="https://www.sap.com " target ="_blank " disabled > Disabled</ ui5-link >
43
+ < ui5-link class ="samples-big-margin-right " href ="https://www.sap.com " target ="_blank " design ="Emphasized "> Emphasized</ ui5-link >
44
+ </ div >
45
+
39
46
< section class ="group ">
40
47
< h2 > cross-origin</ h2 >
41
48
< ui5-link href ="https://www.google.com " target ="_blank " id ="link "> link</ ui5-link > < span > native span</ span >
You can’t perform that action at this time.
0 commit comments