Commit 2cc20853 authored by Jacob Schatz's avatar Jacob Schatz

adds border color to tables globally.

parent dd60590a
...@@ -38,7 +38,7 @@ table { ...@@ -38,7 +38,7 @@ table {
td { td {
border-color: $table-border-color; border-color: $table-border-color;
border-bottom: 1px solid; border-bottom: 1px solid $border-color;
} }
} }
} }
......
...@@ -17,14 +17,11 @@ ...@@ -17,14 +17,11 @@
tr { tr {
> td, > th { > td, > th {
line-height: 26px; line-height: 26px;
border-bottom: 1px solid $border-color;
} }
&:hover { &:hover {
td { td {
background: $hover; background: $hover;
border-top: 1px solid #ADF;
border-bottom: 1px solid #ADF;
} }
cursor: pointer; cursor: pointer;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment