Skip to content

Commit 132a26a

Browse files
authored
Fix x's in description sidebar items (#6780)
1 parent 3af3c18 commit 132a26a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

webviews/editorWebview/index.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -597,6 +597,15 @@ body button .icon {
597597
margin-right: 0;
598598
}
599599

600+
.section .icon-button,
601+
.section .icon-button .icon {
602+
color: currentColor;
603+
}
604+
605+
.section svg path {
606+
fill: currentColor;
607+
}
608+
600609
.commit svg {
601610
width: 16px;
602611
height: auto;

0 commit comments

Comments
 (0)