| 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 {
|
|
|