Revert text selection bg color change (#2689)
parent
e45f0b6c43
commit
08a11f628e
|
@ -67,10 +67,6 @@
|
|||
}
|
||||
}
|
||||
|
||||
::selection {
|
||||
background-color: var(--backgroundLight);
|
||||
}
|
||||
|
||||
/* Remove autofill styles on Webkit */
|
||||
input:autofill,
|
||||
input:-webkit-autofill,
|
||||
|
|
|
@ -71,10 +71,6 @@
|
|||
}
|
||||
}
|
||||
|
||||
::selection {
|
||||
background-color: var(--backgroundLight);
|
||||
}
|
||||
|
||||
/* Remove autofill styles on Webkit */
|
||||
input:autofill,
|
||||
input:-webkit-autofill,
|
||||
|
|
Loading…
Reference in New Issue