Merge "Fine tune the change metadata rows to all have the same height" into stable-3.1
This commit is contained in:
@@ -32,33 +32,16 @@ limitations under the License.
|
|||||||
opacity: .8;
|
opacity: .8;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
.autocompleteContainer {
|
.container > :not(:first-child) {
|
||||||
position: relative;
|
|
||||||
}
|
|
||||||
.hiddenReviewers {
|
|
||||||
margin-top: var(--spacing-s);
|
|
||||||
}
|
|
||||||
.inputContainer {
|
|
||||||
display: flex;
|
|
||||||
margin-top: var(--spacing-xs);
|
|
||||||
}
|
|
||||||
.inputContainer input {
|
|
||||||
flex: 1;
|
|
||||||
}
|
|
||||||
gr-account-chip {
|
|
||||||
margin-top: var(--spacing-s);
|
margin-top: var(--spacing-s);
|
||||||
}
|
}
|
||||||
gr-button {
|
gr-button {
|
||||||
--gr-button: {
|
--gr-button: {
|
||||||
padding: 5px 0px;
|
padding: 0px 0px;
|
||||||
}
|
|
||||||
}
|
|
||||||
@media screen and (max-width: 50em), screen and (min-width: 75em) {
|
|
||||||
gr-account-chip:first-of-type {
|
|
||||||
margin-top: 0;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
<div class="container">
|
||||||
<template is="dom-repeat" items="[[_displayedReviewers]]" as="reviewer">
|
<template is="dom-repeat" items="[[_displayedReviewers]]" as="reviewer">
|
||||||
<gr-account-chip class="reviewer" account="[[reviewer]]"
|
<gr-account-chip class="reviewer" account="[[reviewer]]"
|
||||||
on-remove="_handleRemove"
|
on-remove="_handleRemove"
|
||||||
@@ -78,6 +61,7 @@ limitations under the License.
|
|||||||
class="addReviewer"
|
class="addReviewer"
|
||||||
on-click="_handleAddTap">[[_addLabel]]</gr-button>
|
on-click="_handleAddTap">[[_addLabel]]</gr-button>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<gr-rest-api-interface id="restAPI"></gr-rest-api-interface>
|
<gr-rest-api-interface id="restAPI"></gr-rest-api-interface>
|
||||||
</template>
|
</template>
|
||||||
<script src="gr-reviewer-list.js"></script>
|
<script src="gr-reviewer-list.js"></script>
|
||||||
|
|||||||
@@ -47,6 +47,12 @@ limitations under the License.
|
|||||||
height: 1.2em;
|
height: 1.2em;
|
||||||
width: 1.2em;
|
width: 1.2em;
|
||||||
}
|
}
|
||||||
|
gr-button {
|
||||||
|
--gr-button: {
|
||||||
|
padding: 1px 4px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
<div class="text">
|
<div class="text">
|
||||||
<iron-input
|
<iron-input
|
||||||
|
|||||||
Reference in New Issue
Block a user