feat: Change - to _ for selector names

This commit is contained in:
sthag 2026-03-15 12:23:14 +01:00
parent 89db97c358
commit eb4349f9e5
5 changed files with 13 additions and 17 deletions

View file

@ -39,7 +39,7 @@ table {
border: config.$width_border_basic solid transparent;
}
&.stripe {
&.striped {
td {
border-top: 0;
border-bottom: 0;
@ -71,10 +71,6 @@ table {
}
}
&.table_file_simple {
@extend .width_full;
}
&.draggable tbody tr {
transition: opacity 0.2s;