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
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}`;
}
});