mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-26 14:54:27 +02:00
Rename -bg-inverse to -inverse-bg; add -inverse-color (#21371)
This commit is contained in:
@@ -105,8 +105,8 @@
|
||||
|
||||
.thead-inverse {
|
||||
th {
|
||||
color: #fff;
|
||||
background-color: $table-bg-inverse;
|
||||
color: $table-inverse-color;
|
||||
background-color: $table-inverse-bg;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -118,8 +118,8 @@
|
||||
}
|
||||
|
||||
.table-inverse {
|
||||
color: $body-bg;
|
||||
background-color: $table-bg-inverse;
|
||||
color: $table-inverse-color;
|
||||
background-color: $table-inverse-bg;
|
||||
|
||||
th,
|
||||
td,
|
||||
|
Reference in New Issue
Block a user