Skip to content

Commit 0a61465

Browse files
authored
Merge pull request #34 from Ivanov-Anton/gif_not_found
fix rendering current menu item's arrow
2 parents 1eedc8e + 7f0b2e4 commit 0a61465

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/assets/stylesheets/wigu/active_admin_theme.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ body.active_admin {
9696
position: absolute;
9797
top: 12px;
9898
left: 4px;
99-
background: transparent image-url('active_admin/nested_menu_arrow_dark.gif') no-repeat 0 0;
99+
background: transparent url($menu-arrow-dark-icon-url) no-repeat 0 0;
100100
transform: rotate(-90deg);
101101
}
102102
}

0 commit comments

Comments
 (0)