Skip to content
This repository has been archived by the owner on Sep 21, 2020. It is now read-only.

Commit

Permalink
Updating styling API
Browse files Browse the repository at this point in the history
  • Loading branch information
jarrodek committed Nov 22, 2018
1 parent dd36034 commit d10378c
Show file tree
Hide file tree
Showing 19 changed files with 559 additions and 664 deletions.
140 changes: 70 additions & 70 deletions analysis.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion import-auth-data-table.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* DO NOT EDIT
*
* This file was automatically generated by
* https://github.com/Polymer/gen-typescript-declarations
* https://github.com/Polymer/tools/tree/master/packages/gen-typescript-declarations
*
* To modify these typings, edit the source file(s):
* import-auth-data-table.html
Expand Down
2 changes: 1 addition & 1 deletion import-auth-data-table.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
return Polymer.html`<style include="import-table-common-styles">
.no-data {
margin-left: 16px;
color: rgba(0, 0, 0, 0.54);
color: var(--import-table-auth-no-info-color, rgba(0, 0, 0, 0.54));
font-size: 16px;
@apply --import-table-auth-no-info;
}
Expand Down
2 changes: 1 addition & 1 deletion import-base-table.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* DO NOT EDIT
*
* This file was automatically generated by
* https://github.com/Polymer/gen-typescript-declarations
* https://github.com/Polymer/tools/tree/master/packages/gen-typescript-declarations
*
* To modify these typings, edit the source file(s):
* import-base-table.html
Expand Down
2 changes: 1 addition & 1 deletion import-cookies-table.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* DO NOT EDIT
*
* This file was automatically generated by
* https://github.com/Polymer/gen-typescript-declarations
* https://github.com/Polymer/tools/tree/master/packages/gen-typescript-declarations
*
* To modify these typings, edit the source file(s):
* import-cookies-table.html
Expand Down
2 changes: 1 addition & 1 deletion import-data-inspector.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* DO NOT EDIT
*
* This file was automatically generated by
* https://github.com/Polymer/gen-typescript-declarations
* https://github.com/Polymer/tools/tree/master/packages/gen-typescript-declarations
*
* To modify these typings, edit the source file(s):
* import-data-inspector.html
Expand Down
2 changes: 1 addition & 1 deletion import-data-inspector.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
}

paper-button {
color: var(--primary-color);
color: var(--import-panel-action-button, var(--primary-color));
}

.primary-action {
Expand Down
2 changes: 1 addition & 1 deletion import-headers-sets-table.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* DO NOT EDIT
*
* This file was automatically generated by
* https://github.com/Polymer/gen-typescript-declarations
* https://github.com/Polymer/tools/tree/master/packages/gen-typescript-declarations
*
* To modify these typings, edit the source file(s):
* import-headers-sets-table.html
Expand Down
2 changes: 1 addition & 1 deletion import-history-table.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* DO NOT EDIT
*
* This file was automatically generated by
* https://github.com/Polymer/gen-typescript-declarations
* https://github.com/Polymer/tools/tree/master/packages/gen-typescript-declarations
*
* To modify these typings, edit the source file(s):
* import-history-table.html
Expand Down
2 changes: 1 addition & 1 deletion import-panel.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* DO NOT EDIT
*
* This file was automatically generated by
* https://github.com/Polymer/gen-typescript-declarations
* https://github.com/Polymer/tools/tree/master/packages/gen-typescript-declarations
*
* To modify these typings, edit the source file(s):
* import-panel.html
Expand Down
3 changes: 2 additions & 1 deletion import-panel.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
:host {
display: block;
height: inherit;
@apply --arc-font-body1;
@apply --import-panel;
--google-drive-browser-title: {
font-size: 20px;
Expand All @@ -46,7 +47,7 @@
}

paper-button {
color: var(--primary-color);
color: var(--import-panel-action-button, var(--primary-color));
}

.primary-action {
Expand Down
2 changes: 1 addition & 1 deletion import-requests-table.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* DO NOT EDIT
*
* This file was automatically generated by
* https://github.com/Polymer/gen-typescript-declarations
* https://github.com/Polymer/tools/tree/master/packages/gen-typescript-declarations
*
* To modify these typings, edit the source file(s):
* import-requests-table.html
Expand Down
2 changes: 1 addition & 1 deletion import-table-common-styles.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* DO NOT EDIT
*
* This file was automatically generated by
* https://github.com/Polymer/gen-typescript-declarations
* https://github.com/Polymer/tools/tree/master/packages/gen-typescript-declarations
*
* To modify these typings, edit the source file(s):
* import-table-common-styles.html
Expand Down
2 changes: 1 addition & 1 deletion import-table-mixin.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* DO NOT EDIT
*
* This file was automatically generated by
* https://github.com/Polymer/gen-typescript-declarations
* https://github.com/Polymer/tools/tree/master/packages/gen-typescript-declarations
*
* To modify these typings, edit the source file(s):
* import-table-mixin.html
Expand Down
2 changes: 1 addition & 1 deletion import-url-history-table.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* DO NOT EDIT
*
* This file was automatically generated by
* https://github.com/Polymer/gen-typescript-declarations
* https://github.com/Polymer/tools/tree/master/packages/gen-typescript-declarations
*
* To modify these typings, edit the source file(s):
* import-url-history-table.html
Expand Down
2 changes: 1 addition & 1 deletion import-variables-table.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* DO NOT EDIT
*
* This file was automatically generated by
* https://github.com/Polymer/gen-typescript-declarations
* https://github.com/Polymer/tools/tree/master/packages/gen-typescript-declarations
*
* To modify these typings, edit the source file(s):
* import-variables-table.html
Expand Down
2 changes: 1 addition & 1 deletion import-websocket-url-history-table.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* DO NOT EDIT
*
* This file was automatically generated by
* https://github.com/Polymer/gen-typescript-declarations
* https://github.com/Polymer/tools/tree/master/packages/gen-typescript-declarations
*
* To modify these typings, edit the source file(s):
* import-websocket-url-history-table.html
Expand Down
Loading

0 comments on commit d10378c

Please sign in to comment.