Skip to content

Commit f96b707

Browse files
TheElectronWillromanowski
authored andcommitted
Add space before full path in search results
1 parent 72865de commit f96b707

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

scala3doc/resources/dotty_res/styles/search-bar.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,15 @@
4040
color: var(--inactive-fg) !important;
4141
font-weight: 500 !important;
4242
}
43-
.action_def:hover, .action_def:focus-within {
43+
.action_def:hover, .action_def.hover_a79 {
4444
color: var(--selected-fg);
4545
background: var(--selected-bg) !important;
4646
font-weight: 500;
4747
}
48+
.action_def .template-description {
49+
margin-left: 2rem;
50+
font-style: italic;
51+
}
4852

4953
/* Landscape phones, portait tablets */
5054
@media(max-width: 768px) {

0 commit comments

Comments
 (0)