Skip to content

Commit

Permalink
Show borders on action column
Browse files Browse the repository at this point in the history
Previously, the action icons were shown clearly outside the table row
they belonged to. I suspect this is just because it looked bad.

With the new table design, I believe it looks better to group the
actions under the same row separator as the rest of the row, and it
makes it more obvious what it is operating on.

This also right-aligns the action cells.
  • Loading branch information
jhawthorn committed Aug 17, 2017
1 parent 1a82b1b commit 14f017e
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 14f017e

Please sign in to comment.