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 ada2f15 commit f59ffac
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 29 deletions.
35 changes: 16 additions & 19 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.

16 changes: 7 additions & 9 deletions skin/adminhtml/default/default/hcg/css/source/sumoselect.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,13 @@
// "Refactor `HemantNegi/jquery.sumoselect`": https://github.com/thehcginstitute-com/m1/issues/576
@import 'sumoselect/_top-rules';
.SumoSelect {
display: inline-block;
// 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#L2
min-width: 50px; width: 100%;
p {margin: 0;}
.hidden {display: none;}
.search-txt {display: none; outline: none;}
.no-match {display: none; padding: 6px;}
outline: none;
position: relative;
&.open {
> .search {> span, > label {visibility: hidden;}}
.search-txt {
Expand All @@ -27,6 +26,10 @@
border-radius: 5px;
}
}
p {margin: 0;}
.hidden {display: none;}
.search-txt {display: none; outline: none;}
.no-match {display: none; padding: 6px;}
> .optWrapper > .options li.opt label, > .CaptionCont, .select-all > label {
user-select: none;
-o-user-select: none;
Expand All @@ -35,11 +38,6 @@
-webkit-user-select: none;
}
}
.SumoSelect {
display: inline-block;
position: relative;
outline: none;
}
.SumoSelect:focus > .CaptionCont, .SumoSelect:hover > .CaptionCont, .SumoSelect.open > .CaptionCont {
box-shadow: 0 0 2px #7799D0;
border-color: #7799D0;
Expand Down

0 comments on commit f59ffac

Please sign in to comment.