Skip to content

Commit

Permalink
Merge pull request jspreadsheet#505 from rozwell/patch-3
Browse files Browse the repository at this point in the history
Fixed invalid CSS comments
  • Loading branch information
pphod authored Aug 2, 2019
2 parents d984695 + 8338562 commit 45d33b7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions dist/jexcel.css
Original file line number Diff line number Diff line change
Expand Up @@ -266,21 +266,21 @@
}

.jexcel .highlight-top {
border-top:1px solid #000; // var(--jexcel-border-color);
border-top:1px solid #000; /* var(--jexcel-border-color);*/
box-shadow: 0px -1px #ccc;
}

.jexcel .highlight-left {
border-left:1px solid #000; // var(--jexcel-border-color);
border-left:1px solid #000; /* var(--jexcel-border-color);*/
box-shadow: -1px 0px #ccc;
}

.jexcel .highlight-right {
border-right:1px solid #000; // var(--jexcel-border-color);
border-right:1px solid #000; /* var(--jexcel-border-color);*/
}

.jexcel .highlight-bottom {
border-bottom:1px solid #000; // var(--jexcel-border-color);
border-bottom:1px solid #000; /* var(--jexcel-border-color);*/
}

.jexcel .highlight-top.highlight-left {
Expand Down Expand Up @@ -675,4 +675,4 @@
{
background-position: 50% 50%
}
}*/
}*/

0 comments on commit 45d33b7

Please sign in to comment.