summaryrefslogtreecommitdiff
path: root/data/css
diff options
context:
space:
mode:
authorPhilip Chimento <philip@endlessm.com>2015-09-18 16:22:43 -0700
committerPhilip Chimento <philip@endlessm.com>2015-09-21 11:31:05 -0700
commited4eaf4092236ee030e8eae68de66c3ded8bb12d (patch)
tree3673b7ad9727434c6c65d6340a3d891ed5c41363 /data/css
parent4064943378fd8987b1aa637eb2e0b01cebd0de58 (diff)
Update FIXME comment about Adwaita menus
There's now a different problem blocking the removal of the context menu theming CSS. [endlessm/eos-sdk#3634]
Diffstat (limited to 'data/css')
-rw-r--r--data/css/endless-widgets.css8
1 files changed, 5 insertions, 3 deletions
diff --git a/data/css/endless-widgets.css b/data/css/endless-widgets.css
index 3ae9880..54b068e 100644
--- a/data/css/endless-widgets.css
+++ b/data/css/endless-widgets.css
@@ -179,9 +179,11 @@ EosWindow {
/*
* Themeing for context menus, to get Adwaita look
- * FIXME: Really gross to be duplicating all this Adwaita theme here. If the
- * :not selector is ever supported in gtk css, just :not(.context-menu) and
- * children in reset.css and drop all of this.
+ * FIXME: Really gross to be recreating all this Adwaita theme here.
+ * Unfortunately even the :not pseudo-selector won't allow you to select all
+ * items whose ancestor isn't a .menuitem, because if one ancestor is a
+ * .menuitem then another ancestor is likely not. So at least some of the below
+ * rules will always be necessary.
*/
@define-color endless_menu_fg_color #2e3436;
@define-color endless_menu_bg_color shade (#ededed, 1.1);