1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-20 11:51:28 +02:00

feat(admin-plugin): update tables component #211

This commit is contained in:
Awilum
2020-01-27 13:46:29 +03:00
parent 9c95cca5bb
commit e080a837c7

View File

@@ -32,6 +32,16 @@
@apply align-middle text-black border-gray-000 border-t border-b px-3 py-2;
}
.table > tbody > tr > td:nth-child(2),
.table > thead > tr > td:nth-child(2),
.table > tfoot > tr > td:nth-child(2),
.table > tbody > tr > th:nth-child(2),
.table > thead > tr > th:nth-child(2),
.table > tfoot > tr > th:nth-child(2)
{
@apply pl-0;
}
.table tbody tr:hover td,
.table tbody tr:hover th
{