Fix missing assignment check mark. Fixes #1271

This commit is contained in:
Jonathan Kingston
2018-10-21 22:22:48 +01:00
parent 220b902144
commit f7f4c320a6
2 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -538,7 +538,7 @@ span ~ .panel-header-text {
}
#current-tab > label > input:checked {
background-image: url("chrome://global/skin/in-content/check.svg#check-native");
background-image: url("/img/check.svg");
background-position: -1px -1px;
background-size: var(--icon-size);
}