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

Commit

Permalink
Merge pull request #6840 from wlach/make-placeholder-for-field-grey-n…
Browse files Browse the repository at this point in the history
…o-input

Make placeholder more grey when no input
  • Loading branch information
James Salter authored Oct 8, 2021
2 parents 5264b1d + b257393 commit e1c1d2d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions res/css/views/auth/_AuthBody.scss
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,6 @@ limitations under the License.
background-color: $authpage-body-bg-color;
}

.mx_Field label {
color: $authpage-primary-color;
}

.mx_Field_labelAlwaysTopLeft label,
.mx_Field select + label /* Always show a select's label on top to not collide with the value */,
.mx_Field input:focus + label,
Expand Down
1 change: 0 additions & 1 deletion res/css/views/elements/_Field.scss
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ limitations under the License.
color 0.25s ease-out 0.1s,
transform 0.25s ease-out 0.1s,
background-color 0.25s ease-out 0.1s;
color: $primary-content;
background-color: transparent;
font-size: $font-14px;
transform: translateY(0);
Expand Down

0 comments on commit e1c1d2d

Please sign in to comment.