Skip to content

Commit

Permalink
Disabled input should be dashed not dotted
Browse files Browse the repository at this point in the history
  • Loading branch information
olegstepura committed Aug 9, 2017
1 parent 61228b1 commit a46f095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/input/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@
}

.disabled > .inputElement {
border-bottom-style: dotted;
border-bottom-style: dashed;
color: var(--input-text-disabled-text-color);
}

Expand Down

0 comments on commit a46f095

Please sign in to comment.