style changes
This commit is contained in:
parent
f3978343db
commit
f827348467
|
@ -90,7 +90,7 @@ module.exports = function () {
|
|||
actions: [{ icon: "close", color: "white" }]
|
||||
},
|
||||
loading: {
|
||||
delay: 100
|
||||
delay: 50
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
@ -68,7 +68,7 @@ export default {
|
|||
background-color: #c9e6ff
|
||||
|
||||
.highlight-dark
|
||||
background-color: #343434
|
||||
background-color: #404040
|
||||
|
||||
.action-completed
|
||||
background-color: $positive
|
||||
|
|
|
@ -214,6 +214,8 @@ export default {
|
|||
return this.$q.dark.isActive ? "highlight-dark" : "highlight";
|
||||
} else if (status === "completed") {
|
||||
return "action-completed";
|
||||
} else {
|
||||
return "";
|
||||
}
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue