Skip to content

Commit 40d366a

Browse files
committed
docs: fix Toast sample for IE (#1799)
FIXES: #1794
1 parent 0b9272b commit 40d366a

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

packages/main/src/themes/Link.css

+3-11
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
font-family: var(--sapFontFamily);
1111
font-size: var(--sapFontSize);
1212
cursor: pointer;
13+
outline: none;
1314
}
1415

1516
:host([disabled]) {
@@ -65,16 +66,7 @@
6566
}
6667

6768
.ui5-link-root:focus {
69+
outline-offset: -1px;
70+
outline: 1px dotted var(--sapContent_FocusColor);
6871
text-decoration: underline;
6972
}
70-
71-
.ui5-link-root:focus::after {
72-
content: "";
73-
width: var(--_ui5_link_outline_element_size);
74-
height: var(--_ui5_link_outline_element_size);
75-
position: absolute;
76-
left: 0px;
77-
border: 1px dotted var(--sapContent_FocusColor);
78-
top: 0;
79-
outline: none;
80-
}

0 commit comments

Comments
 (0)