mirror of
https://github.com/vuejs/vue.git
synced 2024-11-21 20:28:54 +00:00
CSS fixes for "Grid" example (#2753)
This commit is contained in:
parent
6f06f1b724
commit
60ec66be68
@ -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 {
|
||||
@ -55,4 +56,4 @@ th.active .arrow {
|
||||
border-left: 4px solid transparent;
|
||||
border-right: 4px solid transparent;
|
||||
border-top: 4px solid #fff;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user