mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-11-03 03:16:10 -06:00 
			
		
		
		
	bs5: fix badges
This commit is contained in:
		@@ -5,7 +5,7 @@
 | 
			
		||||
    </svg>
 | 
			
		||||
    <div class="d-none d-sm-inline"> {{title}}</div>
 | 
			
		||||
    <ng-container *ngIf="!editing && selectionModel.selectionSize() > 0">
 | 
			
		||||
      <div class="badge bg-secondary text-light rounded-pill badge-corner">
 | 
			
		||||
      <div class="position-absolute top-0 start-100 translate-middle badge bg-secondary border border-light text-light rounded-pill">
 | 
			
		||||
        {{selectionModel.selectionSize()}}
 | 
			
		||||
      </div>
 | 
			
		||||
    </ng-container>
 | 
			
		||||
 
 | 
			
		||||
@@ -143,6 +143,10 @@ $border-color-dark-mode: #47494f;
 | 
			
		||||
    color: $text-color-dark-mode-accent;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  .badge.border-light {
 | 
			
		||||
    border-color: $bg-dark-mode !important;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  .doc-img-container {
 | 
			
		||||
    border: none !important;
 | 
			
		||||
    border-top-left-radius: .25rem;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user