Skip to content

Commit

Permalink
Lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
cagataycivici committed Nov 1, 2019
1 parent 52d4968 commit 9b0c08f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/views/datatable/DataTableDoc.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1345,7 +1345,7 @@ export default {
</CodeHighlight>

<h3>Row and Cell Styling</h3>
<p>Certain rows or cells can easily be styled based on conditions. Cell styling is implemented with templating whereas row styling utilizes the <i>rowClass</i> property which takes the
<p>Certain rows or cells can easily be styled based on conditions. Cell styling is implemented with templating whereas row styling utilizes the <i>rowClass</i> property which takes the
row data as a parameter and returns the style class as a string.</p>
<CodeHighlight>
<template v-pre>
Expand Down Expand Up @@ -1402,7 +1402,7 @@ export default {

/deep/ .orange-car {
background-color: #344b5f !important;
color: #ffffff !important;
color: #ffffff !important;
}
</CodeHighlight>

Expand Down
4 changes: 2 additions & 2 deletions src/views/datatable/DataTableStyleDemo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export default {

/deep/ .orange-car {
background-color: #344b5f !important;
color: #ffffff !important;
color: #ffffff !important;
}
</CodeHighlight>
</TabPanel>
Expand Down Expand Up @@ -133,6 +133,6 @@ export default {
/deep/ .orange-car {
background-color: #344b5f !important;
color: #ffffff !important;
color: #ffffff !important;
}
</style>

0 comments on commit 9b0c08f

Please sign in to comment.