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

adds border color to tables globally.

parent dd60590a
......@@ -38,7 +38,7 @@ table {
td {
border-color: $table-border-color;
border-bottom: 1px solid;
border-bottom: 1px solid $border-color;
}
}
}
......
......@@ -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;
}
......
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