Skip to content

Commit

Permalink
fix: Update the tag-list-item target-size to be 24x24px. (#3779)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbatiste authored and bearfriend committed Jun 27, 2023
1 parent 2ce4808 commit 6282896
Show file tree
Hide file tree
Showing 61 changed files with 6 additions and 9 deletions.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
15 changes: 6 additions & 9 deletions components/tag-list/tag-list-item-mixin.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,10 @@ export const TagListItemMixin = superclass => class extends LocalizeCoreElement(
white-space: nowrap;
}
.tag-list-item-container.tag-list-item-container-clearable {
padding-right: 0.25rem;
padding-right: 0.2rem;
}
:host([dir="rtl"]) .tag-list-item-container.tag-list-item-container-clearable {
padding-left: 0.25rem;
padding-left: 0.2rem;
padding-right: 0;
}
.tag-list-item-content {
Expand All @@ -99,19 +99,16 @@ export const TagListItemMixin = superclass => class extends LocalizeCoreElement(
}
}
.d2l-tag-list-item-clear-button {
margin-left: -0.6rem;
padding-left: 3px;
margin-left: calc(-0.6rem + 3px);
}
:host([dir="rtl"]) .d2l-tag-list-item-clear-button {
margin-left: 0;
margin-right: -0.6rem;
padding-left: 0;
padding-right: 3px;
margin-right: calc(-0.6rem + 3px);
}
d2l-button-icon {
--d2l-button-icon-fill-color: var(--d2l-color-chromite);
--d2l-button-icon-min-height: 1.1rem;
--d2l-button-icon-min-width: 1.1rem;
--d2l-button-icon-min-height: 1.2rem;
--d2l-button-icon-min-width: 1.2rem;
}
d2l-button-icon:hover {
--d2l-button-icon-fill-color: var(--d2l-color-tungsten);
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6282896

Please sign in to comment.