Clean up horizon.scss - _tables.scss

A major part of the css reorg is a better organization of the css
styles themselves. horizon.scss should be a global import level file.

Move remaining tables classes out of horizon.scss

Change-Id: I1d2b44eeaf365046b1265092f7819dc6c113cdb2
Partially-Implements: blueprint horizon-theme-css-reorg
This commit is contained in:
Diana Whitten 2015-12-22 10:18:59 -07:00
parent 7f26953b89
commit 1617493a9d
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

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