slub / dfg-viewer

The DFG Viewer is a free web service for browsing digitized books from remote library repositories in a rich and dynamic environment.
https://dfg-viewer.de
GNU General Public License v3.0
29 stars 26 forks source link

[Regression] The GridView pagination broke after #268 #281

Closed csidirop closed 3 months ago

csidirop commented 4 months ago

The GridView pagination broke after #268

grafik

I found out, that when I added styling for pagination in GridView in PR #264 the less block for .tx-dlf-pagegrid .f3-widget-paginator had actually no real influence. There was no .f3-widget-paginator class (at least under tx-dlf-pagegrid) and therefore the whole code block had no application. After the changes in #268 the block has been (correctly) applied and my changes from #264 where incomplete/false.

My proposal is to remove the hole block, because as far I can see, it has no other meaningful influence.