mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/WikiEditor
synced 2024-11-27 17:50:44 +00:00
Merge "Hide right border of only the last group in the toolbar"
This commit is contained in:
commit
37b51a2dc4
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue