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:
parent
7f26953b89
commit
1617493a9d
@ -28,8 +28,11 @@
|
||||
}
|
||||
}
|
||||
|
||||
tr.terminated {
|
||||
color: $gray-light;
|
||||
tr {
|
||||
&.deleted,
|
||||
&.terminated {
|
||||
color: $gray-light;
|
||||
}
|
||||
}
|
||||
|
||||
th.multi_select_column, td.multi_select_column {
|
||||
|
@ -112,11 +112,6 @@ a.current_item:hover h4 {
|
||||
}
|
||||
}
|
||||
|
||||
/* Tables */
|
||||
tr.deleted {
|
||||
color: #999999;
|
||||
}
|
||||
|
||||
#main_content {
|
||||
min-width: $main-content-min-width;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user