panel: Don't let the app icon overlap the panel border
Commit 9a048af1f
changed the panel border to be drawn below the
background - as a result, the app menu's icon now overlaps the
panel border. As it looks cleaner to leave the border in place,
clip the icon to the panel border.
This commit is contained in:
parent
ef2265de4f
commit
dff8d579ca
@ -232,6 +232,10 @@ StTooltip StLabel {
|
||||
spacing: 4px;
|
||||
}
|
||||
|
||||
.panel-button #appMenuIcon {
|
||||
app-icon-bottom-clip: 1px;
|
||||
}
|
||||
|
||||
.panel-button:active #appMenuIcon,
|
||||
.panel-button:checked #appMenuIcon,
|
||||
.panel-button:focus #appMenuIcon {
|
||||
|
Loading…
Reference in New Issue
Block a user