We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eaf3a41 commit cdd1bbcCopy full SHA for cdd1bbc
1 file changed
src/components/Player/LyricMenu.vue
@@ -173,9 +173,14 @@ const resetOffset = () => {
173
opacity: 0.6;
174
}
175
:deep(.n-input) {
176
+ --n-caret-color: rgb(var(--main-cover-color));
177
--n-color: rgba(var(--main-cover-color), 0.1);
178
+ --n-color-focus: rgba(var(--main-cover-color), 0.1);
179
--n-text-color: rgb(var(--main-cover-color));
180
+ --n-border-hover: 1px solid rgba(var(--main-cover-color), 0.28);
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
.n-button {
185
186
0 commit comments