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

This commit is contained in:
Kris
2021-02-09 16:35:10 +11:00
committed by GitHub
parent 45403e57b6
commit fcdf7ef019
2 changed files with 1 additions and 1 deletions
@@ -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}`;
}
});
@@ -71,7 +71,6 @@
color: inherit;
display: flex;
outline: none;
border-bottom: 2px solid transparent;
.d-icon + .name {
margin-left: 0.5em;