Skip to content

Commit

Permalink
docs: fix Toast sample for IE (#1799)
Browse files Browse the repository at this point in the history
FIXES: #1794
  • Loading branch information
ilhan007 committed Jun 15, 2020
1 parent 0b9272b commit 40d366a
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions packages/main/src/themes/Link.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
font-family: var(--sapFontFamily);
font-size: var(--sapFontSize);
cursor: pointer;
outline: none;
}

:host([disabled]) {
Expand Down Expand Up @@ -65,16 +66,7 @@
}

.ui5-link-root:focus {
outline-offset: -1px;
outline: 1px dotted var(--sapContent_FocusColor);
text-decoration: underline;
}

.ui5-link-root:focus::after {
content: "";
width: var(--_ui5_link_outline_element_size);
height: var(--_ui5_link_outline_element_size);
position: absolute;
left: 0px;
border: 1px dotted var(--sapContent_FocusColor);
top: 0;
outline: none;
}

0 comments on commit 40d366a

Please sign in to comment.