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 79b143f commit 99ea144Copy full SHA for 99ea144
2 files changed
resources/css/components/nav/sidebar.css
@@ -142,6 +142,10 @@
142
a {
143
/* Otherwise the sidebar might grow too big e.g. >> /reference */
144
max-width: 12rem;
145
+ border-radius: var(--border-radius-md);
146
+ &:hover {
147
+ background: var(--color-pink-light-4);
148
+ }
149
}
150
151
button {
resources/css/objects/toc-scroll-spy.css
@@ -2,8 +2,7 @@
2
=================================================== */
3
/* Notes...
4
5
- - Use JS for now until scroll-driven-animations are more widely supported
6
- - For scroll-driven version see /objects/toc-scroll-spy.css
+ - Use JS for a fallback until scroll-target-group are more widely supported
7
8
*/
9
/* HTML Example...
0 commit comments