Well, done. I have been trying to figure a way to do this. Borders around cells can get little tricky as they will affect the layout. For me it worked better to use box-shadow to simulate border as it would not affect the layout. I tried using outline for single color, but that had issues too. The border and outline width cannot be counted on to stay as set on mobile at different zoom levels :-(
Thanks!
Using box-shadow for border is a smart solution! Good idea!
Well, done. I have been trying to figure a way to do this. Borders around cells can get little tricky as they will affect the layout. For me it worked better to use box-shadow to simulate border as it would not affect the layout. I tried using outline for single color, but that had issues too. The border and outline width cannot be counted on to stay as set on mobile at different zoom levels :-(