Merge "Clean up horizon.scss - _tables.scss"
This commit is contained in:
commit
5772f4a222
@ -28,8 +28,11 @@
|
||||
}
|
||||
}
|
||||
|
||||
tr.terminated {
|
||||
color: $gray-light;
|
||||
tr {
|
||||
&.deleted,
|
||||
&.terminated {
|
||||
color: $gray-light;
|
||||
}
|
||||
}
|
||||
|
||||
th.multi_select_column, td.multi_select_column {
|
||||
|
@ -114,11 +114,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