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

Unified Diff: third_party/polymer/v1_0/components-chromium/paper-dropdown-menu/paper-dropdown-menu-light.html

Issue 2074813002: Roll Polymer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: chromium.patch Created 4 years, 6 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
Index: third_party/polymer/v1_0/components-chromium/paper-dropdown-menu/paper-dropdown-menu-light.html
diff --git a/third_party/polymer/v1_0/components-chromium/paper-dropdown-menu/paper-dropdown-menu-light.html b/third_party/polymer/v1_0/components-chromium/paper-dropdown-menu/paper-dropdown-menu-light.html
index ab93a70a711280a00bf9fd45954b48a8f214d744..4c28aef409a80f4f29842643c47b9d7ee67c20ab 100644
--- a/third_party/polymer/v1_0/components-chromium/paper-dropdown-menu/paper-dropdown-menu-light.html
+++ b/third_party/polymer/v1_0/components-chromium/paper-dropdown-menu/paper-dropdown-menu-light.html
@@ -96,6 +96,10 @@ To style it:
</head><body><dom-module id="paper-dropdown-menu-light">
<template>
<style include="paper-dropdown-menu-shared-styles">
+ :host(:focus) {
+ outline: none;
+ }
+
/**
* All of these styles below are for styling the fake-input display
*/
@@ -200,7 +204,7 @@ To style it:
*/
label:after {
background-color: var(--paper-dropdown-menu-focus-color, --primary-color);
- bottom: 8px; /* The container has an 8px bottom padding */
+ bottom: 7px; /* The container has an 8px bottom padding */
content: '';
height: 2px;
left: 45%;
@@ -217,7 +221,7 @@ To style it:
}
:host([no-label-float]) label:after {
- bottom: 8px; /* The container has a 8px bottom padding */
+ bottom: 7px; /* The container has a 8px bottom padding */
}
:host([focused]:not([disabled])) label:after {

Powered by Google App Engine
This is Rietveld 408576698