Skip to content

Commit

Permalink
🎐 v0.16.0
Browse files Browse the repository at this point in the history
Added
➕ styles for <select> using class .input

Fixes
🔨 IE form validation icons by change outer quote marks to `"`
🔨 Fix range styling for touch devices
- Touch webkit devices does not trigger focus state that's why use active state and focus state for styling

Changes
↪️rename fluid-sanitize-lease to fluid-bugs
- to easier understand the purpose of file
🆙 encode < > # in svg background-image icons for compatibility
🆙 Apply readonly state styles only on <input> and <textarea>
- to prevent triggering disabled styles on <select> in webkit browsers

Removed
🔥 Unnecessary .input form validation specifiers
🔥 padding to expand range component to full width
🔥 readonly attribute specifiers
🔥 readonly .input box-shadow:none
- to have universal similar looks like disabled styles

Dev
➕ add `-moz-appearance` property to test correctly on Browser stack
🆙 @function str-replace can search and replace using Maps
🔀 place %input-state with controls placeholder as %controls-validation-icon
🔀 Use select caret styles onto element directly
🔀 import icons at last to inherit %controls variables
🔀 rearrange .input styles
↪️ Rename icon variables to there respective shape
  • Loading branch information
ashfahan committed Sep 8, 2019
1 parent cf75dde commit bee7441
Show file tree
Hide file tree
Showing 17 changed files with 155 additions and 239 deletions.
4 changes: 2 additions & 2 deletions dist/fluid-sanitize-least.css → dist/fluid-bugs.css

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

File renamed without changes.
Loading

0 comments on commit bee7441

Please sign in to comment.