mirror of https://github.com/Fabio286/antares.git
fix: missing resizebars on mouse over
This commit is contained in:
parent
957cb9e1a5
commit
25123e34ef
|
@ -501,7 +501,7 @@ const toggleSearchMethod = () => {
|
|||
transition: background 0.2s;
|
||||
|
||||
&:hover {
|
||||
background: rgba(var(--primary-color), 50%);
|
||||
background: var(--primary-color-dark);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -145,7 +145,7 @@ onMounted(() => {
|
|||
transition: background 0.2s;
|
||||
|
||||
&:hover {
|
||||
background: rgba(var(--primary-color), 50%);
|
||||
background: var(--primary-color-dark);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -821,7 +821,7 @@ onBeforeUnmount(() => {
|
|||
transition: background 0.2s;
|
||||
|
||||
&:hover {
|
||||
background: rgba(var(--primary-color), 50%);
|
||||
background: var(--primary-color-dark);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue