daniruiz / flat-remix-gtk

Flat Remix is a GTK application theme inspired by material design. It is mostly flat using a colorful palette with some shadows, highlights, and gradients for some depth.
https://drasite.com/flat-remix-gtk
GNU General Public License v3.0
862 stars 71 forks source link

Disable app menu button #121

Closed sp1ritCS closed 3 years ago

sp1ritCS commented 3 years ago

Hi, I'm currently working on an Gtk+3 application and I'm working to integrate a global app menu. The appmenu button in the HeaderBar looks fine with Adwaita, however Flat-Remix-GTK sets the opacity of the image to zero and makes it so that the button looks like the min/max/close buttons.

https://github.com/daniruiz/flat-remix-gtk/blob/811159c82498d0e77e4351b4177df9bf4b05958e/src/sass/gtk-sass/_common.scss#L3902

Can you add a way for applications to disable this behaviour (by adding a custom class to either MainWindow or HeaderBar) that makes the appmenu button look like a regular button in the HeaderBar (like the ones added by gtk_header_bar_pack_start/end()?

daniruiz commented 3 years ago

Hi! Could you provide a screenshot of the issue for both Adwaita and flat-remix theme, I'm not sure about what type of buttons are affected.

sp1ritCS commented 3 years ago

Sure, Screenshot from 2021-06-03 23-47-53 image

daniruiz commented 3 years ago

This should be fixed now with the new version