Improve delete button behavior

This commit is contained in:
2024-08-26 16:14:12 +02:00
committed by Bartuccio Antoine
parent 93b66d980d
commit 85d9816aaa
2 changed files with 37 additions and 6 deletions

View File

@ -263,7 +263,13 @@ a:not(.button) {
&.btn-red {
background-color: #fc8181;
color: black;
border: #fc8181 1px solid;
&:not(:disabled):hover {
background-color: darken(#fc8181, 15%);
}
&:disabled {
background-color: lighten(#fc8181, 15%);
color: grey;
}
}
i {