Skip to content
Snippets Groups Projects
Commit 72d56c89 authored by Timofej Paramonov Bliki's avatar Timofej Paramonov Bliki :heart:
Browse files

Merge branch 'notebook-table' into 'main'

Cursor pointer added to cells & backdrop

See merge request !16
parents 6afa8b2f c12edd5b
No related branches found
No related tags found
1 merge request!16Cursor pointer added to cells & backdrop
Pipeline #436262 passed
......@@ -57,6 +57,7 @@
top: 0;
right: 0;
display: none;
cursor: pointer;
}
.retrievable {
display: none;
......@@ -85,6 +86,7 @@
this.cell.style.backgroundColor = '#ff424bff';
this.cell.style.color = '#ffffff';
this.cell.style.border = '1px solid black';
this.cell.style.cursor = 'pointer';
}
hoverOnColour() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment