Files
grecia/app/assets/stylesheets/admin/action.scss
Javi Martín 53d85d6431 Use a button to destroy officials
As mentioned in commits 5311daadf and bb958daf0, using links combined
with JavaScript to generate POST (or, in this case, DELETE) requests to
the server has a few issues.
2024-04-17 16:44:10 +02:00

11 lines
115 B
SCSS

.admin .admin-action {
&[disabled] {
@include button-disabled;
}
&.delete {
cursor: pointer;
}
}