Skip to content

Commit

Permalink
Merge pull request #2165 from jhawthorn/admin-new-tables-actions
Browse files Browse the repository at this point in the history
Show table borders on action columns
  • Loading branch information
tvdeyen authored Aug 18, 2017
2 parents 2080515 + 14f017e commit 4c37c82
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ table tbody tr {
}

td.actions {
background-color: transparent !important;

button {
cursor: pointer;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@ table {
}

&.actions {
background-color: transparent;
border: none !important;
text-align: left;
text-align: right;
padding-left: 1.25rem;

span.text {
Expand Down

0 comments on commit 4c37c82

Please sign in to comment.