Open
Description
Currently: The window controls for default libadwaita apps look different from the fluent theme being used.
- Close button hover state for libadwaita doesn't have a red background
- Minimize and Maximize hover state for libadwaita has a "circle*" background
Expected: Both should be consistent
Minimal POC (Only tested on fluent-circle theme)
gtk4.css
headerbar windowhandle box windowcontrols button image {
background-image: none;
background-color: transparent;
padding: 4px;
}
headerbar windowhandle box windowcontrols button:hover image {
background-color: rgba(75, 75, 75, 0.7);
color: white;
}
headerbar windowhandle box windowcontrols button.close:hover image {
background-color: #E57373;
color: white;
}
Metadata
Metadata
Assignees
Labels
No labels