UX: Remove 2px border from some select-kit buttons (#12016)

This commit is contained in:
Kris 2021-02-09 00:35:10 -05:00 committed by GitHub
parent 45403e57b6
commit fcdf7ef019
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View File

@ -13,6 +13,7 @@ export default SelectedNameComponent.extend({
el = document.querySelector(`[data-value="${color}"]`);
if (el) {
el.style.borderBottom = "2px solid transparent";
el.style.borderBottomColor = `#${color}`;
}
});

View File

@ -71,7 +71,6 @@
color: inherit;
display: flex;
outline: none;
border-bottom: 2px solid transparent;
.d-icon + .name {
margin-left: 0.5em;