Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(428)

Unified Diff: lib/src/paper-input/paper-input-error.html

Issue 1418513006: update elements and fix some bugs (Closed) Base URL: git@github.com:dart-lang/polymer_elements.git@master
Patch Set: code review updates Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « lib/src/paper-input/paper-input-container.html ('k') | lib/src/paper-input/paper-textarea.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/paper-input/paper-input-error.html
diff --git a/lib/src/paper-input/paper-input-error.html b/lib/src/paper-input/paper-input-error.html
index 8e32b046355ae39f82a6a02ffc4e7e547ae1f581..7dada065f1884d47ddf8399246c8a6cd0e4d7f33 100644
--- a/lib/src/paper-input/paper-input-error.html
+++ b/lib/src/paper-input/paper-input-error.html
@@ -37,12 +37,12 @@ Custom property | Description | Default
:host {
display: inline-block;
visibility: hidden;
- float: left;
color: var(--paper-input-container-invalid-color, --google-red-500);
@apply(--paper-font-caption);
@apply(--paper-input-error);
+ position: absolute;
}
:host([invalid]) {
@@ -51,7 +51,7 @@ Custom property | Description | Default
</style>
<content></content>
-
+
</template>
</dom-module>
« no previous file with comments | « lib/src/paper-input/paper-input-container.html ('k') | lib/src/paper-input/paper-textarea.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698