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

Remove duplicate button-default-border variable definitions. #7031

Closed
wants to merge 4,432 commits into from

Conversation

seronal
Copy link

@seronal seronal commented Jun 23, 2016

Short description of what this resolves:

$button-default-border and $button-default-active-border are defined twice.

Changes proposed in this pull request:

  • Remove duplicate definitions.

Ionic Version: 1.3.1

Fixes: Complements #5576 and #6532

mlynch and others added 30 commits December 14, 2015 15:29
Setup empty arrays before evaluating ionic.CSS
According to the Swiper documentation, the pagination parameter can receive a string with a selector or directly the html element.
Passing directly the html element ensures that the pagination works with multiple sliders. Resolves ionic-team#4837.
danbucholtz and others added 26 commits May 9, 2016 09:18
According to the unit tests this expects pixel values.
…t-active-border

made variables for button-default-border and button-default-active-bordermade variables

ionic-team#5576
fix(loader): make the loader service return a promise instead of the …
Update CHANGELOG.md for 1.3.1 release
Correction in the documentation of usage. The indexes were being accessed in data instead of data.slider (or $scope.slider).
…r-configurable

Make button border style configurable
$button-default-active-bg: $button-stable-active-bg !default;
$button-default-active-border: $button-stable-active-border !default;
$button-default-active-border: null !default;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why remove $button-stable-active-border from this?

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

Successfully merging this pull request may close these issues.