refactor: icon styling and headerbar icon styling
Headerbar icons are transparent when their window is not focused, but otherwise share the same style as icons with selection. This updates the icon styles to match figma when selected.
This commit is contained in:
parent
6f6eeec0e7
commit
e47684ffdb
11 changed files with 121 additions and 115 deletions
|
|
@ -469,7 +469,6 @@ impl Application for Window {
|
|||
};
|
||||
|
||||
let mut header = header_bar()
|
||||
.window_id(window::Id::MAIN)
|
||||
.title("COSMIC Design System - Iced")
|
||||
.on_close(Message::Close)
|
||||
.on_drag(Message::Drag)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue