* Added negative margins to the cell content when the row is focused
* Removed padding/line-height changes from all core themes that previously handled the focus state offset change
svn changeset:18925/svn branch:6.6
border-top: 1px dotted #0066bd;
border-bottom: 1px dotted #0066bd;
}
+.v-table-focus .v-table-cell-wrapper {
+ margin-top: -1px;
+ margin-bottom: -1px;
+}
/* row in column selector */\r
.v-on {
\r
padding-bottom: 3px;
}
-.v-table-focus .v-table-cell-wrapper {
- padding-top: 2px;
- padding-bottom: 2px;
-}
-
.v-table-cell-content {
border-right: 1px solid #999;
padding: 0 6px;
.v-table .v-selected .v-table-cell-content {
border-right-color: #466c90;
}
-.v-table-focus .v-table-cell-wrapper {
- padding-top: 2px;
- padding-bottom: 2px;
-}
.v-table-column-selector {
width: 16px;
height: 20px;
/* Do not specify horizontal padding here */
padding: 3px 0 0 0;
}
-.v-table-focus .v-table-cell-wrapper {
- line-height: 21px;
-}
/* Fix textfield size to correspond label size inside table */
.v-table-cell-content .v-textfield,
.v-table-cell-content .v-button {