[Rename] is_loading to is_pending.

This commit is contained in:
Sakamoto Shiina
2024-09-24 10:00:15 +09:00
parent 97b047a09e
commit c0c826b443
9 changed files with 16 additions and 16 deletions

View File

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