Skip to content

Commit

Permalink
Merge pull request #71 from BrightspaceUI/fix-firefox-opacity
Browse files Browse the repository at this point in the history
explicitly setting placeholder opacity as Firefox has a non-1 default
  • Loading branch information
dlockhart authored Feb 13, 2019
2 parents 804b74a + a2528c9 commit 47273e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions d2l-input-shared-styles.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
color: var(--d2l-input-placeholder-color);
font-size: 0.8rem;
font-weight: 400;
opacity: 1; /* Firefox has non-1 default */
};
--d2l-input: {
@apply --d2l-input-common;
Expand Down

0 comments on commit 47273e0

Please sign in to comment.