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

Nesting should be no greater than 6

parent b5493a17
...@@ -213,8 +213,7 @@ ...@@ -213,8 +213,7 @@
} }
> tbody { > tbody {
> tr { > tr > td {
> td {
border-width: 0; border-width: 0;
&:first-child { &:first-child {
...@@ -226,12 +225,12 @@ ...@@ -226,12 +225,12 @@
} }
} }
&:last-child > td { > tr:last-child > td {
border-bottom-width: 1px; border-bottom-width: 1px;
} }
} }
} }
}
&.grid-rows { &.grid-rows {
> thead > tr > th, > 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