Skip to content

Commit

Permalink
fix console ui issues (close #1303) (close #1049) (close #1282) (#1330)
Browse files Browse the repository at this point in the history
Fix and close #1303, #1049 and #1282
  • Loading branch information
surendran82 authored and shahidhk committed Jan 8, 2019
1 parent 4470c34 commit ca5ccd7
Show file tree
Hide file tree
Showing 4 changed files with 63 additions and 2 deletions.
5 changes: 4 additions & 1 deletion console/src/components/ApiExplorer/GraphiQL.css
Original file line number Diff line number Diff line change
Expand Up @@ -1487,7 +1487,10 @@ span.CodeMirror-selectedtext {
-ms-user-select: none;
user-select: none;
}

.doc-explorer-title
{
height: 34px;
}
.graphiql-container .doc-explorer-title,
.graphiql-container .history-title {
-webkit-box-flex: 1;
Expand Down
2 changes: 1 addition & 1 deletion console/src/components/Login/Login.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class Login extends Component {
loginText = 'Error. Try again?';
}

const hasuraLogo = require('./logo.svg');
const hasuraLogo = require('./blue-logo.svg');
const { dispatch } = this.props;
return (
<div className={styles.mainWrapper + ' container-fluid'}>
Expand Down
49 changes: 49 additions & 0 deletions console/src/components/Login/blue-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,15 @@
background-color: #ebf7de;
}

.ReactTable .rt-table .rt-tbody
{
margin-bottom: 10px;
}

.ReactTable .rt-tbody .rt-tr-group:last-child
{
border-bottom: solid 1px rgba(0,0,0,0.05);
}
.ReactTable .rt-table .rt-tbody .rt-tr-group .rt-tr.-even:hover {
background-color: #ebf7de;
}
Expand Down

0 comments on commit ca5ccd7

Please sign in to comment.