A change to the Pager bar to set the mouse pointer to pointer

Currently the mouse pointer shows the Selector icon when hoovered over the page number buttons. This is an update changing the icon to the Pointer icon.

Updated the CSS class name to 'app-pager-pointer' in app.css and the Component.
This commit is contained in:
Leigh Pointer
2023-01-03 14:24:17 +01:00
parent 39dc288f9c
commit f8cfdacc26
2 changed files with 17 additions and 17 deletions

View File

@ -217,6 +217,6 @@ app {
/* Oqtane Conrol Styles */
/* Pager */
.page-pointer {
.app-pager-pointer {
cursor: pointer;
}