Skip to content

Commit c698777

Browse files
committed
Remove gridlines in Available Views view
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 <bernd.hufmann@ericsson.com>
1 parent 385b5c8 commit c698777

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/react-components/style/output-components-style.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,7 @@ canvas {
267267
text-overflow: ellipsis;
268268
overflow: hidden;
269269
white-space: nowrap;
270+
border: 0px;
270271
}
271272

272273
.avail-views-table tr {

0 commit comments

Comments
 (0)