Skip to content

Commit

Permalink
fix(tickets): dropdown arrow not showing with certain themes
Browse files Browse the repository at this point in the history
  • Loading branch information
polonel committed Apr 1, 2019
1 parent 9fbb391 commit b839551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sass/partials/tickets.sass
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ div#accountsTable_wrapper

select, select:focus
-webkit-appearance: none
background: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'><path fill='%23ccc' d='M7.406 7.828l4.594 4.594 4.594-4.594 1.406 1.406-6 6-6-6z'></path></svg>")
background: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'><path fill='rgba(0,0,0,0.15)' d='M7.406 7.828l4.594 4.594 4.594-4.594 1.406 1.406-6 6-6-6z'></path></svg>")
background-position: 100% 50%
background-repeat: no-repeat
border: none
Expand Down

0 comments on commit b839551

Please sign in to comment.