Skip to content

Commit

Permalink
Fixed striping table row style
Browse files Browse the repository at this point in the history
  • Loading branch information
mdwragg committed Dec 12, 2016
1 parent 7ae3df3 commit 9ee4a15
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 19 deletions.
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
v1.14.22
==================
* Fixed striping table row style

v1.14.21
==================
* added style variables for header row
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "px-data-table",
"version": "1.14.21",
"version": "1.14.22",
"main": [
"px-data-table.html"
],
Expand Down
2 changes: 1 addition & 1 deletion css/aha-table-styles.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/px-data-table-cell-styles.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/px-data-table-demo-styles.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/px-data-table-highlight-styles.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/px-data-table-styles.html

Large diffs are not rendered by default.

11 changes: 0 additions & 11 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -260,16 +260,5 @@ <h1 class="delta">px-data-table</h1>
template.indexPlusOne = indexPlusOne;
});
</script>
<script>
if ('serviceWorker' in navigator) {
navigator.serviceWorker.register('../service-worker.js').then(function(registration) {
// Registration was successful
console.log('ServiceWorker registration successful with scope: ', registration.scope);
}).catch(function(err) {
// registration failed :(
console.log('ServiceWorker registration failed: ', err);
});
}
</script>
</body>
</html>
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "px-data-table",
"author": "General Electric",
"description": "A Px component",
"version": "1.14.21",
"version": "1.14.22",
"extName": null,
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion sass/px-data-table-cell-predix.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ common/abstract rules go in px-data-table-sketch.scss, not in this file.
}

:host(.cell__edit) {
background-color: var(--px-data-table-cell-background-color--edit,$inuit-forms-background) !important;
background-color: var(--px-data-table-cell-background-color--edit,$inuit-forms-background);
border: $inuit-table-border-width double var(--px-data-table-cell-border-color--edit,$primary-blue) !important;
box-shadow: $inuit-forms-border--inner;
& input, textarea {
Expand Down

0 comments on commit 9ee4a15

Please sign in to comment.