Skip to content

Commit

Permalink
fix: not play list sort higlight on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
lijinke666 committed Feb 8, 2021
1 parent 9ff7a5a commit 52c3159
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
8 changes: 5 additions & 3 deletions src/styles/audioListsPanel.less
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}
}

Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 52c3159

Please sign in to comment.