]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Update bulk-editor.component.html
authorshamoon <4887959+shamoon@users.noreply.github.com>
Sat, 18 Mar 2023 06:13:01 +0000 (23:13 -0700)
committershamoon <4887959+shamoon@users.noreply.github.com>
Sat, 18 Mar 2023 06:13:01 +0000 (23:13 -0700)
[ci skip]

src-ui/src/app/components/document-list/bulk-editor/bulk-editor.component.html

index dc60bceb9a25a3d5163ddf6162fdfd250d0d7f33..2cbe214c57bce546de42a63e837c051ca5582a38 100644 (file)
@@ -1,6 +1,6 @@
 <div class="row">
   <div class="col-auto mb-2 mb-xl-0" role="group" aria-label="Select">
-    <button class="btn btn-sm btn-outline-danger" (click)="list.selectNone()">
+    <button class="btn btn-sm btn-outline-secondary" (click)="list.selectNone()">
       <svg width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor">
         <use xlink:href="assets/bootstrap-icons.svg#slash-circle" />
       </svg>&nbsp;<ng-container i18n>Cancel</ng-container>