mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-14 18:42:30 +03:00
Remove .info from table rows
This commit is contained in:
@@ -201,9 +201,6 @@ table th[class*="span"] {
|
||||
&.warning > td {
|
||||
background-color: @state-warning-background;
|
||||
}
|
||||
&.info > td {
|
||||
background-color: @state-info-background;
|
||||
}
|
||||
}
|
||||
|
||||
// Hover states for .table-hover
|
||||
@@ -217,7 +214,4 @@ table th[class*="span"] {
|
||||
&.warning:hover > td {
|
||||
background-color: darken(@state-warning-background, 5%);
|
||||
}
|
||||
&.info:hover > td {
|
||||
background-color: darken(@state-info-background, 5%);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user