Skip to content

Commit c8f0532

Browse files
committed
border tweaks
1 parent 9717f9f commit c8f0532

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

web_src/css/editor-markdown.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ text-expander .suggestions {
4343
margin-top: 24px;
4444
list-style: none;
4545
background: var(--color-box-body);
46-
border-radius: var(--border-radius);
46+
border-radius: 5px;
4747
border: 1px solid var(--color-secondary);
4848
box-shadow: 0 .5rem 1rem var(--color-shadow);
4949
}
@@ -56,15 +56,15 @@ text-expander .suggestions li {
5656
}
5757

5858
text-expander .suggestions li + li {
59-
border-top: 1px solid var(--color-secondary);
59+
border-top: 1px solid var(--color-secondary-alpha-40);
6060
}
6161

6262
text-expander .suggestions li:first-child {
63-
border-radius: var(--border-radius) var(--border-radius) 0 0;
63+
border-radius: 4px 4px 0 0;
6464
}
6565

6666
text-expander .suggestions li:last-child {
67-
border-radius: 0 0 var(--border-radius) var(--border-radius);
67+
border-radius: 0 0 4px 4px;
6868
}
6969

7070
text-expander li[aria-selected="true"] {

0 commit comments

Comments
 (0)