Commit 0ce28158 authored by Guillaume Grossetie's avatar Guillaume Grossetie

Nesting should be no greater than 6

parent b5493a17
......@@ -213,8 +213,7 @@
}
> tbody {
> tr {
> td {
> tr > td {
border-width: 0;
&:first-child {
......@@ -226,12 +225,12 @@
}
}
&:last-child > td {
> tr:last-child > td {
border-bottom-width: 1px;
}
}
}
}
&.grid-rows {
> thead > tr > th,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment