From dd5a3a807c36e3c126cfd34e6de3b32579ea6917 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Mon, 9 Apr 2018 17:23:15 -0400 Subject: [PATCH] fix https://www.reddit.com/r/uMatrix/comments/8atw04/2bc8_and_2bc6_characters_are_not_available_in/ --- src/css/popup.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/css/popup.css b/src/css/popup.css index b977931..ae7244c 100644 --- a/src/css/popup.css +++ b/src/css/popup.css @@ -263,10 +263,11 @@ button.disabled > span.badge { width: 0.8em; } .recipe .expander::before { - content: '\2BC8'; + content: '+'; + font-family: sans-serif; } .recipe.expanded .expander::before { - content: '\2BC6'; + content: '\2212'; } .recipe .name { color: #000;