Skip to content

Commit

Permalink
IBX-2163: Changed placeholder color in global search (#285)
Browse files Browse the repository at this point in the history
  • Loading branch information
dew326 authored Feb 1, 2022
1 parent ffa14f5 commit 4466726
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/bundle/Resources/public/scss/_main-header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@
&.ibexa-input--text:not(:focus):placeholder-shown {
border-color: transparent;
}

&::placeholder {
color: $ibexa-color-light;
}
}

.ibexa-input-text-wrapper__action-btn--search {
Expand Down

0 comments on commit 4466726

Please sign in to comment.