Action Select buttons color

This commit is contained in:
Dapoolp 2025-07-25 18:30:59 +02:00
parent 704064024a
commit d6ec1f85d9
3 changed files with 14 additions and 619 deletions

View file

@ -97,6 +97,19 @@
color: light-dark(@dark-blue, @dark-blue);
}
}
&.reverted {
background: light-dark(@dark-blue-10, @golden-10);
color: light-dark(@dark-blue, @golden);
border: 1px solid light-dark(@dark, transparent);
&:hover {
background: light-dark(transparent, @golden);
color: light-dark(@dark-blue, @dark-blue);
}
img {
border-radius: 3px;
}
}
}
select {