poups: Fix menuseparator

Fixes #646
This commit is contained in:
Rafael Mardojai CM 2023-08-02 11:14:18 -05:00
parent e4fc7f4376
commit f27d532056
No known key found for this signature in database
GPG Key ID: 2B2DAB2A58566C84
1 changed files with 2 additions and 2 deletions

View File

@ -294,9 +294,9 @@ panelview > toolbarseparator:not([orient="vertical"]),
margin-top: 0 !important;
}
toolbarbutton menupopup[placespopup] menuseparator {
menuseparator {
padding: 0 !important;
}
toolbarbutton menupopup[placespopup] menuseparator::before {
menuseparator::before {
display: none !important;
}