Skip to content

Commit 26e7ba0

Browse files
committed
Add inkuire icon to searchbar
1 parent 4c1fbeb commit 26e7ba0

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed
Lines changed: 1 addition & 1 deletion
Loading

scaladoc/resources/dotty_res/styles/theme/components/navigation-item.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,10 @@ button.ar:active ~ a:not(.nh:active) {
183183
content: url("../../../images/method.svg");
184184
}
185185

186+
.micon.in {
187+
content: url("../../../images/inkuire.svg");
188+
}
189+
186190
/* icons dark */
187191
.theme-dark .micon.cl {
188192
content: url("../../../images/class-dark.svg");
@@ -239,3 +243,7 @@ button.ar:active ~ a:not(.nh:active) {
239243
.theme-dark .micon.de {
240244
content: url("../../../images/method-dark.svg");
241245
}
246+
247+
.theme-dark .micon.in {
248+
content: url("../../../images/inkuire.svg");
249+
}

0 commit comments

Comments
 (0)