Skip to content

Commit 3b26803

Browse files
committed
remove underline from editor sidebar links
1 parent 33ba278 commit 3b26803

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

editor/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
.layout { display: flex; flex: 1; overflow: hidden; min-height: 0; }
1414
.sidebar-outer { width: 220px; min-width: 220px; border-right: 1px solid #e0e0e0; flex-shrink: 0; overflow-y: auto; }
1515
#site-sidebar { padding: 1.5rem 1.5rem 1rem; display: flex; flex-direction: column; }
16-
#site-sidebar a { font-size: 14px; color: #555; padding: 0.4rem 0; display: block; }
16+
#site-sidebar a { font-size: 14px; color: #555; padding: 0.4rem 0; display: block; text-decoration: none; }
1717
#site-sidebar a:hover { color: #111; }
1818
#site-sidebar a.active { color: #111; font-weight: 500; }
1919
.editor-layout { display: flex; flex: 1; overflow: hidden; }

0 commit comments

Comments
 (0)