Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Framework/BootstrapFramework.php
Original file line number Diff line number Diff line change
Expand Up @@ -788,7 +788,7 @@ protected function pagination(): array
'pagination' => 'flex list-none pl-0 rounded-sm',
'pagination-lg' => 'text-xl',
'pagination-sm' => 'text-sm',
'page-link' => 'relative block py-2 px-3 -ml-px leading-none text-blue bg-white border border-gray-200 no-underline hover:text-blue-800 hover:bg-gray-200',
'page-link' => 'relative block py-2 px-3 -ml-px leading-none text-blue bg-white border border-gray-200 no-underline hover:not-focus:text-blue-800 hover:not-focus:bg-gray-200',
// 'page-link' => 'relative block py-2 px-3 -ml-px leading-none text-blue bg-white border border-gray-',
];
}
Expand Down
Loading