elementary / elementary/granite
Use Granite stylesheets for button styles
Open
Stylesheet
- Dominant language
- Vala
- Stars
- 329
- Forks
- 65
- Avg merge
- 1d 14h
- Merged PRs (30d)
- 31
Description
From [Gtk docs](https://docs.gtk.org/gtk4/class.Button.html), these are the relevant nodes and classes:
- [x] `button`
- [ ] `.flat`
- [x] `.image-button`
- [x] `.text-button`
- [ ] `.keyboard-activating`
- [ ] `.font` Gtk.FontDialogButton
- [x] `.toggle`
- [ ] `.popup`
- [x] ~~`.scale`~~ For Gtk.ScaleButton. seems styled already https://github.com/elementary/granite/pull/1039
- [x] ~~`.lock`~~ deprecated since 4.10
- [ ] `.color` Gtk.ColorDialogButton
Contributor guide
Assessment
This issue has not been assessed yet.