Skip to content
This repository has been archived by the owner on Apr 26, 2023. It is now read-only.

Commit

Permalink
Merge branch 'release/2.28.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarek Krupiński committed Apr 6, 2023
2 parents dbac9eb + b3a1b79 commit 49dd786
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ USE GITHUB ISSUE/PULL REQUEST NUMBERS, NOT INTERNAL ONE

## [Released]

## [2.28.4] - 2023-04-06
### Fixed
- Mage error styles on PDP (#581)

## [2.28.3] - 2023-03-31
### Added
- Added styles and templates for MageMe_WebForms (old VladimirPopov_WebForms) module (#575)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ $_attributes = $block->decorateArray($block->getAllowAttributes());
class="
select
select--native
select--grid
field
configurable
required
Expand Down
10 changes: 10 additions & 0 deletions Snowdog_Components/components/Molecules/form/select/_select.scss
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,10 @@
}
}

&--grid {
display: grid;
}

&__button {
flex-shrink: 0;
margin: $spacer--medium 0 0;
Expand Down Expand Up @@ -137,6 +141,12 @@
}

// select2 overwrite styles
.select2-hidden-accessible {
& + .mage-error {
order: 1;
}
}

.select2 {
width: 100%;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@
}

div.mage-error {
position: absolute;
bottom: $quantity-update__mage-error-bottom;
width: $quantity-update__mage-error-width;
order: 4;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ $product-view__update-requisition-list-width : 100% !default;
$product-view__update-requisition-list-button-width : 100% !default;

// qty
$product-view__qty-margin : 0 0 $spacer--semi-medium !default;
$product-view__qty-margin : 0 0 $spacer--large !default;

// stock status
$product-view__stock-status-margin : $spacer--medium 0 0 0 !default;
Expand Down

2 comments on commit 49dd786

@vercel
Copy link

@vercel vercel bot commented on 49dd786 Apr 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

alpaca-docs – ./docs

alpaca-docs-git-master-snowdog1.vercel.app
alpaca-docs-snowdog1.vercel.app
magento2-alpaca-docs.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 49dd786 Apr 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.