Compare commits
2 Commits
c7d369c46a
...
281614502e
| Author | SHA1 | Date | |
|---|---|---|---|
|
281614502e
|
|||
|
4ab408b329
|
@@ -197,4 +197,8 @@ onUnmounted(() => {
|
|||||||
.dropdown-item:hover {
|
.dropdown-item:hover {
|
||||||
background: rgba(255, 255, 255, 0.1);
|
background: rgba(255, 255, 255, 0.1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.dropdown-item:focus {
|
||||||
|
outline: none;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
@@ -764,14 +764,7 @@ const handleSolve = async (solverType) => {
|
|||||||
duration: 3000,
|
duration: 3000,
|
||||||
gravity: "top",
|
gravity: "top",
|
||||||
position: "center",
|
position: "center",
|
||||||
style: {
|
stopOnFocus: true,
|
||||||
background: "rgba(255, 255, 255, 0.1)",
|
|
||||||
color: "#fff",
|
|
||||||
backdropFilter: "blur(8px)",
|
|
||||||
borderRadius: "8px",
|
|
||||||
border: "1px solid rgba(255, 255, 255, 0.2)",
|
|
||||||
boxShadow: "0 4px 12px rgba(0, 0, 0, 0.5)",
|
|
||||||
},
|
|
||||||
}).showToast();
|
}).showToast();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user