mirror of
https://github.com/apache/superset.git
synced 2026-04-12 04:37:49 +00:00
[explore] DatasourceControl to pick datasource in modal (#3210)
* [explore] DatasourceControl to pick datasource in modal Makes it easier to change datasource, also makes it such that the list of all datasources doesn't need to be loaded upfront. * Adding more metadata
This commit is contained in:
committed by
GitHub
parent
48821b5101
commit
62fcdf2a92
@@ -11,7 +11,7 @@ import App from './components/App';
|
||||
import { appSetup } from '../common';
|
||||
|
||||
import './main.css';
|
||||
import './reactable-pagination.css';
|
||||
import '../../stylesheets/reactable-pagination.css';
|
||||
import '../components/FilterableTable/FilterableTableStyles.css';
|
||||
|
||||
appSetup();
|
||||
|
||||
@@ -1,40 +0,0 @@
|
||||
.reactable-pagination td {
|
||||
padding: 15px 0 0 0!important;
|
||||
}
|
||||
.reactable-pagination a:focus {
|
||||
text-decoration: none;
|
||||
color: #555555;
|
||||
outline: 1;
|
||||
}
|
||||
.reactable-page-button,
|
||||
.reactable-next-page,
|
||||
.reactable-previous-page {
|
||||
background: #fff;
|
||||
border-radius: 2px;
|
||||
border: 1px solid #b3b3b3;
|
||||
color: #555555;
|
||||
display: inline-block;
|
||||
font-size: 12px;
|
||||
line-height: 1.5;
|
||||
margin-right: 5px;
|
||||
padding: 5px 10px;
|
||||
text-align: center;
|
||||
text-decoration: none;
|
||||
vertical-align: middle;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.reactable-current-page {
|
||||
border: 1px solid #b3b3b3;
|
||||
color: #555555;
|
||||
font-weight: bold;
|
||||
pointer-events: none;
|
||||
opacity: 0.65;
|
||||
}
|
||||
.reactable-page-button:hover,
|
||||
.reactable-next-page:hover,
|
||||
.reactable-previous-page:hover {
|
||||
background-color: #efefef;
|
||||
border-color: #949494;
|
||||
color: #555555;
|
||||
text-decoration: none;
|
||||
}
|
||||
Reference in New Issue
Block a user