Enforce transparent background on editor toolbar elements (#11569)
Co-authored-by: Lauris BH <lauris@nix.lv>
This commit is contained in:
		
							parent
							
								
									1752a976e1
								
							
						
					
					
						commit
						38c773d8a5
					
				| 
						 | 
					@ -29,6 +29,10 @@
 | 
				
			||||||
    opacity: 1 !important;
 | 
					    opacity: 1 !important;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					.editor-toolbar a:not(:hover) {
 | 
				
			||||||
 | 
					    background-color: transparent !important;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.editor-toolbar i.separator {
 | 
					.editor-toolbar i.separator {
 | 
				
			||||||
    border-left: none;
 | 
					    border-left: none;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue