mirror of
https://github.com/navidrome/navidrome.git
synced 2026-05-03 06:51:16 +00:00
Fix review comments on Moonbase theme
- Fix CSS selector: use :not(.player-delete) instead of :not([class=".player-delete"])
- Fix MuiFormHelperText override structure: target error key directly
- Remove empty icon: {} and avatar: {} from NDLogin overrides
- Use comma-separated rgba syntax and hex for linear-gradient
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
1bb05f1d3a
commit
25ed12da47
@ -48,7 +48,7 @@ const stylesheet = `
|
|||||||
.audio-lists-panel-content .audio-item.playing, .audio-lists-panel-content .audio-item.playing svg {
|
.audio-lists-panel-content .audio-item.playing, .audio-lists-panel-content .audio-item.playing svg {
|
||||||
color: #d4a039
|
color: #d4a039
|
||||||
}
|
}
|
||||||
.audio-lists-panel-content .audio-item:active .group:not([class=".player-delete"]) svg, .audio-lists-panel-content .audio-item:hover .group:not([class=".player-delete"]) svg {
|
.audio-lists-panel-content .audio-item:active .group:not(.player-delete) svg, .audio-lists-panel-content .audio-item:hover .group:not(.player-delete) svg {
|
||||||
color: #d4a039
|
color: #d4a039
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -41,12 +41,8 @@ export default {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
MuiFormHelperText: {
|
MuiFormHelperText: {
|
||||||
root: {
|
error: {
|
||||||
Mui: {
|
color: '#c45c3c',
|
||||||
error: {
|
|
||||||
color: '#c45c3c',
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
MuiTableHead: {
|
MuiTableHead: {
|
||||||
@ -69,7 +65,6 @@ export default {
|
|||||||
systemNameLink: {
|
systemNameLink: {
|
||||||
color: '#d4a039',
|
color: '#d4a039',
|
||||||
},
|
},
|
||||||
icon: {},
|
|
||||||
welcome: {
|
welcome: {
|
||||||
color: '#e5ddd3',
|
color: '#e5ddd3',
|
||||||
},
|
},
|
||||||
@ -77,7 +72,6 @@ export default {
|
|||||||
minWidth: 300,
|
minWidth: 300,
|
||||||
background: '#1e1e1c',
|
background: '#1e1e1c',
|
||||||
},
|
},
|
||||||
avatar: {},
|
|
||||||
button: {
|
button: {
|
||||||
boxShadow: '3px 3px 5px #0a0a09',
|
boxShadow: '3px 3px 5px #0a0a09',
|
||||||
},
|
},
|
||||||
@ -85,7 +79,7 @@ export default {
|
|||||||
NDMobileArtistDetails: {
|
NDMobileArtistDetails: {
|
||||||
bgContainer: {
|
bgContainer: {
|
||||||
background:
|
background:
|
||||||
'linear-gradient(to bottom, rgba(10 10 9 / 72%), rgb(20 20 19))!important',
|
'linear-gradient(to bottom, rgba(10, 10, 9, 0.72), #141413)!important',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user