fix(sqllab): remove duplicate selector in style file (#7126)

This commit is contained in:
rasmi-ranjan-guavus
2019-04-02 01:03:23 +05:30
committed by Krist Wongsuphasawat
parent 03752af4e8
commit efede0af91

View File

@@ -295,23 +295,25 @@ div.Workspace {
.popover{
max-width:400px;
}
.Select-menu-outer {
z-index: 1000;
}
.table-label {
margin-top: 5px;
margin-right: 10px;
float: left;
}
div.tablePopover {
opacity: 0.7 !important;
}
div.tablePopover:hover {
opacity: 1 !important;
}
.ResultSetControls {
padding: 8px 0;
}
.ace_editor {
border: 1px solid #ccc;
}
@@ -319,10 +321,13 @@ div.tablePopover:hover {
.Select-menu-outer {
min-width: 100%;
width: inherit;
z-index: 1000;
}
.Select-clear {
margin-top: -2px;
}
.Select-arrow {
margin-top: 5px;
}