mirror of
https://github.com/MCSManager/MCSManager.git
synced 2024-11-27 06:59:54 +08:00
Style: instanceList style
This commit is contained in:
parent
7f46cbd1d9
commit
41ee819aef
@ -474,10 +474,17 @@ onMounted(async () => {
|
||||
}
|
||||
|
||||
.selected {
|
||||
border: 3px solid var(--color-blue-6);
|
||||
transition: all 0.1s;
|
||||
border: none;
|
||||
outline: 3px solid var(--color-blue-6);
|
||||
transition: all 0.3s;
|
||||
user-select: none;
|
||||
&:hover {
|
||||
border: 3px solid var(--color-blue-6);
|
||||
border: none;
|
||||
outline: 3px solid var(--color-blue-6);
|
||||
transition: all 0.3s;
|
||||
box-shadow: inset 0 0 0 0.5px var(--color-blue-6);
|
||||
background-color: var(--color-gray-5);
|
||||
opacity: 0.8;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
Loading…
Reference in New Issue
Block a user