[CSS] Removed unnecessary box-shadow rules that slowed down performance (see edit feeds page)
This commit is contained in:
		@@ -13,7 +13,7 @@
 | 
				
			|||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.section-title-settings[open] {
 | 
					.section-title-settings[open] {
 | 
				
			||||||
    border-left: 2px solid var(--accent);
 | 
					    border-left: 2px solid var(--foreground);
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.section-title-settings[open] > summary:first-child {
 | 
					.section-title-settings[open] > summary:first-child {
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -136,7 +136,6 @@ textarea {
 | 
				
			|||||||
    padding: 6px 8px !important;
 | 
					    padding: 6px 8px !important;
 | 
				
			||||||
    border-radius: var(--smaller);
 | 
					    border-radius: var(--smaller);
 | 
				
			||||||
    border: 2px solid var(--border) !important;
 | 
					    border: 2px solid var(--border) !important;
 | 
				
			||||||
    box-shadow: var(--shadow) !important;
 | 
					 | 
				
			||||||
    width: inherit;
 | 
					    width: inherit;
 | 
				
			||||||
    max-width: border-box !important;
 | 
					    max-width: border-box !important;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user