diff --git a/core/src/Alerts.svelte b/core/src/Alerts.svelte index 9a83c96efc..59f5fb920c 100644 --- a/core/src/Alerts.svelte +++ b/core/src/Alerts.svelte @@ -141,7 +141,6 @@ z-index: 1100; flex-direction: column; left: 50%; - -webkit-transform: translate(-50%); transform: translate(-50%); margin-top: calc(var(--luigi__shellbar--height) - 0.625rem); .fd-message-strip:not(:first-child) { @@ -154,7 +153,6 @@ line-height: 1.42857; color: #0a6ed1; color: var(--sapLinkColor, #0a6ed1); - -webkit-transition: all 125ms ease-in; transition: all 125ms ease-in; text-decoration: none; diff --git a/core/src/SplitView.svelte b/core/src/SplitView.svelte index 5ea7e2dd14..a60f47ae4d 100644 --- a/core/src/SplitView.svelte +++ b/core/src/SplitView.svelte @@ -367,9 +367,7 @@ border-radius: 4px; cursor: pointer; &:focus { - -webkit-box-shadow: 0 0 0 1px #fafafa; box-shadow: 0 0 0 1px #fafafa; - -webkit-box-shadow: 0 0 0 1px var(--fd-color-action-focus); box-shadow: 0 0 0 1px var(--fd-color-action-focus); } &:hover { diff --git a/core/src/navigation/LeftNav.svelte b/core/src/navigation/LeftNav.svelte index 4f4267695a..ba00126c2f 100644 --- a/core/src/navigation/LeftNav.svelte +++ b/core/src/navigation/LeftNav.svelte @@ -1293,7 +1293,6 @@ cursor: pointer; outline-offset: -1px; user-select: none; - -moz-user-select: none; -webkit-user-select: none; } @@ -1669,15 +1668,6 @@ background: var(--sapList_Background, #fff); } - @-webkit-keyframes flyoutAnimation { - 0% { - opacity: 0; - } - 100% { - opacity: 1; - } - } - @keyframes flyoutAnimation { 0% { opacity: 0; diff --git a/core/src/navigation/LeftNavGroup.svelte b/core/src/navigation/LeftNavGroup.svelte index 1bed333c86..b0aad0471b 100644 --- a/core/src/navigation/LeftNavGroup.svelte +++ b/core/src/navigation/LeftNavGroup.svelte @@ -59,7 +59,6 @@