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 a57756d commit 6febf5cCopy full SHA for 6febf5c
scaladoc/resources/dotty_res/styles/scalastyle.css
@@ -622,6 +622,7 @@ footer .mode {
622
.signature.monospace {
623
padding: 8px;
624
display: flex;
625
+ border-radius: 3px;
626
}
627
628
.signature.monospace .modifiers {
@@ -636,6 +637,10 @@ footer .mode {
636
637
display: table-cell;
638
639
640
+.documentableFilter {
641
642
+}
643
+
644
.documentableElement {
645
color: var(--symbol-fg);
646
white-space: normal;
@@ -646,6 +651,7 @@ footer .mode {
651
background: var(--documentable-bg);
647
652
border-left: 0.25em solid transparent;
648
653
margin: 0.5em 0;
654
649
655
650
656
657
.documentableElement>div {
0 commit comments