Enhance delete links with inline confirmation (#74)

This commit is contained in:
Sascha Ißbrücker
2021-02-15 21:09:03 +01:00
committed by GitHub
parent b6b7d3f662
commit 3bab7db023
2 changed files with 43 additions and 2 deletions

View File

@@ -56,6 +56,13 @@ ul.bookmark-list {
color: darken($gray-color, 10%);
}
}
.actions .btn-link.bm-remove-confirm {
color: $error-color;
&:hover {
text-decoration: underline;
}
}
}
.bookmark-pagination {