smnedelko / PixelAdmin

Issue tracker repository
6 stars 0 forks source link

Using Builder, theme color of darklight-blue was incorrect. #8

Closed ryush00 closed 7 years ago

ryush00 commented 7 years ago

To use darklight-blue theme, I used Builder App to compile assets. Of course I checked Include dark version checkbox.

image

But color of dropdown menu was wrong. This should be like this.

image

I think this was bug. Because when I copied darklight-blue.min.css file of herokuapp demo to my project css, it worked well.

Thank you.

OS: Mac OS X 10.12.2

smnedelko commented 7 years ago

Hi ryush00,

Could you copy&paste here content of {your-build-directory}/scss/themes/darklight-blue/darklight-blue.scss file? I think it's a bug of Builder.

Thank You.

ryush00 commented 7 years ago

https://gist.github.com/ryush00/d1d8de0139b1b3c24eaa5a0f4b16d1e0

ryush00 commented 7 years ago

And I have another issue similar to #3. px-nav is not working on mobile (small screen).

ryush00 commented 7 years ago

And Now I think I found way to resolve menu issue. Moving script to above </body> tag.

smnedelko commented 7 years ago

Hi ryush00,

this is a Builder bug. As a temporary solution, insert the next line:

@import '../../variables-dark';

before

@import '../../variables';

in the {your-build-directory}/scss/themes/darklight-blue/darklight-blue.scss file.

smnedelko commented 7 years ago

Fixed in 2.3.0