Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
fix(input): fix border-bottom transparency
Browse files Browse the repository at this point in the history
closes #5128, references f9d5cf8
  • Loading branch information
rschmukler committed Oct 13, 2015
1 parent 9b918cb commit 5da3c45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/input/input-theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ md-input-container.md-THEME_NAME-theme {
}
.md-input {
&[disabled],
[disabled] & {
[disabled] {
border-bottom-color: transparent;
color: '{{foreground-3}}';
background-image: linear-gradient(to right, '{{foreground-3}}' 0%, '{{foreground-3}}' 33%, transparent 0%);
Expand Down

0 comments on commit 5da3c45

Please sign in to comment.