Ver Fonte

Inline the dropdown icon (#1782)

Jed Fox há 4 anos atrás
pai
commit
b6bf011d0d
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      src/css/styles.scss

+ 1 - 1
src/css/styles.scss

@@ -368,7 +368,7 @@ button,
   font-size: 0.8rem;
   outline: none;
   appearance: none;
-  background-image: url("https://free-use.s3-us-west-2.amazonaws.com/up-sort.svg");
+  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="292.4" height="292.4" viewBox="0 0 292 292"><path d="M287 197L159 69c-4-3-8-5-13-5s-9 2-13 5L5 197c-3 4-5 8-5 13s2 9 5 13c4 4 8 5 13 5h256c5 0 9-1 13-5s5-8 5-13-1-9-5-13z"/></svg>');
   background-repeat: no-repeat;
   background-position: right 0.7rem top 50%, 0 0;
   :root[dir="rtl"] & {