.transactionTable { tbody tr { cursor: pointer; } td { .date { white-space: nowrap; } .amount { font-family: monospace; } } .disabled td { color: var(--bulma-text-light); } }