Skip to content

Commit

Permalink
chore: small typo in SASS file
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding committed Oct 31, 2024
1 parent 246949e commit e0e05c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/common/src/styles/slickgrid-theme-salesforce.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

$slick-editing-field-bg-color: #fff !default;
$slick-editing-field-border: 1px solid #dddbda !default;
$slick-editable-field-bg-color: rgba(227, 240, 251, 0.569) !default;
$slick-editable-field-bg-color: rgba(227, 240, 251, 0.57) !default;
$slick-editable-field-hover-icon: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="%23b0adab" viewBox="0 0 52 52"><path d="M9.5 33.4l8.9 8.9c.4.4 1 .4 1.4 0L42 20c.4-.4.4-1 0-1.4l-8.8-8.8c-.4-.4-1-.4-1.4 0L9.5 32.1c-.4.4-.4 1 0 1.3zM36.1 5.7c-.4.4-.4 1 0 1.4l8.8 8.8c.4.4 1 .4 1.4 0l2.5-2.5c1.6-1.5 1.6-3.9 0-5.5l-4.7-4.7c-1.6-1.6-4.1-1.6-5.7 0l-2.3 2.5zM2.1 48.2c-.2 1 .7 1.9 1.7 1.7l10.9-2.6c.4-.1.7-.3.9-.5l.2-.2c.2-.2.3-.9-.1-1.3l-9-9c-.4-.4-1.1-.3-1.3-.1l-.2.2c-.3.3-.4.6-.5.9L2.1 48.2z"></path></svg>') !default;
$slick-editable-field-hover-icon-margin-right: 8px !default;
$slick-editable-field-hover-icon-margin-top: 8px !default;
Expand Down

0 comments on commit e0e05c0

Please sign in to comment.