Skip to content

Commit c4c1190

Browse files
committed
fix style
1 parent f78a5eb commit c4c1190

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

src/components/Breadcrumb/Breadcrumb.module.css

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
min-height: 32px;
1616
border-bottom: 1px solid #ddd;
1717
background: var(--color-background-dark);
18-
padding: 0 10px 0 20px;
18+
padding: 0 20px;
1919
border-radius: var(--border-radius-lg);
2020
margin: var(--space-3xs);
2121
/* TODO(SL): forbid overflow? */
@@ -56,6 +56,13 @@
5656

5757
.versions {
5858
padding-left: 4px;
59+
& > button {
60+
color: #eee;
61+
62+
&:hover {
63+
color: #fff
64+
}
65+
}
5966

6067
[aria-current] {
6168
font-weight: bold;

0 commit comments

Comments
 (0)