Skip to content

Commit

Permalink
https://github.com/thehcginstitute-com/m1/issues/576
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Apr 22, 2024
1 parent a0553f9 commit f68d6d4
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 42 deletions.
38 changes: 17 additions & 21 deletions skin/adminhtml/default/default/hcg/css/compiled/sumoselect.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

40 changes: 20 additions & 20 deletions skin/adminhtml/default/default/hcg/css/source/sumoselect.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,26 @@
.hidden {display: none;}
.search-txt {display: none; outline: none;}
.no-match {display: none; padding: 6px;}
> .optWrapper {
// 2024-04-22 Dmitrii Fediuk https://upwork.com/fl/mage2pro
// 1) "Upgrade `HemantNegi/jquery.sumoselect`": https://github.com/thehcginstitute-com/m1/issues/553
// 2) https://github.com/thehcginstitute-com/m1/blob/2024-04-22/skin/adminhtml/default/default/iwd/ordergrid/sumoselect.css#L32
min-width:150px;
display: none;
z-index: 1000;
top: 30px;
width: 100%;
position: absolute;
left: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
background: #fff;
border: 1px solid #ddd;
box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.11);
border-radius: 3px;
overflow: hidden;
}
> .optWrapper > .options li.opt label, > .CaptionCont, .select-all > label {
user-select: none;
-o-user-select: none;
Expand Down Expand Up @@ -78,26 +98,6 @@
}
}
}
.SumoSelect > .optWrapper {
/* 2024-04-22 Dmitrii Fediuk https://upwork.com/fl/mage2pro
1) "Upgrade `HemantNegi/jquery.sumoselect`": https://github.com/thehcginstitute-com/m1/issues/553
2) https://github.com/thehcginstitute-com/m1/blob/2024-04-22/skin/adminhtml/default/default/iwd/ordergrid/sumoselect.css#L32 */
min-width:150px;
display: none;
z-index: 1000;
top: 30px;
width: 100%;
position: absolute;
left: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
background: #fff;
border: 1px solid #ddd;
box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.11);
border-radius: 3px;
overflow: hidden;
}
.SumoSelect.open > .optWrapper {
/* 2024-04-22 Dmitrii Fediuk https://upwork.com/fl/mage2pro
1) "Upgrade `HemantNegi/jquery.sumoselect`": https://github.com/thehcginstitute-com/m1/issues/553
Expand Down

0 comments on commit f68d6d4

Please sign in to comment.