Skip to content

Commit

Permalink
🎐 v0.15.0
Browse files Browse the repository at this point in the history
Addition
➕ range component (#45)
➕ New switch input by using .switch class on checkbox type inputs
➕ Checkbox form validation
➕ add padding right for inline controls to add extra spacing in inline inputs

Fixes:
➕🔨 Sanitize: Inherit correct box sizing in IE and EDGE Range input
➕🔨 Sanitize: Remove the dropdown arrow in Chrome from inputs built with datalists
🔨 disabled opacity on %controls-label in IE
🔨 resizing %controls-label (checkbox,switch,radio) not work in IE
🔨 fix pulse animation in %controls-label (radio, checkbox, switch)
🔨 tweak switch circle size

Updates:
🆙 Use Cascading for active styles instead of !important in %controls (button, input, group-addon, range)
🆙 em units in checkbox and radio

Dropped:
🔥 remove unique disabled style from checkbox
  • Loading branch information
ashfahan committed Sep 4, 2019
1 parent 996a8c8 commit 0e296d3
Show file tree
Hide file tree
Showing 17 changed files with 707 additions and 377 deletions.
476 changes: 314 additions & 162 deletions dist/fluid-component.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/fluid-component.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/fluid-grid.css

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

34 changes: 21 additions & 13 deletions dist/fluid-sanitize-least.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/fluid-sanitize-least.min.css

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

Loading

0 comments on commit 0e296d3

Please sign in to comment.