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

Commit

Permalink
Fix recent css regression (#7022)
Browse files Browse the repository at this point in the history
  • Loading branch information
CicadaCinema authored Oct 25, 2021
1 parent e3946cc commit 1c3ad14
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions res/css/_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -141,12 +141,6 @@ input[type=search]::-webkit-search-results-decoration {
input::placeholder,
textarea::placeholder {
opacity: initial;
font-weight: 400;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
opacity: .6;
font-weight: 400;
}

input[type=text], input[type=password], textarea {
Expand Down

0 comments on commit 1c3ad14

Please sign in to comment.