Pagination disabled class
This commit is contained in:
		@@ -17,7 +17,15 @@
 | 
			
		||||
        margin: 0 4px;
 | 
			
		||||
	
 | 
			
		||||
        &--disabled{
 | 
			
		||||
            color: rgb(182, 182, 182);
 | 
			
		||||
			color: rgb(182, 182, 182);
 | 
			
		||||
			.LP-Link{
 | 
			
		||||
				color: rgb(182, 182, 182);
 | 
			
		||||
				cursor: default;
 | 
			
		||||
				&:hover{
 | 
			
		||||
					background-color: unset;
 | 
			
		||||
					color: unset;
 | 
			
		||||
				}
 | 
			
		||||
			}
 | 
			
		||||
        }
 | 
			
		||||
        
 | 
			
		||||
        &--current{
 | 
			
		||||
 
 | 
			
		||||
@@ -6,7 +6,7 @@
 | 
			
		||||
				<span class="LP-Text">First</span>
 | 
			
		||||
			</a>
 | 
			
		||||
		</li>
 | 
			
		||||
		<li class="LP-Pagination__Item LP-Pagination__Item--other LP-Pagination__Item--previous">
 | 
			
		||||
		<li class="LP-Pagination__Item LP-Pagination__Item--other LP-Pagination__Item--disabled LP-Pagination__Item--previous">
 | 
			
		||||
			<a href="#" class="LP-Link">
 | 
			
		||||
				<span class="LP-Icon">⟨</span>
 | 
			
		||||
				<span class="LP-Text">Previous</span>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user