# HG changeset patch # User IBBoard # Date 1515270168 0 # Node ID 7a748463e21afe6ec55fe60622e8e75d4abecce1 # Parent 9521e9919497c4bb182fd65f34aa8521a7ab1730 Add more notes about minor issues diff -r 9521e9919497 -r 7a748463e21a gtk-3.20/gtk.scss --- a/gtk-3.20/gtk.scss Tue Nov 14 21:02:52 2017 +0000 +++ b/gtk-3.20/gtk.scss Sat Jan 06 20:22:48 2018 +0000 @@ -10,6 +10,14 @@ /// - https://bugzilla.mozilla.org/show_bug.cgi?id=1268618 /// - Can't fudge this because Synapse uses the background colour and /// seems to create its own gradient from it +/// * LibreOffice button-menus (e.g. "More numbering" under bullet styles) have green-on-green +/// text on hover +/// +/// Unresolvable issues: +/// * Gnome Terminal uses #C6C6C6 for background +/// - This is because it uses @theme_base_color, and that is our base colour. +/// The only way to change it in the theme is to change the base colour, but +/// that would affect anything that relies on the base colour. $variant: 'light';