Skip to content

Commit

Permalink
Merge pull request #2143 from tvdeyen/remove-image-border
Browse files Browse the repository at this point in the history
Remove the border from images in tables
  • Loading branch information
jhawthorn authored Aug 16, 2017
2 parents 28fda1d + cdff8a8 commit f59aabc
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions backend/app/assets/stylesheets/spree/backend/shared/_tables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ table {
vertical-align: middle;
text-overflow: ellipsis;

img {
border: 1px solid transparent;
}

&:first-child {
border-left: 1px solid $color-border;
}
Expand Down Expand Up @@ -144,18 +140,10 @@ table {
}
&.even td {
background-color: $color-tbl-even;

img {
border: 1px solid very-light($color-3, 6);
}
}

&:hover td {
background-color: very-light($color-3, 5);

img {
border: 1px solid $color-border;
}
}

&.deleted td {
Expand Down

0 comments on commit f59aabc

Please sign in to comment.