style: remove focus outline from solver dropdown buttons
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user