You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example, the "Filter results" modal dialog doesn't display any close icon in the top right hand corner. There's still a UI element there and you can click it, just no icon to show that there's something to click.
Suggestion: Change the <i class="icon-remove-sign"> icon class to <i class="fa fa-times-circle">.
There may be other modals that suffer the same issue - so worth a find/replace for "icon-remove-sign" across the whole code base.
UAT
PROD
The text was updated successfully, but these errors were encountered:
It wasn't organisations specifically, but more the contents of the whole filter sidebar. Also it was a responsive design issue - so you'll have to use your browser's dev tools to see it.
https://uat.landgate.links.com.au/dataset
Responsive design issue on mobile devices.
For example, the "Filter results" modal dialog doesn't display any close icon in the top right hand corner. There's still a UI element there and you can click it, just no icon to show that there's something to click.
Suggestion: Change the
<i class="icon-remove-sign">
icon class to<i class="fa fa-times-circle">
.There may be other modals that suffer the same issue - so worth a find/replace for "icon-remove-sign" across the whole code base.
UAT
PROD
The text was updated successfully, but these errors were encountered: