about summary refs log tree commit diff stats
path: root/src/assets/stylesheets
diff options
context:
space:
mode:
authorSimonBrazell <simon@brazell.com.au>2021-01-11 12:39:26 +1100
committerSimonBrazell <simon@brazell.com.au>2021-01-11 12:39:26 +1100
commitf56fc681886450e68fe3597fbcba870436c05ba4 (patch)
treed253aa87ab30e8f1d02e4f71d273a2d0d418cad9 /src/assets/stylesheets
parentFixed README & build config (diff)
downloadlibredirect-f56fc681886450e68fe3597fbcba870436c05ba4.zip
Fix for https://github.com/mozilla/addons-linter/issues/3541#issue-782801439
Diffstat (limited to 'src/assets/stylesheets')
-rw-r--r--src/assets/stylesheets/styles.css4
1 files changed, 2 insertions, 2 deletions
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;