fx-compat: <split-menu-button>: Add divider
This commit is contained in:
parent
5b08eec813
commit
c30a648edf
1 changed files with 8 additions and 0 deletions
|
@ -708,6 +708,14 @@
|
|||
overflow: hidden;
|
||||
}
|
||||
|
||||
.split-menu-button [anonid="dropmarker-box"]::before {
|
||||
content: '';
|
||||
display: inline-block;
|
||||
height: 12px;
|
||||
border-inline-start: 1px solid #aaa;
|
||||
margin-right: 2px;
|
||||
}
|
||||
|
||||
.split-menu-button .split-menu-button-dropmarker {
|
||||
margin-inline: 5px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue