help3xsl/default.css | 3 +++
1 file changed, 3 insertions(+)
New commits:
commit b2bed344470e6fa96ea1eae291f014009df28fb2
Author: Ilmari Lauhakangas <[email protected]>
AuthorDate: Fri May 2 17:14:44 2025 +0300
Commit: Adolfo Jayme Barrientos <[email protected]>
CommitDate: Sat May 3 15:04:23 2025 +0200
Take dark mode into account with selection pseudo-element
Change-Id: Id35bb20cfd939de0dc11c3cead4a43ec0ee86888
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/184906
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <[email protected]>
(cherry picked from commit 6f5efb304cd9ed27b35dacac846781061edc1b16)
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/184933
Tested-by: Adolfo Jayme Barrientos <[email protected]>
diff --git a/help3xsl/default.css b/help3xsl/default.css
index b908e15dde..cfb60351cd 100644
--- a/help3xsl/default.css
+++ b/help3xsl/default.css
@@ -1175,4 +1175,7 @@ li.disabled a {
tr:nth-of-type(even) {
background-color: #1A1A1A;
}
+ ::selection {
+ color: black;
+ }
}