In every view I create using this theme, if I want the results displayed as a grid, a thick grey line is displayed between rows of output. Is there a simple way to get rid of this? It doesn't seem to happen in other themes, but I'd prefer not to change.

Screen shot of an example attached.

Thanks.

Comments

explorerinruins created an issue. See original summary.

lokeshsahu’s picture

Assigned: Unassigned » lokeshsahu
lokeshsahu’s picture

Assigned: lokeshsahu » Unassigned
Status: Active » Needs review
StatusFileSize
new466 bytes

I have created a patch for the above issue, please review and let me know if its working.

gauravvvv’s picture

Status: Needs review » Needs work

@lokeshsahu, Please don't comment the code to fix the issue. Add border: 0; or any other possible solution.

-  border-bottom: 5px solid #888;
+  //border-bottom: 5px solid #888;
+/*Remove the thick grey line under grid view*/
tarun chauhan’s picture

Status: Needs work » Needs review
StatusFileSize
new330 bytes
new681.92 KB
tarun chauhan’s picture

StatusFileSize
new296 bytes

gauravvvv’s picture

Thank you for working on this issue.
committed d8d6963 on 8.x-1.x

gauravvvv’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.