Skip to content

Commit a97dfb4

Browse files
Merge pull request twbs#207 from toxaq/master
Added missing warning style for table row highlighting
2 parents a02b6b1 + 04b02d6 commit a97dfb4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

vendor/assets/stylesheets/bootstrap/_tables.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,4 +201,7 @@ table {
201201
tbody tr.info td {
202202
background-color: $infoBackground;
203203
}
204+
tbody tr.warning td {
205+
background-color: $warningBackground;
206+
}
204207
}

0 commit comments

Comments
 (0)