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:
Wyatt Allen
2018-04-26 11:10:07 -07:00
parent 29e4308b59
commit 6528f29bf6

View File

@@ -41,6 +41,7 @@ limitations under the License.
display: inline-block display: inline-block
} }
#textarea { #textarea {
background-color: var(--view-background-color);
width: 100%; width: 100%;
} }
#hiddenText #emojiSuggestions { #hiddenText #emojiSuggestions {