Skip to content

Commit 2fce7bb

Browse files
add cursor:pointer to hover on notification
1 parent 3d2597c commit 2fce7bb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: app/styles/_notifications.less

+4
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,7 @@
99
font-size: 0.7em;
1010
background-color: #a30000; // @pf-red-200;
1111
}
12+
13+
.drawer-pf-notification:hover {
14+
cursor: pointer;
15+
}

0 commit comments

Comments
 (0)