Skip to content

Commit 8ae8fea

Browse files
javier-godoypaodb
authored andcommitted
fix: update CSS selector for hiding fake footer row in Vaadin 25
Close #172
1 parent 9ade7ea commit 8ae8fea

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/resources/META-INF/frontend/fcGridHelper/vaadin-grid.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* Grid Helpers Add-on
44
* %%
5-
* Copyright (C) 2022 - 2025 Flowing Code
5+
* Copyright (C) 2022 - 2026 Flowing Code
66
* %%
77
* Licensed under the Apache License, Version 2.0 (the "License");
88
* you may not use this file except in compliance with the License.
@@ -55,7 +55,7 @@ table[aria-multiselectable="true"] [part~="fcGh-noselect"][first-column] ::slott
5555
pointer-events: none;
5656
}
5757

58-
:host([theme~="hide-first-footer"]) tfoot [part="row"]:first-child {
58+
:host([theme~="hide-first-footer"]) tfoot [part~="row"]:first-child {
5959
display: none;
6060
}
6161

0 commit comments

Comments
 (0)