-
Notifications
You must be signed in to change notification settings - Fork 648
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4982 from TheTrio/develop
Transition to webpack 5
- Loading branch information
Showing
10 changed files
with
1,506 additions
and
2,914 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -103,7 +103,7 @@ This file is generated by `grunt build`, do not edit it by hand. | |
display: block; | ||
width: 12px; | ||
height: 12px; | ||
background: url('/assets/images/chosen-sprite.png') -42px 1px no-repeat; | ||
background: url('../images/chosen-sprite.png') -42px 1px no-repeat; | ||
font-size: 1px; | ||
} | ||
.chosen-container-single .chosen-single abbr:hover { | ||
|
@@ -124,7 +124,7 @@ This file is generated by `grunt build`, do not edit it by hand. | |
display: block; | ||
width: 100%; | ||
height: 100%; | ||
background: url('/assets/images/chosen-sprite.png') no-repeat -2px 10px; | ||
background: url('../images/chosen-sprite.png') no-repeat -2px 10px; | ||
background-size: 56px 41px; | ||
} | ||
.chosen-container-single .chosen-search { | ||
|
@@ -141,8 +141,8 @@ This file is generated by `grunt build`, do not edit it by hand. | |
height: auto; | ||
outline: 0; | ||
border: 1px solid #aaa; | ||
background: white url('/assets/images/chosen-sprite.png') no-repeat 100% -20px; | ||
background: url('/assets/images/chosen-sprite.png') no-repeat 100% -20px; | ||
background: white url('../images/chosen-sprite.png') no-repeat 100% -20px; | ||
background: url('../images/chosen-sprite.png') no-repeat 100% -20px; | ||
font-size: 1em; | ||
font-family: sans-serif; | ||
line-height: normal; | ||
|
@@ -287,7 +287,7 @@ This file is generated by `grunt build`, do not edit it by hand. | |
display: block; | ||
width: 12px; | ||
height: 12px; | ||
background: url('/assets/images/chosen-sprite.png') -42px 1px no-repeat; | ||
background: url('../images/chosen-sprite.png') -42px 1px no-repeat; | ||
font-size: 1px; | ||
} | ||
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover { | ||
|
@@ -424,8 +424,8 @@ This file is generated by `grunt build`, do not edit it by hand. | |
} | ||
.chosen-rtl .chosen-search input[type="text"] { | ||
padding: 4px 5px 4px 20px; | ||
background: white url('/assets/images/chosen-sprite.png') no-repeat -30px -20px; | ||
background: url('/assets/images/chosen-sprite.png') no-repeat -30px -20px; | ||
background: white url('../images/chosen-sprite.png') no-repeat -30px -20px; | ||
background: url('../images/chosen-sprite.png') no-repeat -30px -20px; | ||
direction: rtl; | ||
} | ||
.chosen-rtl.chosen-container-single .chosen-single div b { | ||
|
@@ -445,7 +445,7 @@ This file is generated by `grunt build`, do not edit it by hand. | |
.chosen-container-multi .chosen-choices .search-choice .search-choice-close, | ||
.chosen-container .chosen-results-scroll-down span, | ||
.chosen-container .chosen-results-scroll-up span { | ||
background-image: url('/assets/images/[email protected]') !important; | ||
background-image: url('../images/[email protected]') !important; | ||
background-size: 56px 41px !important; | ||
background-repeat: no-repeat !important; | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.