diff options
author | SimonBrazell <simon@brazell.com.au> | 2021-01-11 12:39:26 +1100 |
---|---|---|
committer | SimonBrazell <simon@brazell.com.au> | 2021-01-11 12:39:26 +1100 |
commit | f56fc681886450e68fe3597fbcba870436c05ba4 (patch) | |
tree | d253aa87ab30e8f1d02e4f71d273a2d0d418cad9 /src/assets/stylesheets | |
parent | Fixed README & build config (diff) | |
download | libredirect-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.css | 4 |
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; |