Fix the new unicode characters in CSS. Thanks to At Libitum.
This commit is contained in:
parent
3ba51ce1c6
commit
4bda58ae44
|
@ -90,7 +90,7 @@ opacity: 0.5;
|
|||
}
|
||||
|
||||
.filter-include:after {
|
||||
content: " ✓";
|
||||
content: " \2713"; /* Tick mark */
|
||||
}
|
||||
|
||||
.filter-exclude {
|
||||
|
@ -99,7 +99,7 @@ opacity: 0.5;
|
|||
}
|
||||
|
||||
.filter-exclude:after {
|
||||
content: " ✗";
|
||||
content: " \2717"; /* Check mark */
|
||||
}
|
||||
|
||||
img
|
||||
|
|
Loading…
Reference in a new issue