Navigation Menu

Skip to content

Commit

Permalink
Fix the text jumping to the left on switch-toggle bug, happening on…
Browse files Browse the repository at this point in the history
… Firefox when selecting an item.

Fix the ripple animation on Firefox, on the Material Design theme, by using `visibility` instead of `opacity` for the "show only on focus" trick.
  • Loading branch information
ghinda committed Nov 26, 2015
1 parent cf9c2df commit 2ef79ca
Show file tree
Hide file tree
Showing 11 changed files with 34 additions and 13 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,8 @@
## [4.0.1] - 2015-11-26

- Fix the text jumping to the left on `switch-toggle` bug, happening on Firefox when selecting an item.
- Fix the ripple animation on Firefox, on the Material Design theme, by using `visibility` instead of `opacity` for the "show only on focus" trick.

## [4.0.0] - 2015-11-19

- BREAKING: New HTML markup for `switch-light`, more semantic and with more control over the label and switch widths and placement.
Expand Down
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "css-toggle-switch",
"version": "4.0.0",
"version": "4.0.1",
"main": "dist/toggle-switch.css",
"author": "Ionut Colceriu",
"ignore": [
Expand Down
7 changes: 5 additions & 2 deletions dist/toggle-switch-px.css

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

2 changes: 1 addition & 1 deletion dist/toggle-switch-px.css.map

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

7 changes: 5 additions & 2 deletions dist/toggle-switch-rem.css

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

0 comments on commit 2ef79ca

Please sign in to comment.