Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Sep 3, 2022. It is now read-only.

Commit 3f6ee16

Browse files
committed
Improvise the Fix for Cursor Pointer
1 parent 9729d82 commit 3f6ee16

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

sources/web/datalab/static/appbar.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</head>
66
<body>
77
<span id="logo" class="nav navbar-brand pull-left">
8-
<a id="homeLink"><img id="logoImg" alt="Google Cloud DataLab" style="display:none; cursor: pointer;" /></a>
8+
<a id="homeLink"><img id="logoImg" alt="Google Cloud DataLab" style="display:none;" /></a>
99
</span>
1010
<span id="save_widget" class="pull-left save_widget">
1111
<label class="toolbar-btn rename" title="Rename notebook">

sources/web/datalab/static/datalab.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,7 @@ i.material-icons {
279279
vertical-align: middle;
280280
line-height: 48px;
281281
padding: 0px;
282+
cursor: pointer;
282283
}
283284

284285
/* List page */

0 commit comments

Comments
 (0)