Merge "Hide right border of only the last group in the toolbar"

This commit is contained in:
jenkins-bot 2018-04-02 11:49:06 +00:00 committed by Gerrit Code Review
commit 37b51a2dc4

View file

@ -183,6 +183,10 @@
}
}
}
&:last-of-type {
border-right: 0;
}
}
.group-search {
@ -192,10 +196,6 @@
border-left: 1px solid #c8ccd1;
}
.group-insert {
border-right: 0;
}
/* Booklet */
.booklet {
.index {