glideapps / glide-data-grid

🚀 Glide Data Grid is a no compromise, outrageously react fast data grid with rich rendering, first class accessibility, and full TypeScript support.
https://grid.glideapps.com
MIT License
4.07k stars 301 forks source link

Apply visual fixes to cells #865

Closed lukasmasuch closed 10 months ago

lukasmasuch commented 10 months ago
  1. Fix font color when clicking an item in the dropdown cell menu:

Before:

image

After:

image
  1. Use pointer cursor for dropdown cell menu
  2. Use the defined cell padding for the dropdown cell menu
  3. Fix the measurement of some cells that use static values instead of the defined cell padding.