mirror of
				https://github.com/avatao-content/frontend-tutorial-framework
				synced 2025-11-04 01:02:54 +00:00 
			
		
		
		
	Improve visibility of which tab is selected in webide
This commit is contained in:
		@@ -35,9 +35,8 @@
 | 
				
			|||||||
  .active,
 | 
					  .active,
 | 
				
			||||||
  .disabled,
 | 
					  .disabled,
 | 
				
			||||||
  &:disabled {
 | 
					  &:disabled {
 | 
				
			||||||
    background-color: $tao-plum-200;
 | 
					    background-color: $tao-plum-100;
 | 
				
			||||||
    font-weight: 500;
 | 
					    font-weight: bolder;
 | 
				
			||||||
    font-style: italic;
 | 
					 | 
				
			||||||
    color: black;
 | 
					    color: black;
 | 
				
			||||||
    border: 0;
 | 
					    border: 0;
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user