Skip to content

Commit

Permalink
fix(plugins/plugin-client-common): switching table from Table to Time…
Browse files Browse the repository at this point in the history
…line and back to Table does not work

also fixes a minor issue with the Timeline occupancy line. this PR updates the color to match the table-top-border in the other Table views

Fixes #5430
  • Loading branch information
starpit committed Aug 21, 2020
1 parent 17e296a commit dde52d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ export default class Toolbar extends React.PureComponent<Props> {
onClick={() => {
this.props.setAsGrid(false)
this.props.setAsSequence(false)
this.props.setAsTimeline(false)
}}
>
<Icons icon="List" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
padding: 0 0.5rem;
opacity: 1;
border-style: solid;
border-color: var(--color-base-03);
border-color: var(--color-table-border3);
}

.kui--timeline-occupancy-line-label {
Expand Down

0 comments on commit dde52d3

Please sign in to comment.