From f56fc681886450e68fe3597fbcba870436c05ba4 Mon Sep 17 00:00:00 2001 From: SimonBrazell Date: Mon, 11 Jan 2021 12:39:26 +1100 Subject: Fix for https://github.com/mozilla/addons-linter/issues/3541#issue-782801439 --- src/assets/stylesheets/styles.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/assets/stylesheets') diff --git a/src/assets/stylesheets/styles.css b/src/assets/stylesheets/styles.css index e11f313b..b6200728 100644 --- a/src/assets/stylesheets/styles.css +++ b/src/assets/stylesheets/styles.css @@ -481,7 +481,7 @@ input[type="range"]::-moz-range-thumb { } .collapsible:after { - content: "\002B"; + content: "\25BE"; color: var(--active); font-weight: bold; float: right; @@ -496,7 +496,7 @@ input[type="range"]::-moz-range-thumb { } .collapsible-active:after { - content: "\002D"; + content: "\25B4"; color: var(--text-secondary); font-weight: bold; float: right; -- cgit 1.4.1