active_skin icon indicating copy to clipboard operation
active_skin copied to clipboard

UI is getting overridden

Open sibanand-cis opened this issue 10 years ago • 1 comments

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.

sibanand-cis avatar Oct 29 '14 13:10 sibanand-cis

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

Showtimes avatar Sep 25 '15 21:09 Showtimes