montreuil: remove border after "more items" link (#40529)
gitea-wip/publik-base-theme/pipeline/head There was a failure building this commit Details
gitea/publik-base-theme/pipeline/head Something is wrong with the build of this commit Details

This commit is contained in:
Frédéric Péters 2020-03-09 09:43:03 +01:00
parent ce7a2872f2
commit 77a5019c1c
1 changed files with 3 additions and 0 deletions

View File

@ -124,6 +124,9 @@ div.gru-nav {
li:last-child a {
border-bottom: 0;
}
li.more-items {
border: 0;
}
li.more-items a {
background: $secondary-color;
border-radius: 50%;