Skip to content
Snippets Groups Projects
Commit c9846a40 authored by Henrik Askjer's avatar Henrik Askjer
Browse files

cleanup

parent d045527d
No related branches found
No related tags found
No related merge requests found
...@@ -162,26 +162,10 @@ article h2.secondary_header { ...@@ -162,26 +162,10 @@ article h2.secondary_header {
font-variant-caps: all-small-caps; font-variant-caps: all-small-caps;
} }
.header details {
margin-top: 10px;
position: relative;
}
.header summary {
position: relative;
max-width: 130px;
list-style: none;
border: solid 2px var(--v-primary-base);
border-radius: 30px;
padding-top: 6px;
padding-bottom: 6px;
padding-right: 10px;
color: var(--v-primary-base);
cursor: pointer;
}
.header details[open] > summary { .show-inflection {
box-shadow: 2px 2px 0px var(--v-primary-base) color: var(--v-primary-base) !important;
font-weight: bold !important;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment