[Update] Config Page: Device Tab. Add dynamic energy threshold functionally and sync slider and entry component.

This commit is contained in:
Sakamoto Shiina
2024-09-12 15:43:16 +09:00
parent 166759075a
commit b12908f01f
16 changed files with 282 additions and 95 deletions

View File

@@ -76,6 +76,9 @@ $toggle_control_size: $toggle_height - calc($toggle_gutter * 2);
background: $toggle_control_color;
transition: left $toggle_control_speed $toggle_control_ease;
}
&.is_loading:after{
background-color: var(--dark_600_color);
}
&.is_hovered {
background-color: var(--dark_725_color);
}