Skip to content

Commit

Permalink
back port ui changes from v1
Browse files Browse the repository at this point in the history
  • Loading branch information
Kasey Powers committed Feb 16, 2017
1 parent 05cdad2 commit a11fc93
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/ui/ui.less
Expand Up @@ -6,9 +6,12 @@
cursor: pointer;

&[disabled],
&.disabled {
&.disabled,
&[disabled]:hover,
&.disabled:focus{
color: inherit;
cursor: auto;
pointer-events: none;
text-decoration: none;
}

}

0 comments on commit a11fc93

Please sign in to comment.