diff --git a/package.json b/package.json index a4d95490..157c47cb 100644 --- a/package.json +++ b/package.json @@ -185,7 +185,7 @@ "stylelint-config-prettier": "^8.0.2", "stylelint-config-standard": "^20.0.0", "uglifyjs-webpack-plugin": "^2.2.0", - "webpack": "^5.21.1", + "webpack": "^5.21.2", "webpack-bundle-analyzer": "^4.4.0", "webpack-cli": "^4.5.0", "webpack-dev-server": "^3.11.2" diff --git a/src/styles/audioListsPanel.less b/src/styles/audioListsPanel.less index 40528084..dfec64a4 100644 --- a/src/styles/audioListsPanel.less +++ b/src/styles/audioListsPanel.less @@ -52,9 +52,11 @@ } .audio-item { - background-color: @lists-panel-item-bg-mobile !important; - &.playing { - background-color: @lists-panel-item-bg-playing-mobile !important; + &:not(.audio-lists-panel-sortable-highlight-bg) { + background-color: @lists-panel-item-bg-mobile !important; + &.playing { + background-color: @lists-panel-item-bg-playing-mobile !important; + } } } diff --git a/yarn.lock b/yarn.lock index cbfdfcdf..9fc3a43a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -13897,10 +13897,10 @@ webpack-sources@^2.1.1: source-list-map "^2.0.1" source-map "^0.6.1" -webpack@^5.21.1: - version "5.21.1" - resolved "https://registry.npm.taobao.org/webpack/download/webpack-5.21.1.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fwebpack%2Fdownload%2Fwebpack-5.21.1.tgz#a5a13965187deeaa674a0ecea219b61060a2c38f" - integrity sha1-paE5ZRh97qpnSg7Oohm2EGCiw48= +webpack@^5.21.2: + version "5.21.2" + resolved "https://registry.npm.taobao.org/webpack/download/webpack-5.21.2.tgz?cache=0&sync_timestamp=1612722512950&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fwebpack%2Fdownload%2Fwebpack-5.21.2.tgz#647507e50d3637695be28af58a6a8246050394e7" + integrity sha1-ZHUH5Q02N2lb4or1imqCRgUDlOc= dependencies: "@types/eslint-scope" "^3.7.0" "@types/estree" "^0.0.46"