Skip to content

Commit

Permalink
Remove gridlines in Available Views view
Browse files Browse the repository at this point in the history
The gridlines are not needed because there are visual effects like
mouse pointer and background change when hovering over a line, which
provide visual clues for the user.

Signed-off-by: Bernd Hufmann <[email protected]>
  • Loading branch information
bhufmann committed Nov 13, 2024
1 parent 385b5c8 commit c698777
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,7 @@ canvas {
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
border: 0px;
}

.avail-views-table tr {
Expand Down

0 comments on commit c698777

Please sign in to comment.