mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 04:09:12 +00:00
Merge pull request #160 from shoelace-style/tree-item-touchup
Fix tree item expand icon
This commit is contained in:
@@ -58,11 +58,9 @@ export default css`
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
box-sizing: content-box;
|
||||
color: var(--expand-button-color);
|
||||
padding: var(--wa-space-xs);
|
||||
width: 1rem;
|
||||
height: 1rem;
|
||||
width: 2em;
|
||||
height: 2em;
|
||||
flex-shrink: 0;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user