adjective

37 of 76
Bad / Small

petty - Of little importance; trivial

The voters were angry over politicians fighting over petty matters instead of the big issues facing the country.

// Auto-focus search input when modal opens var searchModal = document.getElementById('searchModal'); if (searchModal) { searchModal.addEventListener('shown.bs.modal', function () { var inp = searchModal.querySelector('input[name=search]'); if (inp) inp.focus(); }); }