ui: change cursor to default to prevent user confusion (#2785)

When a regular user navigates to the Dashboard screen and hovers over the 'Latest events' entries, the mouse cursor changes to a hand pointer, but it cannot select any of these entries.

Expected Behaviour:
When a user navigates to the Dashboard screen and hovers over the 'Latest events' entries, the mouse cursor must not change to a hand pointer. This will allow the user to make the correct interpretation that the 'Latest events' entries are not selectable.

Actual Behaviour:
When a user navigates to the Dashboard screen and hovers over the 'Latest events' entries, the mouse cursor changes to a hand pointer. This causes a user to incorrectly interpret that the entries are selectable.

To Reproduce:
Log in to the Cloudstack UI as a regular User.
On the Dashboard screen, hover the mouse over the 'Latest events' entries, the cursor changes to a hand pointer. Confirm that the entries cannot be selected.
This commit is contained in:
ernjvr 2018-08-08 08:38:43 +02:00 committed by Rohit Yadav
parent d8b3a90962
commit f20d3a4183
1 changed files with 1 additions and 1 deletions

View File

@ -4987,7 +4987,7 @@ textarea {
.dashboard.user .status-lists ul li.events .content li {
width: 97%;
cursor: pointer;
cursor: default;
margin: 6px 11px 0 0;
font-size: 11px;
padding: 13px 0 12px 16px;