Skip to content

Commit b122065

Browse files
authored
Show/hide checks button uses heavier font weight than the larger buttons (#5959)
Fixes #5948
1 parent b2e1dd2 commit b122065

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

webviews/editorWebview/index.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,10 +493,13 @@ body button .icon {
493493
.small-button {
494494
display: flex;
495495
font-size: 11px;
496-
font-weight: 600;
497496
padding: 0 5px;
498497
}
499498

499+
:not(.status-item) > .small-button {
500+
font-weight: 600;
501+
}
502+
500503
#status {
501504
box-sizing: border-box;
502505
line-height: 18px;

0 commit comments

Comments
 (0)