hotfix: remove cell-entry-border everywhere

This commit is contained in:
Daniel Muyshond 2022-05-13 09:55:39 +02:00
parent 0c52e1f9ec
commit 0343556405
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ $link-color: $primary-color !default;
$cell-color: inherit !default;
$cell-entry-color: $link-color !default;
$cell-entry-hover-color: white;
$cell-entry-border: 0;
$cell-links-bullet: None !default; //bullets for lists inside cells
$cell-links-bullet-color: $link-color !default;
$cell-title-color: #333333 !default;