Skip to content

Commit dbd1231

Browse files
committed
Minor style adjustments
1 parent 299ca8c commit dbd1231

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

style.less

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -506,22 +506,26 @@ form.struct_newschema {
506506

507507
details {
508508
position: relative;
509-
min-width: 15em;
510509
max-width: 30%;
511510
border: 1px solid transparent;
512511
padding: 0.25em 0.5em;
513512
cursor: pointer;
514513

515514
&[open] {
516-
border: 1px solid @ini_border;
517-
border-bottom-color: transparent;
515+
background-color: @ini_background_alt;
518516

519517
ul {
518+
z-index: 10;
519+
min-width: 15em;
520520
border: 1px solid @ini_border;
521-
border-top-color: transparent;
522521
}
523522
}
524523

524+
/** needed for Sprintdoc template */
525+
summary {
526+
display: list-item;
527+
}
528+
525529
ul {
526530
left: -1px;
527531
right: -1px;

0 commit comments

Comments
 (0)