Skip to content

Commit

Permalink
fix(data-table): update border styles, align checkboxes (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
tw15egan authored and hellobrian committed May 2, 2017
1 parent e631f5c commit f6209d0
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions src/components/data-table/_data-table.scss
Original file line number Diff line number Diff line change
Expand Up @@ -109,11 +109,11 @@
border: 1px solid transparent;

&:first-child:hover {
border: 1px solid $brand-02;
border-left: 2px solid $brand-02;
outline: 1px solid $brand-02;
}

&:not(:first-child):hover {
border: 1px solid $brand-02;
border-left: 2px solid $brand-02;
outline: 1px solid $brand-02;
}
Expand Down Expand Up @@ -148,6 +148,10 @@
height: 12px;
margin-left: rem(7px);
margin-right: rem(2px);

@media all and (min--moz-device-pixel-ratio:0) and (min-resolution: 3e1dpcm) {
margin-top: 2px;
}
}

.bx--table-expand[data-previous-value='collapsed'] .bx--table-expand__svg {
Expand Down Expand Up @@ -182,6 +186,10 @@
.bx--checkbox-label {
display: inline-flex;
margin: 0;

@media all and (min--moz-device-pixel-ratio:0) and (min-resolution: 3e1dpcm) {
margin-top: 2px;
}
}

.bx--checkbox-appearance {
Expand Down

0 comments on commit f6209d0

Please sign in to comment.