Skip to content
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

[Forwardport] [Resolved : Styling <select> by changing less variables in Luma theme… #2

Merged
merged 4 commits into from
Jun 5, 2018

Conversation

hitesh-wagento
Copy link
Owner

Original Pull Request

magento#15734
Have "select" elements with the styles you set in _theme.less

Description

Fixed Issues (if relevant)

  1. magento/magento2#Styling <select> by changing less variables in Luma theme doesn't work as expected magento/magento2#15608 : Issue title Styling select by changing less variables in Luma theme doesn't work as expected

Manual testing scenarios

  1. In Custom/theme/web/css/source/_theme.less set less variables:
    @select__background: rgba(255, 255, 255, 0.15);
    @select__border: 2px dashed blue;
    @select__height: 50px;
    @select__padding: 15px 40px 15px 15px;
    @select__background-clip: border-box;
  2. Compile less

Contribution checklist

  • Pull request has a meaningful description of its purpose
  • All commits are accompanied by meaningful commit messages
  • All new or changed code is covered with unit/integration tests (if applicable)
  • All automated tests passed successfully (all builds on Travis CI are green)

@hitesh-wagento hitesh-wagento merged commit 24fb85b into 2.3-develop Jun 5, 2018
hitesh-wagento pushed a commit that referenced this pull request Jun 12, 2018
hitesh-wagento pushed a commit that referenced this pull request Jun 12, 2018
Updated Branch 2.2-develop from Magento 2 upstream
hitesh-wagento pushed a commit that referenced this pull request Jun 12, 2018
hitesh-wagento pushed a commit that referenced this pull request Jun 12, 2018
hitesh-wagento pushed a commit that referenced this pull request Jun 14, 2018
… Collection Using Magent… #2 magento#15829

 - Merge Pull Request magento#15829 from neeta-wagento/magento2:2.1-develop-PR-port-11869
 - Merged commits:
   1. c261156
   2. 950e317
hitesh-wagento pushed a commit that referenced this pull request Jun 14, 2018
hitesh-wagento pushed a commit that referenced this pull request Jun 14, 2018
Accepted Public Pull Requests:
 - magento#15829: [Backport] Resolve Error While Trying To Load Quote Item Collection Using Magent� #2 (by @neeta-wagento)
 - magento#15834: [BackPort] Resolve Knockout non-unique elements id in console error (by @viral-wagento)


Fixed GitHub Issues:
 - magento#8954: Error While Trying To Load Quote Item Collection Using Magento\Quote\Model\ResourceModel\QuoteItem\Collection::getItems() (reported by @rendyep) has been fixed in magento#15829 by @neeta-wagento in 2.1-develop branch
   Related commits:
     1. c261156
     2. 950e317

 - magento#15348: Multiple Payment Methods Enabled is giving error in console "Found 3 Elements with non - unique Id" (reported by @neeta-wagento) has been fixed in magento#15834 by @viral-wagento in 2.1-develop branch
   Related commits:
     1. b63d2c5
hitesh-wagento pushed a commit that referenced this pull request Jun 20, 2018
 - Merge Pull Request magento#15798 from chirag-wagento/magento2:2.3-develop-PR-port-15789
 - Merged commits:
   1. cd0a7b4
hitesh-wagento pushed a commit that referenced this pull request Jun 20, 2018
Accepted Public Pull Requests:
 - magento#16135: Fix type hints and add undefined property in Webapi [2.3-develop] (by @mhauri)
 - magento#16170: 1163: CreateCreditMemoEntityTest rework to support MSI reservation mechanism. (by @nmalevanec)
 - magento#16153: 1190: CreateOrderBackendPartOneTest rework to support MSI reservation mechanism. (by @nmalevanec)
 - magento#16061: Change the favicon file to the newer Magento logo (by @DMMundle)
 - magento#16155: [Forwardport] chore: prefer woff and woff2 (by @DanielRuf)
 - magento#15777: [Forwardport] Fix negative basket total due to shipping tax residue (by @osrecio)
 - magento#15861: [Forwardport] ISSUE-14747 Newsletter subscription confirmation message does not dis� (by @rahul-kachhadiya)
 - magento#16097: [Forwardport] fix: prevent inline-block issue in name form due to space and font-size (by @DanielRuf)
 - magento#15798: [Forwardport] Removed unnecessary css. #2 (by @chirag-wagento)
 - magento#16038: [Forwardport] bugfix checkout page cart icon color (by @chirag-wagento)
 - magento#15759: [Forwardport] 2.3 develop pr port 15566 (by @vgelani)
 - magento#16137: FIX for apparently random API failures while using array types (by @phoenix128)


Fixed GitHub Issues:
 - magento#1163: Problem when change less file in magento. (reported by @zivendesign) has been fixed in magento#16170 by @nmalevanec in 2.3-develop branch
   Related commits:
     1. f53c620

 - magento#1190: installation error in  0.74.0-beta4 (reported by @sivajik34) has been fixed in magento#16153 by @nmalevanec in 2.3-develop branch
   Related commits:
     1. 2b8b9d5

 - magento#14747: Newsletter subscription confirmation message does not display after clicking link in email (reported by @tohann) has been fixed in magento#15861 by @rahul-kachhadiya in 2.3-develop branch
   Related commits:
     1. 75516bf

 - magento#16047: inline-block issue in name form (reported by @DanielRuf) has been fixed in magento#16097 by @DanielRuf in 2.3-develop branch
   Related commits:
     1. 204b4ac

 - magento#15565: Getting wrong frontend-controller, when using storecodes in urls (reported by @EliasKotlyar) has been fixed in magento#15759 by @vgelani in 2.3-develop branch
   Related commits:
     1. 61856f5
     2. 4c77dff
hitesh-wagento pushed a commit that referenced this pull request Jun 27, 2018
[Forwardport] Remove double semicolon from the style sheets.
hitesh-wagento pushed a commit that referenced this pull request Jul 6, 2018
hitesh-wagento pushed a commit that referenced this pull request Jul 14, 2018
[Forwardport] Corrected return message from ProductRuleTest.php
hitesh-wagento pushed a commit that referenced this pull request Aug 29, 2018
@hitesh-wagento hitesh-wagento deleted the 2.3-develop-PR-port-15734 branch September 6, 2018 07:00
hitesh-wagento pushed a commit that referenced this pull request Dec 5, 2018
hitesh-wagento pushed a commit that referenced this pull request Dec 5, 2018
hitesh-wagento pushed a commit that referenced this pull request Jan 23, 2019
hitesh-wagento pushed a commit that referenced this pull request Jan 29, 2019
hitesh-wagento pushed a commit that referenced this pull request Jan 10, 2020
hitesh-wagento pushed a commit that referenced this pull request Jan 16, 2020
slavvka pushed a commit that referenced this pull request Feb 10, 2020
Pulling latest from M2 develop in to Absolute develop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants