We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 299ca8c commit dbd1231Copy full SHA for dbd1231
style.less
@@ -506,22 +506,26 @@ form.struct_newschema {
506
507
details {
508
position: relative;
509
- min-width: 15em;
510
max-width: 30%;
511
border: 1px solid transparent;
512
padding: 0.25em 0.5em;
513
cursor: pointer;
514
515
&[open] {
516
- border: 1px solid @ini_border;
517
- border-bottom-color: transparent;
+ background-color: @ini_background_alt;
518
519
ul {
+ z-index: 10;
+ min-width: 15em;
520
border: 1px solid @ini_border;
521
- border-top-color: transparent;
522
}
523
524
+ /** needed for Sprintdoc template */
525
+ summary {
526
+ display: list-item;
527
+ }
528
+
529
530
left: -1px;
531
right: -1px;
0 commit comments