slub/dfg-viewer

[Regression] The GridView pagination broke after #268

Closed this issue · 0 comments

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.