Fix code checks, add button role and tabindex
This commit is contained in:
		
							parent
							
								
									86695dbcc4
								
							
						
					
					
						commit
						ab51089647
					
				@ -16,7 +16,7 @@
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.chart-card .apexcharts-svg {
 | 
			
		||||
    border-radius: 0 0 var(--border-radius-lg,.5rem) var(--border-radius-lg,.5rem);
 | 
			
		||||
    border-radius: 0 0 var(--border-radius-lg, 0.5rem) var(--border-radius-lg, 0.5rem);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.max-w-0 {
 | 
			
		||||
 | 
			
		||||
@ -29,7 +29,7 @@
 | 
			
		||||
        <i class="fas fa-binoculars fa-2x text-urge-600 md:hidden"></i>
 | 
			
		||||
      </a>
 | 
			
		||||
 | 
			
		||||
      <a class="button ~neutral !low md:hidden"
 | 
			
		||||
      <a tabindex="0" role="button" class="button ~neutral !low md:hidden"
 | 
			
		||||
        onclick="document.getElementById('navMenuExpanded').classList.toggle('hidden')">
 | 
			
		||||
        <span class="icon">
 | 
			
		||||
          <i class="fas fa-bars"></i>
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user