mirror of
https://github.com/apache/superset.git
synced 2026-04-20 08:34:37 +00:00
[sql-lab] ui polish (#1079)
* we don't need tooltips on accordion menu, known ui pattern * use consistent type sizes, bump body type down to 14px * make editor same height as 3 selects * table meta data accordion menu - prevent default on accordion clicks - always show table actions, they are more discoverable like that - polish spacing/layout * remove hover effect on table actions
This commit is contained in:
@@ -141,15 +141,12 @@ div.Workspace {
|
||||
max-height: 600px;
|
||||
box-shadow: rgba(0, 0, 0, 0.8) 5px 5px 25px
|
||||
}
|
||||
.SqlLab {
|
||||
font-size: 12px;
|
||||
}
|
||||
.SqlLab pre {
|
||||
padding: 0px !important;
|
||||
margin: 0px;
|
||||
border: none;
|
||||
font-size: 11px;
|
||||
line-height: 125%;
|
||||
font-size: 12px;
|
||||
line-height: @line-height-base;
|
||||
background-color: transparent !important;
|
||||
}
|
||||
|
||||
@@ -238,14 +235,6 @@ div.tablePopover:hover {
|
||||
.ace_content {
|
||||
background-color: #f4f4f4;
|
||||
}
|
||||
.ws-el > .ws-el-controls {
|
||||
opacity: 0;
|
||||
transition: visibility 0s, opacity 0.3s linear;
|
||||
}
|
||||
.ws-el:hover > .ws-el-controls {
|
||||
opacity: 1;
|
||||
transition: visibility 0s, opacity 0.3s linear;
|
||||
}
|
||||
|
||||
.SouthPane .tab-content {
|
||||
padding-top: 10px;
|
||||
|
||||
Reference in New Issue
Block a user