aboutsummaryrefslogtreecommitdiffhomepage
path: root/static/profile.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/profile.css')
-rw-r--r--static/profile.css17
1 files changed, 0 insertions, 17 deletions
diff --git a/static/profile.css b/static/profile.css
index ed92b44..a46a9a3 100644
--- a/static/profile.css
+++ b/static/profile.css
@@ -55,23 +55,6 @@
gap: var(--spacing-double);
}
}
-
- details > summary {
- background: var(--clr-secondary);
- color: var(--clr-foreground-on-secondary);
- font-weight: bold;
- cursor: pointer;
- border-radius: var(--border-radius);
- padding: var(--spacing-single) var(--spacing-double);
- width: max-content;
-
- &::before {
- color: var(--clr-foreground-on-secondary);
- }
- }
- details[open]:has(.pokeForm) > summary {
- border-radius: var(--border-radius) var(--border-radius) 0 0;
- }
}
form.fullProfile {