Skip to content

Commit 04b02d6

Browse files
author
Scott Mayo
committed
Added missing table row style
1 parent f201b26 commit 04b02d6

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)