Merge "Clean up horizon.scss - _tables.scss"

This commit is contained in:
Jenkins 2016-01-25 18:56:15 +00:00 committed by Gerrit Code Review
commit 5772f4a222
2 changed files with 5 additions and 7 deletions

View File

@ -28,8 +28,11 @@
}
}
tr.terminated {
color: $gray-light;
tr {
&.deleted,
&.terminated {
color: $gray-light;
}
}
th.multi_select_column, td.multi_select_column {

View File

@ -114,11 +114,6 @@ a.current_item:hover h4 {
}
}
/* Tables */
tr.deleted {
color: #999999;
}
#main_content {
min-width: $main-content-min-width;
}