Skip to content

Commit 226fe2e

Browse files
authored
Merge pull request #672 from TechnologyEnhancedLearning/Develop/Features/TD-4187-Placeholder-contrast
Correct placeholder contrast for firefox
2 parents de78ba1 + f9b1b1a commit 226fe2e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

LearningHub.Nhs.WebUI/Styles/nhsuk/layout.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,10 @@ body {
108108
.nhsuk-header__search {
109109
.nhsuk-search__input {
110110
width: px2rem(260);
111+
112+
&::-moz-placeholder {
113+
opacity: 1;
114+
}
111115
}
112116

113117
#search > label.nhsuk-u-visually-hidden {

0 commit comments

Comments
 (0)