mirror of
https://github.com/apache/superset.git
synced 2026-04-22 01:24:43 +00:00
fix: add additional ui tweaks (#10275)
* fix: add additional ui tweaks * use fa fa-close class for x icon * use new svg icons
This commit is contained in:
@@ -177,11 +177,9 @@ div.Workspace {
|
||||
|
||||
display: inline-block;
|
||||
background-color: @gray-light;
|
||||
line-height: 8px; // set specifically for closing 'x'
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
font-size: @font-size-m;
|
||||
margin-top: -3px;
|
||||
font-weight: @font-weight-bold;
|
||||
}
|
||||
|
||||
@@ -259,6 +257,10 @@ div.Workspace {
|
||||
&:active {
|
||||
background: none;
|
||||
}
|
||||
|
||||
svg {
|
||||
vertical-align: middle;
|
||||
}
|
||||
}
|
||||
|
||||
.dropdown.btn-group.btn-group-sm {
|
||||
@@ -303,14 +305,6 @@ div.Workspace {
|
||||
.dropdown-toggle {
|
||||
padding-top: 2px;
|
||||
}
|
||||
|
||||
.close {
|
||||
opacity: 1;
|
||||
color: @almost-black;
|
||||
position: relative;
|
||||
top: -2px;
|
||||
right: -4px;
|
||||
}
|
||||
}
|
||||
|
||||
.SqlEditor {
|
||||
|
||||
Reference in New Issue
Block a user