Revert text selection bg color change (#2689)

zio/stable
Eric Bailey 2024-01-30 17:48:18 -06:00 committed by GitHub
parent e45f0b6c43
commit 08a11f628e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 8 deletions

View File

@ -67,10 +67,6 @@
}
}
::selection {
background-color: var(--backgroundLight);
}
/* Remove autofill styles on Webkit */
input:autofill,
input:-webkit-autofill,

View File

@ -71,10 +71,6 @@
}
}
::selection {
background-color: var(--backgroundLight);
}
/* Remove autofill styles on Webkit */
input:autofill,
input:-webkit-autofill,