Skip to content

Commit

Permalink
Merge pull request #1 from WealthBar/k1539.wb-peak-fix
Browse files Browse the repository at this point in the history
specify input on $text-inputs
  • Loading branch information
pez-work authored Jul 24, 2019
2 parents 7b27246 + ccbe050 commit 203210a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
28 changes: 14 additions & 14 deletions base/inputs.scss
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
$text-inputs: (
"[type='color']",
"[type='date']",
"[type='datetime']",
"[type='datetime-local']",
"[type='email']",
"[type='month']",
"[type='number']",
"[type='password']",
"[type='search']",
"[type='tel']",
"[type='text']",
"[type='time']",
"[type='url']",
"[type='week']",
"input[type='color']",
"input[type='date']",
"input[type='datetime']",
"input[type='datetime-local']",
"input[type='email']",
"input[type='month']",
"input[type='number']",
"input[type='password']",
"input[type='search']",
"input[type='tel']",
"input[type='text']",
"input[type='time']",
"input[type='url']",
"input[type='week']",
"input:not([type])",
"textarea",
"select"
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": "@wealthbar/peak-base.css",
"version": "1.0.9",
"version": "1.0.10",
"description": "Base styling for Peak Design System",
"main": "index.scss",
"scripts": {
Expand Down

0 comments on commit 203210a

Please sign in to comment.