Skip to content
This repository was archived by the owner on Nov 25, 2020. It is now read-only.

Kd input Hover and Focus Styling Edit #158

Merged
merged 2 commits into from
Jul 12, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions lib/styles/default/kd.input.styl
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ textarea.kdinput.text
line-height 12px

&:hover
border 1px solid #aaa
border 1px solid #D3E6FF
&:focus
border 1px solid rgba(125,190,241,1)
shadow 0 0 3px rgba(125,190,241,.7)
shadow inset 0 1px 2px rgba(0,0,0,0.075),0 0 5px 1px rgba(81,167,232,0.5)

&.validation-error
border 1px solid #F13A18
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": "kd.js",
"version": "1.1.23",
"version": "1.1.24",
"description": "a collection of ui widgets and other nice things",
"main": "build/lib/index.js",
"scripts": {
Expand Down