mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-20 20:00:36 +03:00
Customizable table group seperator colors
This commit is contained in:
+1
-1
@@ -41,7 +41,7 @@
|
||||
// Highlight border color between thead, tbody and tfoot.
|
||||
// stylelint-disable-next-line selector-max-universal
|
||||
> :not(:last-child) > :last-child > * {
|
||||
border-bottom-color: currentColor;
|
||||
border-bottom-color: $table-group-seperator-color;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user