Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Commit

Permalink
UXPLATFORM-10191 Fixed css classNames
Browse files Browse the repository at this point in the history
  • Loading branch information
adavijit committed Apr 17, 2024
1 parent 87120b2 commit 4670cee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
--terra-form-select-tag-deselect-hover-border-bottom: 1px solid #181b1d;
--terra-form-select-tag-icon-height: 0.7142857142857143rem;
--terra-form-select-tag-icon-width: 0.7142857142857143rem;
--terra-form-select-tag-color-outline: 2px dashed #b2b5b6;
--terra-form-select-tag-focus-outline: 2px dashed #b2b5b6;

@include terra-inline-svg-var('--terra-form-select-tag-icon-background' , '<svg data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><path fill="#c5c5c6" d="M28.2 24L42.9 9.1 40.8 7l-1.7-1.6-.4-.5L24 19.7 9.4 4.9 7.2 7 5.6 8.6l-.5.5L19.8 24 5.1 38.9 7.2 41l1.7 1.6.5.5L24 28.3l14.7 14.8.4-.5 1.7-1.6 2.1-2.1L28.2 24z"/></svg>');
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
--terra-form-select-tag-deselect-hover-border-bottom: 1px solid #dedfe0;
--terra-form-select-tag-icon-height: 0.91667rem;
--terra-form-select-tag-icon-width: 0.91667rem;
--terra-form-select-tag-box-shadow: rgba(76, 178, 233, 0.5) 0 0 1px 3px inset;
--terra-form-select-tag-color-outline: none;
--terra-form-select-tag-focus-box-shadow: rgba(76, 178, 233, 0.5) 0 0 1px 3px inset;
--terra-form-select-tag-focus-outline: none;

@include terra-inline-svg-var('--terra-form-select-tag-icon-background', '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><path d="M4.2 48L0 43.8 43.8 0 48 4.2zM43.8 48L0 4.2 4.2 0 48 43.8z"/></svg>');
}
Expand Down

0 comments on commit 4670cee

Please sign in to comment.