Skip to content

Commit c44b9ab

Browse files
committed
fix: use correct cursor when hovering over sidebar items
1 parent 79cff7b commit c44b9ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gui/src/css/style.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1266,7 +1266,7 @@ span.header-sort-icon img {
12661266
height: 27px !important;
12671267
}
12681268
.window-sidebar-item {
1269-
cursor: pointer;
1269+
cursor: pointer !important;
12701270
user-select: none;
12711271
}
12721272
.window-sidebar-item:not(.window-sidebar-title):hover {

0 commit comments

Comments
 (0)