Skip to content

Commit

Permalink
fixed static test
Browse files Browse the repository at this point in the history
konarshankar07 committed Mar 19, 2020

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 6aaebb2 commit 9aa1cfc
Showing 2 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -117,8 +117,8 @@

&-sortby {
select {
border: none;
background-image: url(../images/arrows-bg.svg);
border: none;
padding-right: 3.2rem;
&:active {
background-image+: url('../images/arrows-bg.svg');
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/

/*eslint max-nested-callbacks: 0*/
define([
'Magento_Ui/js/grid/sortBy'
], function (SortBy) {

0 comments on commit 9aa1cfc

Please sign in to comment.