mirror of https://github.com/keeweb/keeweb
removed an old edge hack
parent
c1b9ec7a77
commit
8ad47181a9
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue