Merge branch 'main' into design/action-selector-dialog

This commit is contained in:
Dapoolp 2025-07-25 16:13:00 +02:00
commit 0d4d3bde9d
9 changed files with 19 additions and 23 deletions

View file

@ -46,10 +46,6 @@
display: flex;
gap: 2px;
&:not(:last-child) {
margin-right: 8px;
}
.mark-container {
cursor: pointer;
border: 1px solid light-dark(@dark-blue, @golden);
@ -62,6 +58,10 @@
justify-content: center;
opacity: 0.4;
&:not(:last-child) {
margin-right: 8px;
}
&.selected {
opacity: 1;
}