fix: selector @gaelle

This commit is contained in:
Jean-Baptiste Pasquier 2019-11-12 12:26:34 +01:00
parent 1eb83f2a80
commit 9795498944
No known key found for this signature in database
GPG Key ID: F2702E6D22ED4D62
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@
grid-template-columns: repeat(3, 33.3333%);
}
*:not(.cell) {
*:not(.cell):not([name="buttons"]):not([class="table-header"]) {
display: contents;
}