mirror of
				https://github.com/avatao-content/frontend-tutorial-framework
				synced 2025-11-04 15:22:55 +00:00 
			
		
		
		
	Attempt to fix button color hell (barely)
This commit is contained in:
		@@ -24,8 +24,8 @@
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.tfw-tab-btn {
 | 
			
		||||
  background-color: white;
 | 
			
		||||
  border: 1px solid $tao-plum-900;
 | 
			
		||||
  background-color: gray;
 | 
			
		||||
  color: $tao-gray-600;
 | 
			
		||||
  border-left: 0;
 | 
			
		||||
  border-right: 0;
 | 
			
		||||
  border-radius: 100px;
 | 
			
		||||
@@ -36,7 +36,7 @@
 | 
			
		||||
  .active,
 | 
			
		||||
  .disabled,
 | 
			
		||||
  &:disabled {
 | 
			
		||||
    background-color: $tao-plum-100;
 | 
			
		||||
    background-color: white;
 | 
			
		||||
    font-weight: bolder;
 | 
			
		||||
    color: black;
 | 
			
		||||
    border: 0;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user