As mentioned in commits5311daadfandbb958daf0, using links combined with JavaScript to generate POST (or, in this case, DELETE) requests to the server has a few issues.
11 lines
115 B
SCSS
11 lines
115 B
SCSS
.admin .admin-action {
|
|
|
|
&[disabled] {
|
|
@include button-disabled;
|
|
}
|
|
|
|
&.delete {
|
|
cursor: pointer;
|
|
}
|
|
}
|