Skip to content

Commit

Permalink
Merge pull request #246 from edx/talbs/UXPL-15
Browse files Browse the repository at this point in the history
Correcting Styling for Disabled Enhanced Radio Button
  • Loading branch information
talbs committed Dec 30, 2015
2 parents a452c60 + 3ec6f3a commit d88ecee
Show file tree
Hide file tree
Showing 16 changed files with 33 additions and 31 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ Nothing yet

- - -

## 0.7.4 (2015-12-29)
* correcting styling for disabled enhanced radio button

- - -

## 0.7.3 (2015-12-22)
* adding transparent options to base and utility color palettes and remove unused colors partial

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "edx-pattern-library",
"version": "0.7.3",
"version": "0.7.4",
"authors": [
"edX UX Team <[email protected]>"
],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "edx-pattern-library",
"version": "0.7.3",
"version": "0.7.4",
"author": "edX UX Team <[email protected]>",
"license": "Apache-2.0",
"description": "The (working) Visual, UI, and Front End Styleguide for edX Apps",
Expand Down
6 changes: 3 additions & 3 deletions pattern-library/css/edx-pattern-library-ltr.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pattern-library/css/edx-pattern-library-ltr.min.css

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions pattern-library/css/edx-pattern-library-rtl.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pattern-library/css/edx-pattern-library-rtl.min.css

Large diffs are not rendered by default.

7 changes: 2 additions & 5 deletions pattern-library/sass/patterns/_forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -427,10 +427,10 @@ $field-required-color: $label-color !default;
&.replace-checkbox {

& + .field-input-label {
// disabled state of replaced checkboxes
color: palette(grayscale, base);

&:before {
// disabled state of replaced checkboxes
& + .field-input-label:before {
@include input-radio-checkbox-disabled();
}
Expand All @@ -445,10 +445,7 @@ $field-required-color: $label-color !default;
color: palette(grayscale, base);

&:before {
// disabled state of replaced checkboxes
& + .field-input-label:before {
@include input-radio-checkbox-disabled();
}
@include input-radio-checkbox-disabled();
}
}
}
Expand Down
6 changes: 3 additions & 3 deletions public/css/demo-ltr.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion public/css/demo-ltr.min.css

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions public/css/demo-rtl.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion public/css/demo-rtl.min.css

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions public/css/main-ltr.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion public/css/main-ltr.min.css

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions public/css/main-rtl.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion public/css/main-rtl.min.css

Large diffs are not rendered by default.

0 comments on commit d88ecee

Please sign in to comment.