Skip to content
Snippets Groups Projects
Commit ff788c20 authored by Mohammed Shekha's avatar Mohammed Shekha
Browse files

[FIX] web: increase pager hitbox area


Since wowl framework is merged pager hitbox area is reduced and harder
to hit, with this commit we increase pager hitbox area.

task-2610578

closes odoo/odoo#74904

Signed-off-by: default avatarFrancoisGe <fge@odoo.com>
parent 86edaaf0
No related branches found
No related tags found
No related merge requests found
......@@ -314,7 +314,7 @@
<span class="btn-group" aria-atomic="true">
<!-- accesskeys not wanted in X2Many widgets -->
<button type="button"
class="fa fa-chevron-left btn btn-secondary o_pager_previous px-2 rounded-left"
class="fa fa-chevron-left btn btn-secondary o_pager_previous rounded-left"
t-att-disabled="state.disabled || singlePage"
t-att-accesskey="props.withAccessKey ? 'p' : false"
aria-label="Previous page"
......@@ -323,7 +323,7 @@
t-on-click="_changeSelection(-1)"
/>
<button type="button"
class="fa fa-chevron-right btn btn-secondary o_pager_next px-2 rounded-right"
class="fa fa-chevron-right btn btn-secondary o_pager_next rounded-right"
t-att-disabled="state.disabled || singlePage"
t-att-accesskey="props.withAccessKey ? 'n' : false"
aria-label="Next page"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment