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

Less doesn't match CSS #765

Closed
bazineta opened this issue Jul 6, 2016 · 1 comment
Closed

Less doesn't match CSS #765

bazineta opened this issue Jul 6, 2016 · 1 comment
Labels

Comments

@bazineta
Copy link

bazineta commented Jul 6, 2016

In the master version, the following seems to be missing from the less file, but is present in the CSS:

span.hide-native-select {
  position: relative;
}
span.hide-native-select select {
  border: 0!important;
  clip: rect(0 0 0 0) !important;
  height: 1px!important;
  left: 50%;
  margin: -1px -1px -1px -3px !important;
  overflow: hidden!important;
  padding: 0!important;
  position: absolute!important;
  top: 30px;
  width: 1px!important;
}
@davidstutz
Copy link
Owner

Good point, will fix.

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

No branches or pull requests

2 participants