Skip to content

Commit

Permalink
Merge pull request #59 from solsticesurfer/master
Browse files Browse the repository at this point in the history
Hover CSS is taking precedence over focus  #58
  • Loading branch information
kumailht authored Jul 13, 2016
2 parents 8ad262d + 878825a commit 3530f09
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion gridforms/gridforms.css

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

7 changes: 4 additions & 3 deletions gridforms/gridforms.sass
Original file line number Diff line number Diff line change
Expand Up @@ -117,13 +117,14 @@
cursor: text
&:last-child
border-right: none
&:hover
background: lighten($field-focus-color, 5%)
cursor: text
&.focus
background: $field-focus-color
label
color: darken($label-color, 5%)
&:hover
background: lighten($field-focus-color, 5%)
cursor: text


// Overide styles when printing to ensure good looking output.
@media print
Expand Down

0 comments on commit 3530f09

Please sign in to comment.