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 72865de commit f96b707Copy full SHA for f96b707
scala3doc/resources/dotty_res/styles/search-bar.css
@@ -40,11 +40,15 @@
40
color: var(--inactive-fg) !important;
41
font-weight: 500 !important;
42
}
43
-.action_def:hover, .action_def:focus-within {
+.action_def:hover, .action_def.hover_a79 {
44
color: var(--selected-fg);
45
background: var(--selected-bg) !important;
46
font-weight: 500;
47
48
+.action_def .template-description {
49
+ margin-left: 2rem;
50
+ font-style: italic;
51
+}
52
53
/* Landscape phones, portait tablets */
54
@media(max-width: 768px) {
0 commit comments