Add top border for gr-change-view-integration-shared-styles
Bug: Issue 11731 Change-Id: Ifc12c2159ce81ef7ef44ddb2345b5f031953af29
This commit is contained in:
@@ -29,6 +29,10 @@ limitations under the License.
|
||||
/* Workaround for empty style block - see https://github.com/Polymer/tools/issues/408 */
|
||||
</style>
|
||||
<style>
|
||||
:host {
|
||||
border-top: 1px solid var(--border-color);
|
||||
display: block;
|
||||
}
|
||||
.header {
|
||||
color: var(--primary-text-color);
|
||||
background-color: var(--table-header-background-color);
|
||||
|
||||
Reference in New Issue
Block a user