mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp
synced 2026-06-08 12:28:09 -04:00
Convert to spaces, hook up mod enabled to toggle.
This commit is contained in:
@@ -53,8 +53,8 @@ namespace recompui {
|
||||
hover_disabled_style.set_border_color({ 196, 196, 196, border_hover_opacity });
|
||||
hover_disabled_style.set_background_color({ 196, 196, 196, background_hover_opacity });
|
||||
|
||||
add_style(&hover_style, { hover_state });
|
||||
add_style(&disabled_style, { disabled_state });
|
||||
add_style(&hover_style, hover_state);
|
||||
add_style(&disabled_style, disabled_state);
|
||||
add_style(&hover_disabled_style, { hover_state, disabled_state });
|
||||
|
||||
// transition: color 0.05s linear-in-out, background-color 0.05s linear-in-out;
|
||||
|
||||
Reference in New Issue
Block a user