We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdd1bbc commit aa1b7edCopy full SHA for aa1b7ed
1 file changed
src/components/Player/LyricMenu.vue
@@ -181,6 +181,12 @@ const resetOffset = () => {
181
--n-border-focus: 1px solid rgba(var(--main-cover-color), 0.28);
182
--n-suffix-text-color: rgb(var(--main-cover-color));
183
--n-box-shadow-focus: 0 0 8px 0 rgba(var(--main-cover-color), 0.3);
184
+ // 文本选中颜色
185
+ input {
186
+ &::selection {
187
+ background-color: rgba(var(--main-cover-color));
188
+ }
189
190
.n-button {
191
--n-text-color: rgb(var(--main-cover-color));
192
}
0 commit comments