mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-06-08 06:16:27 +08:00
bugfix
This commit is contained in:
parent
01183d06e8
commit
cdd7b89e72
@ -354,7 +354,7 @@ export default defineComponent({
|
|||||||
}
|
}
|
||||||
|
|
||||||
.variable-item:hover {
|
.variable-item:hover {
|
||||||
backg: var(--q-primary-opacity-10);
|
background-color: var(--q-primary-opacity-10);
|
||||||
}
|
}
|
||||||
|
|
||||||
.variable-label {
|
.variable-label {
|
||||||
@ -395,12 +395,12 @@ export default defineComponent({
|
|||||||
}
|
}
|
||||||
|
|
||||||
.option-item:hover {
|
.option-item:hover {
|
||||||
backg: var(--q-primary-opacity-10);
|
background-color: var(--q-primary-opacity-10);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* 暗色模式适配 */
|
/* 暗色模式适配 */
|
||||||
.body--dark .option-item:hover {
|
.body--dark .option-item:hover {
|
||||||
backg: rgba(255, 255, 255, 0.1);
|
background-color: rgba(255, 255, 255, 0.1);
|
||||||
}
|
}
|
||||||
|
|
||||||
.empty-variables-tip {
|
.empty-variables-tip {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user