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 ad59ebb commit 890f06fCopy full SHA for 890f06f
templates/style/_navbar.scss
@@ -44,6 +44,13 @@ div.nav-container {
44
background-color: inherit;
45
}
46
47
+ // Improves menu link readability when inverting the colors on focus.
48
+ // Vendor do background-color #eee, looks weird on different theme.
49
+ &:focus {
50
+ color: var(--color-background);
51
+ background-color: var(--color-doc-link-background);
52
+ }
53
+
54
&.crate-name {
55
text-overflow: ellipsis;
56
overflow: hidden;
0 commit comments