[CSS] Removed unnecessary box-shadow rules that slowed down performance (see edit feeds page)

This commit is contained in:
Eliseu Amaro 2021-12-06 20:56:06 +00:00
parent cd607ce6ce
commit a6af3a9b7a
Signed by: eliseuamaro
GPG Key ID: 96DA09D4B97BC2D5
2 changed files with 1 additions and 2 deletions

View File

@ -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 {

View File

@ -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;
} }