mirror of
				https://github.com/avatao-content/frontend-tutorial-framework
				synced 2025-11-04 11:22:54 +00:00 
			
		
		
		
	Set cursor on non-selected terminal menu items to pointer
This commit is contained in:
		@@ -97,10 +97,12 @@
 | 
				
			|||||||
    background-color: transparent;
 | 
					    background-color: transparent;
 | 
				
			||||||
    border: none;
 | 
					    border: none;
 | 
				
			||||||
    color: gray;
 | 
					    color: gray;
 | 
				
			||||||
 | 
					    cursor: pointer;
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  .selected {
 | 
					  .selected {
 | 
				
			||||||
    color: white;
 | 
					    color: white;
 | 
				
			||||||
 | 
					    cursor: default;
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user