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

CSS ordering conflict with DatePicker month/year choosers #2952

Open
spefley opened this issue Sep 17, 2018 · 1 comment
Open

CSS ordering conflict with DatePicker month/year choosers #2952

spefley opened this issue Sep 17, 2018 · 1 comment

Comments

@spefley
Copy link
Contributor

spefley commented Sep 17, 2018

Environment

  • Package version(s):
    "@blueprintjs/core": "^3.6.0",
    "@blueprintjs/datetime": "^3.2.0",
    "@blueprintjs/select": "^3.2.0",
  • Browser and OS versions:
    Chrome 68.0.3440.106 (Official Build)
    Mac OS High Sierra 10.13.4

I checked and the css that's overriding the datetime select styles here comes from the core package
image 5

Order of css imported: 1. core 2. datetime 3. select
screen shot 2018-09-17 at 11 05 20 am

Order of css imported: 1. core 2. select 3. datetime
image

@giladgray giladgray changed the title Month/Day dropdown styles in dateInput obscure month/day CSS ordering conflict with DatePicker month/year choosers Sep 17, 2018
@spefley
Copy link
Contributor Author

spefley commented Oct 3, 2018

@giladgray this is the result of a standing bug in mini-css-extract-plugin that means css isn't necessarily ordered (see: webpack-contrib/mini-css-extract-plugin#188). This doesn't happen in bp because it's still on webpack 3 with extract-text-webpack-plugin (though that also has issues w/ ordering, see: webpack-contrib/extract-text-webpack-plugin#200).

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

1 participant