mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-20 11:48:31 -06:00
Fix mouse cursor on dashboard quick links. Fixes #1163
This commit is contained in:
parent
129ca87937
commit
4398d1d869
@ -10,6 +10,10 @@
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.dashboard-link a {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
.dashboard-icon {
|
.dashboard-icon {
|
||||||
color: black;
|
color: black;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user