Skip to content

Commit

Permalink
CSS fixes for "Grid" example (vuejs#2753)
Browse files Browse the repository at this point in the history
  • Loading branch information
phanan authored and yyx990803 committed Apr 29, 2016
1 parent 6f06f1b commit 60ec66b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions examples/grid/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ th {
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-user-select: none;
-ms-user-select: none;
user-select: none;
}

td {
Expand Down Expand Up @@ -55,4 +56,4 @@ th.active .arrow {
border-left: 4px solid transparent;
border-right: 4px solid transparent;
border-top: 4px solid #fff;
}
}

0 comments on commit 60ec66b

Please sign in to comment.