Skip to content

Commit f7f4c32

Browse files
Fix missing assignment check mark. Fixes #1271
1 parent 220b902 commit f7f4c32

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

src/css/popup.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,7 @@ span ~ .panel-header-text {
538538
}
539539

540540
#current-tab > label > input:checked {
541-
background-image: url("chrome://global/skin/in-content/check.svg#check-native");
541+
background-image: url("/img/check.svg");
542542
background-position: -1px -1px;
543543
background-size: var(--icon-size);
544544
}

src/img/check.svg

Lines changed: 6 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)