perf(UI): improved visibility of explore bar tooltips

This commit is contained in:
Fabio Di Stasio 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 {

View File

@ -264,6 +264,12 @@ option:checked {
border: none;
}
.tooltip:hover {
&::after {
opacity: 1;
}
}
.badge {
&[data-badge],
&:not([data-badge]) {

View File

@ -222,6 +222,10 @@
.table-size {
opacity: 0.4;
&:hover {
opacity: 1;
}
}
}
}