Restore default white textarea background color
While Iaff2ae945f removed dead code for modifying textarea background colors via a Polymer property, it also removed the default white background. Restore the default background. Bug: Issue 8858 Change-Id: I3a34dacc15c355537736086c7a7eceee2b8470c6
This commit is contained in:
@@ -41,6 +41,7 @@ limitations under the License.
|
||||
display: inline-block
|
||||
}
|
||||
#textarea {
|
||||
background-color: var(--view-background-color);
|
||||
width: 100%;
|
||||
}
|
||||
#hiddenText #emojiSuggestions {
|
||||
|
Reference in New Issue
Block a user