refactor: Replace react-bootstrap tabs with Antd tabs in SqlLab (#11212)

* Create styled Antd Tabs and Dropdown

* Replace Tabs in SqlLab
This commit is contained in:
Kamil Gabryjelski
2020-10-10 08:11:25 +02:00
committed by GitHub
parent cb3f649a7f
commit b071344531
8 changed files with 345 additions and 162 deletions

View File

@@ -46,12 +46,12 @@ body {
height: 100%;
}
.tab-content {
.ant-tabs-content {
height: 100%;
position: relative;
background-color: @lightest;
> .tab-pane {
> .ant-tabs-tabpane {
position: absolute;
top: 0;
right: 0;
@@ -504,7 +504,7 @@ a.Link {
flex-direction: column;
}
.tab-pane {
.ant-tabs-tabpane {
overflow-y: auto; // scroll the query history pane
}
}