[TELE-1393] reset firstchild and lastchild annoyng radiuses

This commit is contained in:
Daniel Muyshond 2022-07-29 13:58:52 +02:00
parent 0438deaec3
commit ce2eed3821
1 changed files with 8 additions and 0 deletions

View File

@ -171,6 +171,14 @@ div.deliberations-communales p {
box-shadow: none;
}
div#rub_service div.category ul > li:first-child:not(.more-items--item) a, div#services > ul > li > ul > li:first-child:not(.more-items--item) a, div#account-management ul > li:first-child:not(.more-items--item) a, div.links-list ul > li:first-child:not(.more-items--item) a, div.menucell ul > li:first-child:not(.more-items--item) a, div.wcsformcell > li:first-child:not(.more-items--item) a, div.categoriescell ul > li:first-child:not(.more-items--item) a, div.wcsformsofcategorycell ul > li:first-child:not(.more-items--item) a, div.wcscurrentdraftscell ul > li:first-child:not(.more-items--item) a, div.wcscurrentformscell ul > li:first-child:not(.more-items--item) a {
border-radius: 0;
}
div#rub_service div.category ul > li:last-child a:only-child, div#services > ul > li > ul > li:last-child a:only-child, div#account-management ul > li:last-child a:only-child, div.links-list ul > li:last-child a:only-child, div.menucell ul > li:last-child a:only-child, div.wcsformcell > li:last-child a:only-child, div.categoriescell ul > li:last-child a:only-child, div.wcsformsofcategorycell ul > li:last-child a:only-child, div.wcscurrentdraftscell ul > li:last-child a:only-child, div.wcscurrentformscell ul > li:last-child a:only-child {
border-radius: 0;
}
/*
Links
*/