mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2026-07-04 19:02:44 +00:00
Fix Firefox bug with selection colours
See https://github.com/Jermolene/TiddlyWiki5/commit/543f9107b6a9de5fe13542fa30d9a4483d8b3eb8#commitcomment-42849656
This commit is contained in:
@@ -232,11 +232,8 @@ kbd {
|
||||
}
|
||||
|
||||
::selection {
|
||||
background-color: <<colour selection-background>>;
|
||||
color: <<colour selection-foreground>>;
|
||||
}
|
||||
|
||||
::-moz-selection {
|
||||
background-color: Highlight;
|
||||
color: HighlightText;
|
||||
background-color: <<colour selection-background>>;
|
||||
color: <<colour selection-foreground>>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user