Skip to content

Commit 66c9313

Browse files
committed
Grid Editing: Set background color for cell selection instead of border
1 parent cca60e7 commit 66c9313

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grid-editing/grid.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
142142
});
143143
</script>
144144
<style>
145-
.navigator-active { border: 2px solid blue; }
145+
.navigator-active { background: rgba(0,0,255,0.1); }
146146
</style>
147147
</head>
148148
<body>

0 commit comments

Comments
 (0)