feat: Add button style

This commit is contained in:
sthag 2025-04-12 14:29:57 +02:00
parent 2e100f72a9
commit ec93121d4a

View file

@ -174,6 +174,22 @@ button {
} }
} }
.button_clear {
@extend %basic_button;
padding: 0;
border: 0;
background-color: transparent;
&:active,
&:focus {
background-color: transparent;
}
&:hover {
background-color: $color_action_basic;
}
}
// Selection // Selection
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
select { select {