Skip to content
This repository has been archived by the owner on May 24, 2021. It is now read-only.

Commit

Permalink
fix: Convert absolute bg image path to relative
Browse files Browse the repository at this point in the history
  • Loading branch information
plutonik-a committed Dec 3, 2015
1 parent 189121f commit e24af7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sass/modules/_downloads.scss
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ select::-ms-expand { /* for IE 11 */
-moz-appearance: none;
appearance: none;
overflow:hidden;
background: url('/img/arrow-down-white.png') 95% no-repeat #ddd;
background: url('../img/arrow-down-white.png') 95% no-repeat #ddd;
text-overflow: ellipsis;
white-space: nowrap;
width: 95vw;
Expand Down

0 comments on commit e24af7e

Please sign in to comment.