Merge pull request #15921 from fchasen/forced-colors-highlights

Update highlight background when forced colors are active (bug 1759886)
This commit is contained in:
calixteman 2023-01-16 11:16:22 +01:00 committed by GitHub
commit e9c8aa63e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -72,6 +72,15 @@
background-color: rgba(0, 100, 0, 1);
}
@media (forced-colors: active) {
.textLayer .highlight {
background-color: Highlight;
}
.textLayer .highlight.selected {
background-color: ButtonText;
}
}
.textLayer ::selection {
/*#if !MOZCENTRAL*/
background: blue;