mirror of
https://github.com/discourse/discourse.git
synced 2026-08-07 11:45:21 -05:00
UX: Remove 2px border from some select-kit buttons (#12016)
This commit is contained in:
@@ -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}`;
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user