We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ade7ea commit 8ae8feaCopy full SHA for 8ae8fea
1 file changed
src/main/resources/META-INF/frontend/fcGridHelper/vaadin-grid.css
@@ -2,7 +2,7 @@
2
* #%L
3
* Grid Helpers Add-on
4
* %%
5
- * Copyright (C) 2022 - 2025 Flowing Code
+ * Copyright (C) 2022 - 2026 Flowing Code
6
7
* Licensed under the Apache License, Version 2.0 (the "License");
8
* 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
55
pointer-events: none;
56
}
57
58
-:host([theme~="hide-first-footer"]) tfoot [part="row"]:first-child {
+:host([theme~="hide-first-footer"]) tfoot [part~="row"]:first-child {
59
display: none;
60
61
0 commit comments