Apply solid bottom border only to li elements
This commit is contained in:
parent
8609dbc818
commit
3f51b6b840
@ -26,9 +26,11 @@
|
|||||||
border-top: 0;
|
border-top: 0;
|
||||||
border-bottom: 1px dashed $color-gray-light;
|
border-bottom: 1px dashed $color-gray-light;
|
||||||
|
|
||||||
&li:last-child {
|
@at-root li#{&} {
|
||||||
|
&:last-child {
|
||||||
border-bottom-style: solid;
|
border-bottom-style: solid;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user