Skip to content

ui: Remove padding from icons #1134

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 23 commits into from
Apr 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/base/contains-many-component.gts
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ class ContainsManyEditor extends GlimmerComponent<Signature> {
<div class='remove-button-container'>
<IconButton
@icon={{IconTrash}}
@width='20px'
@height='20px'
@width='18px'
@height='18px'
class='remove'
{{on 'click' (fn this.remove i)}}
data-test-remove={{i}}
Expand Down
8 changes: 4 additions & 4 deletions packages/base/links-to-many-component.gts
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ class LinksToManyEditor extends GlimmerComponent<Signature> {
<IconButton
@variant='primary'
@icon={{IconX}}
@width='14px'
@height='14px'
@width='10px'
@height='10px'
class='remove-item-button'
{{on 'click' (fn this.remove i)}}
aria-label='Remove'
Expand All @@ -119,8 +119,8 @@ class LinksToManyEditor extends GlimmerComponent<Signature> {
<AddButton
class='add-new'
@variant='pill'
@iconWidth='16px'
@iconHeight='16px'
@iconWidth='12px'
@iconHeight='12px'
{{on 'click' this.add}}
data-test-add-new
>
Expand Down
8 changes: 4 additions & 4 deletions packages/boxel-ui/addon/raw-icons/arrow-top-left.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion packages/boxel-ui/addon/raw-icons/cardbot-lg.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion packages/boxel-ui/addon/raw-icons/caret-down.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 2 additions & 3 deletions packages/boxel-ui/addon/raw-icons/check-mark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 3 additions & 7 deletions packages/boxel-ui/addon/raw-icons/copy.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 2 additions & 5 deletions packages/boxel-ui/addon/raw-icons/diagonal-arrow-left-up.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion packages/boxel-ui/addon/raw-icons/download.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 2 additions & 6 deletions packages/boxel-ui/addon/raw-icons/dropdown-arrow-down.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 2 additions & 6 deletions packages/boxel-ui/addon/raw-icons/dropdown-arrow-up.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 3 additions & 4 deletions packages/boxel-ui/addon/raw-icons/exclamation.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion packages/boxel-ui/addon/raw-icons/eye.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 2 additions & 3 deletions packages/boxel-ui/addon/raw-icons/icon-circle-selected.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 2 additions & 3 deletions packages/boxel-ui/addon/raw-icons/icon-circle.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading