adds border color to tables globally.

This commit is contained in:
Jacob Schatz 2016-01-26 14:40:52 -05:00
parent dd60590a3c
commit 2cc20853c9
2 changed files with 1 additions and 4 deletions

View file

@ -38,7 +38,7 @@ table {
td {
border-color: $table-border-color;
border-bottom: 1px solid;
border-bottom: 1px solid $border-color;
}
}
}

View file

@ -17,14 +17,11 @@
tr {
> td, > th {
line-height: 26px;
border-bottom: 1px solid $border-color;
}
&:hover {
td {
background: $hover;
border-top: 1px solid #ADF;
border-bottom: 1px solid #ADF;
}
cursor: pointer;
}