removed an old edge hack

This commit is contained in:
antelle 2020-11-24 17:54:04 +01:00
parent c1b9ec7a77
commit 8ad47181a9
No known key found for this signature in database
GPG Key ID: 63C9777AAB7C563C
1 changed files with 2 additions and 5 deletions

View File

@ -93,11 +93,8 @@ img {
max-width: 100%;
}
body:not(.edge) * {
// https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/12132854/
&::selection {
background-color: var(--text-selection-bg-color);
}
&::selection {
background-color: var(--text-selection-bg-color);
}
code {