Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
Update repeater actions column with color variables
Browse files Browse the repository at this point in the history
  • Loading branch information
interactivellama committed Jun 29, 2015
1 parent 2b0bfba commit 69e5709
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions less/repeater-list.less
Original file line number Diff line number Diff line change
Expand Up @@ -246,14 +246,14 @@
word-wrap: break-word;

&.table-actions {
border-left: 1px solid #ddd;
border-left: 1px solid @gray87;
z-index: 2;
border-collapse: collapse;
table-layout: fixed;
float: right;
tr {
border-left: 1px solid #ddd;
background: #ffffff;
border-left: 1px solid @gray87;
background: @true-white;
&.empty-heading {
background: transparent;
border-left: 1px solid transparent;
Expand All @@ -269,11 +269,11 @@
padding-bottom: 6px;
}
th {
border-bottom: 1px solid #ddd;
border-bottom: 1px solid @gray87;
padding-bottom: 8px;
.repeater-list-heading {
padding: 8px 0 7px;
border-left: 1px solid #F9F9F9;
border-left: 1px solid @gray98;
margin-left: -1px;
width: 100%;
}
Expand Down Expand Up @@ -326,11 +326,11 @@
.actions-column-wrapper {
table {
&.table-actions {
background-color: #ffffff;
background-color: @true-white;
tr {
background-color: transparent;
&.empty-heading {
border-left: 1px solid #F9F9F9;
border-left: 1px solid @gray98;
}
th {
padding-bottom: 8px;
Expand Down

0 comments on commit 69e5709

Please sign in to comment.