Skip to content

Commit a378510

Browse files
author
rakeshAlgo
committed
version dropdown hover effect issues fixes
1 parent 4d01a27 commit a378510

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

src/css/component-frame.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
position: relative;
3030
}
3131

32-
.frame-body:hover .frame-dropdown {
32+
.frame-body .frame-link-dropdowns:hover .frame-dropdown {
3333
display: block;
3434
}
3535

src/css/doc.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,10 @@
151151
padding-left: var(--base-space);
152152
}
153153

154+
ul ul ul {
155+
list-style: disc;
156+
}
157+
154158
.doc hr {
155159
margin: 1rem 0;
156160
border: 0 solid var(--color-border);

0 commit comments

Comments
 (0)