1
1
mirror of https://github.com/Fabio286/antares.git synced 2025-06-05 21:59:22 +02:00

perf(UI): improved visibility of explore bar tooltips

This commit is contained in:
2022-07-11 09:56:33 +02:00
parent 05e0d310ec
commit f312cf5f85
3 changed files with 11 additions and 1 deletions

View File

@ -580,7 +580,7 @@ defineExpose({ selectSchema, schemaAccordion });
transition: opacity 0.2s;
&:hover {
opacity: 0.8;
opacity: 1;
}
&::after {