Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions style/web/_reset.less
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,13 @@ input { /* 1 */
overflow: visible;
}

/**
* Solve the problem that the default placeholder is transparent on some HarmonyOS Phones/Pads
*/
input::placeholder {
color: rgba(0, 0, 0, 0.4);
}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这个影响范围会很大 HarmonyOS 有什么特别的标识吗


/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
Expand Down