Skip to content

Commit 48da26c

Browse files
committed
fix: correct selector for icon image in BookmarkSettings CSS
1 parent c4d57cc commit 48da26c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/features/settings/components/BookmarkSettings/bookmarkSettings.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
font-size: 14px;
3535
}
3636
.bookmarks .source svg,
37-
.bookmarks .source img.icon {
37+
.bookmarks .source .icon img {
3838
width: 16px;
3939
height: 16px;
4040
}

0 commit comments

Comments
 (0)