feat: Change - to _ for selector names

This commit is contained in:
sthag 2026-03-15 12:25:23 +01:00
parent 245227d7e9
commit d533563569
9 changed files with 16 additions and 16 deletions

View file

@ -178,7 +178,7 @@ $space_gui_half: hippie.$space_half;
background-color: hippie.$color_back_basic;
transition: background-color 4s;
&:hover > .mouse-overlay {
&:hover > .mouse_overlay {
background-color: transparent !important;
transition: background-color hippie.$duration_basic hippie.$timing_basic 0s !important;
}