mirror of
https://github.com/twbs/bootstrap.git
synced 2025-03-27 15:22:07 +01:00
Fixed when .table-*
was used on td/th directly
All checks were successful
BrowserStack / browserstack (push) Has been skipped
All checks were successful
BrowserStack / browserstack (push) Has been skipped
This commit is contained in:
parent
4f3b59dbac
commit
51e1a29a51
@ -1,6 +1,7 @@
|
||||
// scss-docs-start table-variant
|
||||
@mixin table-variant($state, $background) {
|
||||
.table-#{$state} {
|
||||
.table-#{$state},
|
||||
.table .table-#{$state} {
|
||||
$color: color-contrast(opaque($body-bg, $background));
|
||||
$hover-bg: mix($color, $background, percentage($table-hover-bg-factor));
|
||||
$striped-bg: mix($color, $background, percentage($table-striped-bg-factor));
|
||||
|
Loading…
x
Reference in New Issue
Block a user