make tabbed-heading block css generic
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				continuous-integration/drone/push Build is passing
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	continuous-integration/drone/push Build is passing
				
			This commit is contained in:
		@ -1,13 +1,13 @@
 | 
			
		||||
 | 
			
		||||
/* For the "Tabbed Heading" block style */
 | 
			
		||||
.wp-block-heading.is-style-tabbed-heading {
 | 
			
		||||
.is-style-tabbed-heading {
 | 
			
		||||
  display: flex;
 | 
			
		||||
  height: 36px;
 | 
			
		||||
  align-items: center;
 | 
			
		||||
  border-top: 1px solid;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.wp-block-heading.is-style-tabbed-heading::before {
 | 
			
		||||
.is-style-tabbed-heading::before {
 | 
			
		||||
  content: "";
 | 
			
		||||
  border-bottom: 1px solid;
 | 
			
		||||
  border-right: 1px solid;
 | 
			
		||||
@ -17,7 +17,7 @@
 | 
			
		||||
  border-top: 2px solid var(--wp--preset--color--background);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.wp-block-heading.is-style-tabbed-heading::after {
 | 
			
		||||
.is-style-tabbed-heading::after {
 | 
			
		||||
  content: "";
 | 
			
		||||
  border-bottom: 1px solid;
 | 
			
		||||
  flex-grow: 1;
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user