Remove stray extra top/bottom thin gap in tool icons

I can't remember the reason for the added thin gap,
there is no benefit from this for the desktop panel,
probably stray CSS code from some earlier fiddlings.
This commit is contained in:
Raymond Hill 2020-05-17 17:35:01 -04:00
parent a66cda167c
commit 2a1572982b
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2
1 changed files with 1 additions and 2 deletions

View File

@ -508,8 +508,7 @@ body.advancedUser #firewall > div > span.noopRule.ownRule,
:root:not(.mobile) .toolRibbon .tool,
:root.mobile body.no-tooltips .toolRibbon .tool,
:root.mobile body[data-ui~="-captions"] .toolRibbon .tool {
padding: calc(var(--popup-gap) + var(--popup-gap-thin))
var(--popup-gap-thin);
padding: var(--popup-gap) var(--popup-gap-thin);
}
:root.mobile #no-popups,
:root body[data-ui~="-no-popups"] #no-popups {