mirror of
https://github.com/apache/superset.git
synced 2026-04-20 00:24:38 +00:00
fix(sqllab): remove duplicate selector in style file (#7126)
This commit is contained in:
committed by
Krist Wongsuphasawat
parent
03752af4e8
commit
efede0af91
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user