Fix border color.
Uses `$border-color`
This commit is contained in:
parent
2b98b7faa1
commit
dd60590a3c
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@
|
|||
tr {
|
||||
> td, > th {
|
||||
line-height: 26px;
|
||||
border-bottom: 1px solid $border-color;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
|
|
Loading…
Reference in a new issue