active_admin_theme
active_admin_theme copied to clipboard
SyntaxError: Undefined variable: "$menu-arrow-dark-icon-url".
While running version 1.1.3 i get this following issue:
SASS::SyntaxError: Undefined variable: "$menu-arrow-dark-icon-url". /bundle/ruby/2.6.0/gems/active_admin_theme-1.1.3/app/assets/stylesheets/wigu/active_admin_theme.scss:99
Downgrading to version 1.1.1 works for now.
Also suddenly getting this issue. #34 introduced this variable but didn't define it anywhere...
Adding this to my other variable overrides solves the issue:
$menu-arrow-dark-icon-url: 'active_admin/nested_menu_arrow_dark.gif' !default
@markmangrove depends on activeadmin version you can use v1.1.1 or latest one. look at https://github.com/activeadmin-plugins/active_admin_theme/issues/33
Thanks @SeriouslyAwesome, this worked for me too.