Skip to content

Commit

Permalink
The table shouldn't have a border
Browse files Browse the repository at this point in the history
See #13
  • Loading branch information
abjerner committed Nov 7, 2018
1 parent 98ecc6d commit c937593
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,9 @@
.SkybrudImagePicker .SkybrudImagePickerList .subpart + .subpart {
margin-top: 10px;
}
.SkybrudImagePicker .SkybrudImagePickerList > .table {
border: 0;
}
.SkybrudImagePicker .subpart .title {
font-weight: bold;
border-bottom: 1px solid #d9d9d9;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,11 @@
.subpart + .subpart {
margin-top: 10px;
}

& > .table {
border: 0;
}

}

.subpart {
Expand Down Expand Up @@ -184,7 +189,6 @@
}

.image {

position: relative;

.actions {
Expand Down Expand Up @@ -225,8 +229,7 @@
visibility: visible;
opacity: 1;
}

}
}

.single-tile {
.image {
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c937593

Please sign in to comment.