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:
Grace Guo
2020-07-15 14:05:30 -07:00
committed by GitHub
parent a94744b984
commit 2f147cfedc
3 changed files with 13 additions and 14 deletions

View File

@@ -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 {