Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UI is getting overridden #23

Open
sibanand-cis opened this issue Oct 29, 2014 · 1 comment
Open

UI is getting overridden #23

sibanand-cis opened this issue Oct 29, 2014 · 1 comment

Comments

@sibanand-cis
Copy link

I am getting this :
messy-ui-active-skin

when I am using active_skin with active admin 0.6.0 for rails 3.2.13.
The css contains body.active_admin prefix to the styles and it is causing the issues, here is a snippet:
body.active_admin #header ul.tabs { display: inline-block; height: 100%; margin: 0; padding: 0; } body.active_admin #header .header-item { float: left; height: 20px; position: relative; top: 2px; }

Please guide me what I am missing here.

@Showtimes
Copy link

@sibanand-cis you need to switch the order of your mixins. @import "active_skin"; is likely ontop

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants