Give nav buttons a background on hover
This commit is contained in:
parent
4e8dbbfd4b
commit
70cf6b4041
2 changed files with 5 additions and 2 deletions
|
@ -173,6 +173,7 @@ fn nav_button<A: Action + Clone>(
|
|||
.constrained()
|
||||
.with_width(style.button_width)
|
||||
.with_height(style.button_width)
|
||||
.aligned()
|
||||
.boxed()
|
||||
})
|
||||
.with_cursor_style(if enabled {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue