Skip to content

Commit

Permalink
fix(Table): lock columns with hasBorder false, close #1471
Browse files Browse the repository at this point in the history
  • Loading branch information
youluna committed Dec 30, 2019
1 parent f765ace commit 361d0a5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/table/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -296,10 +296,6 @@
#{$table-prefix}-lock-right {
right: 0;
left: auto;
table tr td:first-child,
table tr th:first-child {
border-left-width: 1px;
}
&.shadow {
box-shadow: -2px 0 3px rgba(0, 0, 0, .12);
}
Expand Down

0 comments on commit 361d0a5

Please sign in to comment.